Added MIME type application/x-vnd.Be.URL.mailto to BeMail's supported types.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14721 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexander G.M. Smith 2005-11-06 20:39:13 +00:00
parent 86ad4b9c5e
commit 84063c1f44
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ resource file_types message
{
"types" = "text/x-email",
"types" = "application/x-person",
"types" = "application/x-vnd.Be.URL.mailto",
"types" = "text/x-vnd.Be-MailDraft"
};

View File

@ -5,6 +5,7 @@ VERSION HISTORY
November 5 2005 - v3.0.3
- Fixed up source code to compile under the newest Haiku build system.
- AGMSBayesianSpamServer renamed to "spamdbm", runtime interface between the filter and server repaired, spam MIME types and icons also revived.
- BeMail supported MIME type added for "application/x-vnd.Be.URL.mailto" as requested by tqh on BeBits. So now opening a mailto link in NetPositive only opens one BeMail window rather than two.
January 30 2005 - v3.0.2
- Added SMTP SSL support