ChangeLog 1.2 KB

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