ChangeLog 693 B

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