* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System / System.Net.Mail / ChangeLog
index b3e82c391de92c365b40f62ffa41ad78ced3e8d6..b57929aa9ef9f10a4fb96736dd97ac175af3896c 100644 (file)
@@ -1,3 +1,83 @@
+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
+       * DeliveryNotificationOptions.cs: fix values
+       
+2005-12-25  John Luke  <john.luke@gmail.com>
+
+       * SmtpStatusCode.cs: OK > Ok
+       * AttachmentBase.cs: ContentID > ContentId,
+       add set_ContentType
+       * AlternateViewCollection.cs: remove destructor,
+       make default ctor internal
+       * MailMessage.cs: add default ctor,
+       remove destructor
+       * Attachment.cs: add (string, string) ctor,
+       add set_NameEncoding
+       * LinkedResourceCollection.cs: remove destructor,
+       make default ctor internal
+       * AttachmentCollection.cs: mark Dispose virtual,
+       add ISerializable, make default ctor internal
+
+2005-12-24  John Luke  <john.luke@gmail.com>
+
+       * LinkedResource.cs: new File
+       * AttachmentBase.cs: new File
+       * MailPriority.cs: new File
+       * AlternateViewCollection.cs: new File
+       * DeliveryNotificationOptions.cs: new File
+       * SmtpFailedRecipientException.cs: new File
+       * AlternateView.cs: new File
+       * LinkedResourceCollection.cs: new File
+       * MailMessage.cs: add some missing properties, update API for 2.0 final 
+       * Attachment.cs: inherit from AttachmentBase, update API for 2.0 final
+       * MailAddress.cs: fix ToString, override Equals and GetHashCode
+       * SmtpFailedRecipientsException.cs: use SmtpFailedRecipientException
+       * SmtpException.cs: add [Serializable], ISerializable
+       * MailAddressCollection.cs: inherit from Collection<MailAddress>
+       * AttachmentCollection.cs: inherit from Collection<Attachment>
+       * SmtpAccess.cs: add missing value
+       * SmtpClient.cs: update for 2.0 final API
+       * SmtpStatusCode.cs: add missing value
+2005-12-24  John Luke  <john.luke@gmail.com>
+
+       * MailMessage.cs: use text/plain by default,
+       patch by Andy Waddell <awaddell@fnfr.com>,
+       fixes bug #76972
+
+2005-12-22  John Luke  <john.luke@gmail.com>
+
+       * SmtpClient.cs: remove use of TransferEncodings that
+       no longer exist in .net 2 final API
+       
+2005-12-14  Chris Toshok  <toshok@ximian.com>
+
+       * SmtpDeliveryMethod.cs: new enum.
+
 2004-09-10  Tim Coleman <tim@timcoleman.com>
        * SmtpClient.cs SmtpFailedRecipientsException.cs:
                Add failed recipient exception handling.