ChangeLog 1.9 KB

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