ChangeLog 1.7 KB

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