ReleaseNotes.txt
上传用户:wdhx888
上传日期:2017-06-08
资源大小:112k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

C#

  1. C# Email Server - Eric Daugherty
  2. web@ericdaugherty.com
  3. http://www.ericdaugherty.com/dev/cses
  4. --------------------------------------------
  5. Please refer to:
  6. http://www.ericdaugherty.com/dev/cses
  7. for additional documentation.
  8. Revision History
  9. ----------------
  10. Release 0.3 - 07/13/2004  
  11. Fixed bug that caused infinite loop.  Caused when clients disconnect improperly.
  12. Added ability to easily pull Header values from SMTPMessage and SMTPMessagePart
  13. Duplicate header keys (ex: Received) are not supported.  The last header key wins.
  14. Fixed Regex of mail addresses in SMTPProcessor.
  15. Fixed text replacement in user overridable SMTP Messages.
  16. Added ability to shutdown SimpleServer cleanly.
  17. Release 0.2 - 04/16/2004
  18. Added .chm API Documentation to binary release.
  19. Fixed bug parsing email addresses in SmtpServer.
  20. Fixed SimpleServer to listen on all IP addresses instead of just the loopback address.
  21. Release 0.1 - 11/12/2003
  22. Initial Release of SMTP Server component (cses.smtp.server.dll)