ChangeLog 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. 2005-12-26 John Luke <[email protected]>
  2. * AttachmentCollection.cs: mark sealed
  3. * DeliveryNotificationOptions.cs: fix values
  4. 2005-12-25 John Luke <[email protected]>
  5. * SmtpStatusCode.cs: OK > Ok
  6. * AttachmentBase.cs: ContentID > ContentId,
  7. add set_ContentType
  8. * AlternateViewCollection.cs: remove destructor,
  9. make default ctor internal
  10. * MailMessage.cs: add default ctor,
  11. remove destructor
  12. * Attachment.cs: add (string, string) ctor,
  13. add set_NameEncoding
  14. * LinkedResourceCollection.cs: remove destructor,
  15. make default ctor internal
  16. * AttachmentCollection.cs: mark Dispose virtual,
  17. add ISerializable, make default ctor internal
  18. 2005-12-24 John Luke <[email protected]>
  19. * LinkedResource.cs: new File
  20. * AttachmentBase.cs: new File
  21. * MailPriority.cs: new File
  22. * AlternateViewCollection.cs: new File
  23. * DeliveryNotificationOptions.cs: new File
  24. * SmtpFailedRecipientException.cs: new File
  25. * AlternateView.cs: new File
  26. * LinkedResourceCollection.cs: new File
  27. * MailMessage.cs: add some missing properties, update API for 2.0 final
  28. * Attachment.cs: inherit from AttachmentBase, update API for 2.0 final
  29. * MailAddress.cs: fix ToString, override Equals and GetHashCode
  30. * SmtpFailedRecipientsException.cs: use SmtpFailedRecipientException
  31. * SmtpException.cs: add [Serializable], ISerializable
  32. * MailAddressCollection.cs: inherit from Collection<MailAddress>
  33. * AttachmentCollection.cs: inherit from Collection<Attachment>
  34. * SmtpAccess.cs: add missing value
  35. * SmtpClient.cs: update for 2.0 final API
  36. * SmtpStatusCode.cs: add missing value
  37. 2005-12-24 John Luke <[email protected]>
  38. * MailMessage.cs: use text/plain by default,
  39. patch by Andy Waddell <[email protected]>,
  40. fixes bug #76972
  41. 2005-12-22 John Luke <[email protected]>
  42. * SmtpClient.cs: remove use of TransferEncodings that
  43. no longer exist in .net 2 final API
  44. 2005-12-14 Chris Toshok <[email protected]>
  45. * SmtpDeliveryMethod.cs: new enum.
  46. 2004-09-10 Tim Coleman <[email protected]>
  47. * SmtpClient.cs SmtpFailedRecipientsException.cs:
  48. Add failed recipient exception handling.
  49. 2004-09-09 Tim Coleman <[email protected]>
  50. * AttachmentCollection.cs MailAddressCollection.cs:
  51. New classes
  52. * Attachment.cs: Set content string
  53. * MailMessage.cs: Use new collection classes
  54. * SmtpClient.cs: Lots of MIME cleanup
  55. 2004-09-08 Tim Coleman <[email protected]>
  56. * Attachment.cs: Add SetContentFromFile methods
  57. * MailMessage.cs: Add MIME-Version header
  58. * SmtpClient.cs: Add some attachment handling.
  59. 2004-09-04 Tim Coleman <[email protected]>
  60. * Attachment.cs MailAddress.cs MailMessage.cs SendCompletedEventHandler.cs
  61. * SmtpAccess.cs SmtpClient.cs SmtpException.cs SmtpStatusCode.cs:
  62. New class stubs for 2.0