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