ChangeLog 2.9 KB

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