ChangeLog 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. 2006-03-11 Miguel de Icaza <[email protected]>
  2. * MailAddress.cs: Comment out unused field to remove warning.
  3. 2006-1-13 John Luke <[email protected]>
  4. * MailMessage.cs: add [MonoTODO] for FormatException in ctor,
  5. throw ArugmentNullException's from the ctors,
  6. add internal BodyContentType property,
  7. change BodyEncoding to use BodyContentType,
  8. change IsBodyHtml to use BodyContentType,
  9. * SmtpClient.cs: set timeout initially to 100000,
  10. don't throw ArgumentOutOfRangeException when Timeout = 0,
  11. add [MonoTODO] for set_host, and throw Exceptions for it,
  12. add [MonoTODO] for UseDefaultCredentials,
  13. get messageContentType from the message,
  14. use "127.0.0.1" for Host and 25 for Port
  15. if host or port is not specified until reading
  16. them from the configuration files is done
  17. 2006-1-02 John Luke <[email protected]>
  18. * DeliveryNotificationOptions: fix value of Delay
  19. 2005-12-26 John Luke <[email protected]>
  20. * AttachmentCollection.cs: mark sealed
  21. * DeliveryNotificationOptions.cs: fix values
  22. 2005-12-25 John Luke <[email protected]>
  23. * SmtpStatusCode.cs: OK > Ok
  24. * AttachmentBase.cs: ContentID > ContentId,
  25. add set_ContentType
  26. * AlternateViewCollection.cs: remove destructor,
  27. make default ctor internal
  28. * MailMessage.cs: add default ctor,
  29. remove destructor
  30. * Attachment.cs: add (string, string) ctor,
  31. add set_NameEncoding
  32. * LinkedResourceCollection.cs: remove destructor,
  33. make default ctor internal
  34. * AttachmentCollection.cs: mark Dispose virtual,
  35. add ISerializable, make default ctor internal
  36. 2005-12-24 John Luke <[email protected]>
  37. * LinkedResource.cs: new File
  38. * AttachmentBase.cs: new File
  39. * MailPriority.cs: new File
  40. * AlternateViewCollection.cs: new File
  41. * DeliveryNotificationOptions.cs: new File
  42. * SmtpFailedRecipientException.cs: new File
  43. * AlternateView.cs: new File
  44. * LinkedResourceCollection.cs: new File
  45. * MailMessage.cs: add some missing properties, update API for 2.0 final
  46. * Attachment.cs: inherit from AttachmentBase, update API for 2.0 final
  47. * MailAddress.cs: fix ToString, override Equals and GetHashCode
  48. * SmtpFailedRecipientsException.cs: use SmtpFailedRecipientException
  49. * SmtpException.cs: add [Serializable], ISerializable
  50. * MailAddressCollection.cs: inherit from Collection<MailAddress>
  51. * AttachmentCollection.cs: inherit from Collection<Attachment>
  52. * SmtpAccess.cs: add missing value
  53. * SmtpClient.cs: update for 2.0 final API
  54. * SmtpStatusCode.cs: add missing value
  55. 2005-12-24 John Luke <[email protected]>
  56. * MailMessage.cs: use text/plain by default,
  57. patch by Andy Waddell <[email protected]>,
  58. fixes bug #76972
  59. 2005-12-22 John Luke <[email protected]>
  60. * SmtpClient.cs: remove use of TransferEncodings that
  61. no longer exist in .net 2 final API
  62. 2005-12-14 Chris Toshok <[email protected]>
  63. * SmtpDeliveryMethod.cs: new enum.
  64. 2004-09-10 Tim Coleman <[email protected]>
  65. * SmtpClient.cs SmtpFailedRecipientsException.cs:
  66. Add failed recipient exception handling.
  67. 2004-09-09 Tim Coleman <[email protected]>
  68. * AttachmentCollection.cs MailAddressCollection.cs:
  69. New classes
  70. * Attachment.cs: Set content string
  71. * MailMessage.cs: Use new collection classes
  72. * SmtpClient.cs: Lots of MIME cleanup
  73. 2004-09-08 Tim Coleman <[email protected]>
  74. * Attachment.cs: Add SetContentFromFile methods
  75. * MailMessage.cs: Add MIME-Version header
  76. * SmtpClient.cs: Add some attachment handling.
  77. 2004-09-04 Tim Coleman <[email protected]>
  78. * Attachment.cs MailAddress.cs MailMessage.cs SendCompletedEventHandler.cs
  79. * SmtpAccess.cs SmtpClient.cs SmtpException.cs SmtpStatusCode.cs:
  80. New class stubs for 2.0