[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / System.Net.Mail / ChangeLog
index 8ff18dac2345495824a89955b3e1bb36741c3363..4ef8abefea310755aee6e039df0fc59bf5c7c2c4 100644 (file)
@@ -1,3 +1,35 @@
+2010-06-28 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * SmtpClient.cs: support PLAIN authentication and throw if LOGIN and
+       PLAIN are not supported. Fixes bug #607249.
+
+2010-05-04  Miguel de Icaza  <miguel@novell.com>
+
+       * Apply patch from Ted Unangst to fix bug 574049
+
+2010-03-06 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * SmtpClient.cs: typo in reply-to header. Thanks to Chris Tomlinson.
+       Fixes bug #578271.
+
+2010-02-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * SmtpClient.cs: generate correct MIME when there are text and html
+       linked resources. Fixes bug #579984. Patch by Ásgeir Halldórsson.
+
+2010-01-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * SmtpClient.cs: rethrow inner exception so that
+       AsyncCompletedEventArgs.Error gets the right value on error. Patch
+       by Dimitar Dobrev.
+
+2009-12-11  Miguel de Icaza  <miguel@novell.com>
+
+       * SmtpClient.cs: Add half-implemented feature, TargetName for the
+       SPN SMTP system.
+       
+       * SmtpClient.cs, MailMessage.cs: Add 4.0 APIs.
+
 2009-08-20  Sebastien Pouliot  <sebastien@ximian.com>
 
        * SmtpClient.cs: Honor ServicePointManager.