* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Web / System.Web.Mail / ChangeLog
index 3558f6187bf40e9e05583526c2884fe36e2d1888..1261cb51ca5a033e9af679ccfaa10534f74f42b5 100644 (file)
@@ -1,3 +1,34 @@
+2006-04-26  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * SmtpClient.cs, SmtpStream.cs: Added SMTP over TLS support, 
+       refactoring
+
+2006-03-23  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * SmtpMail.cs: removed TARGET_JVM part from Send method.
+
+2006-03-23  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * MailMessageWrapper.cs: fixed Fields property, casting to string
+       changed to ToString method call.
+
+2006-01-08  Konstantin Triger <kostat@mainsoft.com>
+
+       * 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  <toshok@ximian.com>
+
+       * 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  <drieseng@users.sourceforge.net>
 
        * MailPriority.cs: Marked obsolete in 2.0 profile. Fixed line endings.