ChangeLog 3.0 KB

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