ChangeLog 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. 2003-12-18 Gonzalo Paniagua Javier <[email protected]>
  2. * MailMessage.cs: added Fields property.
  3. 2003-11-20 Gonzalo Paniagua Javier <[email protected]>
  4. * MailMessageWrapper.cs: fixed typo that made all messages be sent as
  5. html, even when the body is marked as text. Path by Mohammad DAMT.
  6. Closes bug #51177.
  7. 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
  8. * MailAddress.cs: return null instead of exception when the address is
  9. empty.
  10. * MailAddressCollection.cs: ignore null addresses.
  11. * SmtpMail.cs: add the exception we get as inner exception so we know
  12. where the error is.
  13. Fixes bug #45746.
  14. 2003-03-24 Per Arneng <[email protected]>
  15. * MailUtil: Added for some functions that didnt fit in other classes
  16. 2003-03-06 Per Arneng <[email protected]>
  17. * MailMessageWrapper: Added to get at more advanced mail message
  18. 2003-02-23 Per Arneng <[email protected]>
  19. * SmtpMail.cs: Send method now implemented (needs testing)
  20. * SmtpClient.cs: Added to make Send work (internal class)
  21. * SmtpException.cs: Added to make Send work (internal class)
  22. * SmtpStream.cs: Added to make Send work (internal class)
  23. * SmtpResponse.cs: Added to make Send work (internal class)
  24. 2002-11-26 Gonzalo Paniagua Javier <[email protected]>
  25. * SmtpMail.cs: i don't wanna see that warning :-).
  26. 2002-04-26 Lawrence Pit <[email protected]>
  27. * MailAttachment.cs: Implemented
  28. * MailEncoding.cs: Implemented
  29. * MailFormat.cs: Implemented
  30. * MailMessage.cs: Implemented
  31. * MailPriority.cs: Implemented
  32. * SmtpMail.cs: Stubbed