| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- 2005-12-26 John Luke <[email protected]>
- * AttachmentCollection.cs: mark sealed
- * DeliveryNotificationOptions.cs: fix values
-
- 2005-12-25 John Luke <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * MailMessage.cs: use text/plain by default,
- patch by Andy Waddell <[email protected]>,
- fixes bug #76972
- 2005-12-22 John Luke <[email protected]>
- * SmtpClient.cs: remove use of TransferEncodings that
- no longer exist in .net 2 final API
-
- 2005-12-14 Chris Toshok <[email protected]>
- * SmtpDeliveryMethod.cs: new enum.
- 2004-09-10 Tim Coleman <[email protected]>
- * SmtpClient.cs SmtpFailedRecipientsException.cs:
- Add failed recipient exception handling.
- 2004-09-09 Tim Coleman <[email protected]>
- * AttachmentCollection.cs MailAddressCollection.cs:
- New classes
- * Attachment.cs: Set content string
- * MailMessage.cs: Use new collection classes
- * SmtpClient.cs: Lots of MIME cleanup
- 2004-09-08 Tim Coleman <[email protected]>
- * Attachment.cs: Add SetContentFromFile methods
- * MailMessage.cs: Add MIME-Version header
- * SmtpClient.cs: Add some attachment handling.
- 2004-09-04 Tim Coleman <[email protected]>
- * Attachment.cs MailAddress.cs MailMessage.cs SendCompletedEventHandler.cs
- * SmtpAccess.cs SmtpClient.cs SmtpException.cs SmtpStatusCode.cs:
- New class stubs for 2.0
|