X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.Mail%2FChangeLog;h=29c06d840d476f997a091cfa17b4e71cb13cbe54;hb=7a419ba4067bd798ee560bc747e51714733f61c3;hp=8361593aab95b1a6de543ba504d266a27d9400b1;hpb=5e6643734df34c002b914b3d44c91ed897a8a6d6;p=mono.git diff --git a/mcs/class/System.Web/System.Web.Mail/ChangeLog b/mcs/class/System.Web/System.Web.Mail/ChangeLog index 8361593aab9..29c06d840d4 100644 --- a/mcs/class/System.Web/System.Web.Mail/ChangeLog +++ b/mcs/class/System.Web/System.Web.Mail/ChangeLog @@ -1,3 +1,68 @@ +2006-08-03 Gonzalo Paniagua Javier + + * MailAddress.cs: allow the space before '<' to be omitted. + +2006-04-26 Vladimir Krasnov + + * SmtpClient.cs, SmtpStream.cs: Added SMTP over TLS support, + refactoring + +2006-03-23 Vladimir Krasnov + + * SmtpMail.cs: removed TARGET_JVM part from Send method. + +2006-03-23 Vladimir Krasnov + + * MailMessageWrapper.cs: fixed Fields property, casting to string + changed to ToString method call. + +2006-01-08 Konstantin Triger + + * SmtpClient.cs, SmtpMail.cs, MailMessage.cs, MailMessageWrapper.cs, + MailAttachment.cs: TARGET_JVM changes to let the compilation + pass with csc 1.1. + +2005-11-28 Chris Toshok + + * SmtpClient.cs: ignore warning 618 (obsolete) when compiling an + already obsolete api (in the 2.0 case). + + * MailAttachment.cs: same. + + * MailMessageWrapper.cs: same. + + * MailMessage.cs: same. + +2005-09-15 Gert Driesen + + * MailPriority.cs: Marked obsolete in 2.0 profile. Fixed line endings. + * SmtpMail.cs: Added workaround message to ensure same warning is + generated as MS.NET 2.0. + * MailMessage.cs: same and fixed line endings. Set eol-style to native. + * MailEncoding.cs: same. + * MailFormat.cs: same. + * MailAttachment.cs: same. + +2005-09-13 Sebastien Pouliot + + * SmtpMail.cs: Added an Assert for FileIOPermission so it's possible + to send attachments (in this case MailAttachment is already protected + but doesn't open|read the file itself). + +2005-09-09 Sebastien Pouliot + + * MailAttachment.cs: Added [Link|Inheritance]Demand for Minimal. Added + FileIOPermission for Read in the constructor. Added [Obsolete] in 2.0. + * MailEncoding.cs: Removed [Serializable] and added [Obsolete] in 2.0. + * MailFormat.cs: Removed [Serializable] and added [Obsolete] in 2.0. + * MailMessage.cs: Removed references to RelatedBodyParts (2.0). Added + [Link|Inheritance]Demand for Minimal. Added [Obsolete] in 2.0. + * MailMessageWrapper.cs: Removed references to RelatedBodyParts (2.0). + * MailPriority.cs: Removed [Serializable] in 2.0. No [Obsolete] ? + * SmtpClient.cs: Removed references to RelatedBodyParts (2.0). + * SmtpMail.cs: Added [Link|Inheritance]Demand for Minimal. Added + Demand for Medium on Send method.Added [Obsolete] in 2.0. + 2005-06-08 Ilya Kharmatsky * SmtpMail.cs: Added TARGET_JVM directive in Send method,