ChangeLog 929 B

1234567891011121314151617181920212223242526
  1. 2003-03-24 Per Arneng <[email protected]>
  2. * MailUtil: Added for some functions that didnt fit in other classes
  3. 2003-03-06 Per Arneng <[email protected]>
  4. * MailMessageWrapper: Added to get at more advanced mail message
  5. 2003-02-23 Per Arneng <[email protected]>
  6. * SmtpMail.cs: Send method now implemented (needs testing)
  7. * SmtpClient.cs: Added to make Send work (internal class)
  8. * SmtpException.cs: Added to make Send work (internal class)
  9. * SmtpStream.cs: Added to make Send work (internal class)
  10. * SmtpResponse.cs: Added to make Send work (internal class)
  11. 2002-11-26 Gonzalo Paniagua Javier <[email protected]>
  12. * SmtpMail.cs: i don't wanna see that warning :-).
  13. 2002-04-26 Lawrence Pit <[email protected]>
  14. * MailAttachment.cs: Implemented
  15. * MailEncoding.cs: Implemented
  16. * MailFormat.cs: Implemented
  17. * MailMessage.cs: Implemented
  18. * MailPriority.cs: Implemented
  19. * SmtpMail.cs: Stubbed