ChangeLog 809 B

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