2007-10-17 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System / System.Net.Mail / ChangeLog
index 5377c8dc24d863b8402518374b1e4767da905b94..4841d1b4c186f174a999b73825b393e393c763b4 100644 (file)
@@ -1,3 +1,11 @@
+2007-10-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * AlternateView.cs : dispose linked resources. Remove MonoTODOs.
+       * Attachment.cs : check null content string.
+         The string argument in .ctor(Stream,string) is name, not mediaType.
+         Use contentEncoding argument in CreateAttachmentFromString().
+       * AttachmentBase.cs : TransferEncoding default is QuotedPrintable.
+
 2007-10-17  Atsushi Enomoto  <atsushi@ximian.com>
 
        * MailMessage.cs : removed MonoTODO. some comment.