ChangeLog 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. 2004-08-27 Sanjay Gupta <[email protected]>
  2. * MailMessageWrapper.cs: Added a comment to add Date header.
  3. * SmtpClient.cs: Updated functionality to add RelatedBodyPart to
  4. MIME message.
  5. 2004-08-26 Sanjay Gupta <[email protected]>
  6. * SmtpClient.cs: Added functionality to add RelatedBodyPart to
  7. MIME message.
  8. 2004-08-25 Sanjay Gupta <[email protected]>
  9. * MailMessageWrapper.cs: Added NET_2_0 property and another missing
  10. property from NET_1_1.
  11. * RelatedBodyPart.cs: Error detection and handling.
  12. * SmtpClient.cs: Upgraded for NET_1_1 and WIP for NET_2_0.
  13. 2004-08-18 Sanjay Gupta <[email protected]>
  14. * MailEncoding.cs:
  15. * MailFormat.cs:
  16. * MailPriority.cs: Added NET_2_0 attribute.
  17. 2004-08-18 Sanjay Gupta <[email protected]>
  18. * MailMessage.cs: Added new property RelatedBodyParts.
  19. * RelatedBodyPart.cs: Added new file.
  20. 2004-08-10 Gonzalo Paniagua Javier <[email protected]>
  21. * SmtpClient.cs: multipart mails default body format is now the same as
  22. the one used for single part mails instead of being forced to
  23. "text/plain".
  24. 2004-02-27 Gonzalo Paniagua Javier <[email protected]>
  25. * MailMessage.cs: patch by John Luke that initialized the fields in
  26. the message and makes Fields return the same as in MS.NET. Fixes bug
  27. #54908.
  28. 2003-12-18 Gonzalo Paniagua Javier <[email protected]>
  29. * MailMessage.cs: added Fields property.
  30. 2003-11-20 Gonzalo Paniagua Javier <[email protected]>
  31. * MailMessageWrapper.cs: fixed typo that made all messages be sent as
  32. html, even when the body is marked as text. Path by Mohammad DAMT.
  33. Closes bug #51177.
  34. 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
  35. * MailAddress.cs: return null instead of exception when the address is
  36. empty.
  37. * MailAddressCollection.cs: ignore null addresses.
  38. * SmtpMail.cs: add the exception we get as inner exception so we know
  39. where the error is.
  40. Fixes bug #45746.
  41. 2003-03-24 Per Arneng <[email protected]>
  42. * MailUtil: Added for some functions that didnt fit in other classes
  43. 2003-03-06 Per Arneng <[email protected]>
  44. * MailMessageWrapper: Added to get at more advanced mail message
  45. 2003-02-23 Per Arneng <[email protected]>
  46. * SmtpMail.cs: Send method now implemented (needs testing)
  47. * SmtpClient.cs: Added to make Send work (internal class)
  48. * SmtpException.cs: Added to make Send work (internal class)
  49. * SmtpStream.cs: Added to make Send work (internal class)
  50. * SmtpResponse.cs: Added to make Send work (internal class)
  51. 2002-11-26 Gonzalo Paniagua Javier <[email protected]>
  52. * SmtpMail.cs: i don't wanna see that warning :-).
  53. 2002-04-26 Lawrence Pit <[email protected]>
  54. * MailAttachment.cs: Implemented
  55. * MailEncoding.cs: Implemented
  56. * MailFormat.cs: Implemented
  57. * MailMessage.cs: Implemented
  58. * MailPriority.cs: Implemented
  59. * SmtpMail.cs: Stubbed