2007-12-06 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System / System.Net.Mail / ChangeLog
index 622ec5698fcd68a3974803ce86772dc5798429e6..d5e471420f8addd1daf2f851df68314885df19e0 100644 (file)
@@ -1,3 +1,15 @@
+2007-12-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * AlternateView.cs : supply charset info for ContentType.
+       * SmtpClient.cs : for ToQuotedPrintable() input, don't use utf8
+         StreamReader to get input string. Just use Encoding.GetBytes().
+         Fixed bug #346162.
+
+2007-12-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * MailMessage.cs : fixing cosmetic .net compatibility. Automatically
+         fill ASCII when guessed encoding is nothing.
+
 2007-12-05  Atsushi Enomoto  <atsushi@ximian.com>
 
        * SmtpClient.cs : fold base64 string at 76 characters.