ChangeLog 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. 2005-09-09 Sebastien Pouliot <[email protected]>
  2. * MailAttachment.cs: Added [Link|Inheritance]Demand for Minimal. Added
  3. FileIOPermission for Read in the constructor. Added [Obsolete] in 2.0.
  4. * MailEncoding.cs: Removed [Serializable] and added [Obsolete] in 2.0.
  5. * MailFormat.cs: Removed [Serializable] and added [Obsolete] in 2.0.
  6. * MailMessage.cs: Removed references to RelatedBodyParts (2.0). Added
  7. [Link|Inheritance]Demand for Minimal. Added [Obsolete] in 2.0.
  8. * MailMessageWrapper.cs: Removed references to RelatedBodyParts (2.0).
  9. * MailPriority.cs: Removed [Serializable] in 2.0. No [Obsolete] ?
  10. * SmtpClient.cs: Removed references to RelatedBodyParts (2.0).
  11. * SmtpMail.cs: Added [Link|Inheritance]Demand for Minimal. Added
  12. Demand for Medium on Send method.Added [Obsolete] in 2.0.
  13. 2005-06-08 Ilya Kharmatsky <ilyak-at-mainsoft.com>
  14. * SmtpMail.cs: Added TARGET_JVM directive in Send method,
  15. where we will use in J2EE configuration the "native" java
  16. support for obtaining the network address of localhost.
  17. 2005-04-20 Gonzalo Paniagua Javier <[email protected]>
  18. * SmtpClient.cs:
  19. * SmtpStream.cs: removed warnings.
  20. 2005-01-28 Lluis Sanchez Gual <[email protected]>
  21. * Base64AttachmentEncoder.cs: Fixed warning.
  22. 2004-10-27 Sanjay Gupta <[email protected]>
  23. * SmtpClient.cs: Fix for bug 68829.
  24. 2004-08-27 Sanjay Gupta <[email protected]>
  25. * MailMessageWrapper.cs: Added a comment to add Date header.
  26. * SmtpClient.cs: Updated functionality to add RelatedBodyPart to
  27. MIME message.
  28. 2004-08-26 Sanjay Gupta <[email protected]>
  29. * SmtpClient.cs: Added functionality to add RelatedBodyPart to
  30. MIME message.
  31. 2004-08-25 Sanjay Gupta <[email protected]>
  32. * MailMessageWrapper.cs: Added NET_2_0 property and another missing
  33. property from NET_1_1.
  34. * RelatedBodyPart.cs: Error detection and handling.
  35. * SmtpClient.cs: Upgraded for NET_1_1 and WIP for NET_2_0.
  36. 2004-08-18 Sanjay Gupta <[email protected]>
  37. * MailEncoding.cs:
  38. * MailFormat.cs:
  39. * MailPriority.cs: Added NET_2_0 attribute.
  40. 2004-08-18 Sanjay Gupta <[email protected]>
  41. * MailMessage.cs: Added new property RelatedBodyParts.
  42. * RelatedBodyPart.cs: Added new file.
  43. 2004-08-10 Gonzalo Paniagua Javier <[email protected]>
  44. * SmtpClient.cs: multipart mails default body format is now the same as
  45. the one used for single part mails instead of being forced to
  46. "text/plain".
  47. 2004-02-27 Gonzalo Paniagua Javier <[email protected]>
  48. * MailMessage.cs: patch by John Luke that initialized the fields in
  49. the message and makes Fields return the same as in MS.NET. Fixes bug
  50. #54908.
  51. 2003-12-18 Gonzalo Paniagua Javier <[email protected]>
  52. * MailMessage.cs: added Fields property.
  53. 2003-11-20 Gonzalo Paniagua Javier <[email protected]>
  54. * MailMessageWrapper.cs: fixed typo that made all messages be sent as
  55. html, even when the body is marked as text. Path by Mohammad DAMT.
  56. Closes bug #51177.
  57. 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
  58. * MailAddress.cs: return null instead of exception when the address is
  59. empty.
  60. * MailAddressCollection.cs: ignore null addresses.
  61. * SmtpMail.cs: add the exception we get as inner exception so we know
  62. where the error is.
  63. Fixes bug #45746.
  64. 2003-03-24 Per Arneng <[email protected]>
  65. * MailUtil: Added for some functions that didnt fit in other classes
  66. 2003-03-06 Per Arneng <[email protected]>
  67. * MailMessageWrapper: Added to get at more advanced mail message
  68. 2003-02-23 Per Arneng <[email protected]>
  69. * SmtpMail.cs: Send method now implemented (needs testing)
  70. * SmtpClient.cs: Added to make Send work (internal class)
  71. * SmtpException.cs: Added to make Send work (internal class)
  72. * SmtpStream.cs: Added to make Send work (internal class)
  73. * SmtpResponse.cs: Added to make Send work (internal class)
  74. 2002-11-26 Gonzalo Paniagua Javier <[email protected]>
  75. * SmtpMail.cs: i don't wanna see that warning :-).
  76. 2002-04-26 Lawrence Pit <[email protected]>
  77. * MailAttachment.cs: Implemented
  78. * MailEncoding.cs: Implemented
  79. * MailFormat.cs: Implemented
  80. * MailMessage.cs: Implemented
  81. * MailPriority.cs: Implemented
  82. * SmtpMail.cs: Stubbed