ChangeLog 2.8 KB

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