* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System / System.Net.Mail / ChangeLog
index ccb704687f63be2e916f3f9371d6c1e8b1b3702c..b57929aa9ef9f10a4fb96736dd97ac175af3896c 100644 (file)
@@ -1,3 +1,27 @@
+2006-03-11  Miguel de Icaza  <miguel@novell.com>
+
+       * MailAddress.cs: Comment out unused field to remove warning. 
+
+2006-1-13  John Luke  <john.luke@gmail.com>
+
+       * MailMessage.cs: add [MonoTODO] for FormatException in ctor,
+       throw ArugmentNullException's from the ctors,
+       add internal BodyContentType property,
+       change BodyEncoding to use BodyContentType,
+       change IsBodyHtml to use BodyContentType,
+       * SmtpClient.cs: set timeout initially to 100000,
+       don't throw ArgumentOutOfRangeException when Timeout = 0,
+       add [MonoTODO] for set_host, and throw Exceptions for it,
+       add [MonoTODO] for UseDefaultCredentials,
+       get messageContentType from the message,
+       use "127.0.0.1" for Host and 25 for Port
+       if host or port is not specified until reading
+       them from the configuration files is done
+
+2006-1-02  John Luke  <john.luke@gmail.com>
+
+       * DeliveryNotificationOptions: fix value of Delay
+       
 2005-12-26  John Luke  <john.luke@gmail.com>
 
        * AttachmentCollection.cs: mark sealed