[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / System.Net.Mail / ChangeLog
index 50a1166f18bfd8ea763c10dd355eb39161d5c4dd..4ef8abefea310755aee6e039df0fc59bf5c7c2c4 100644 (file)
@@ -1,3 +1,28 @@
+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