changes.txt
上传用户:hncsjykj
上传日期:2022-08-09
资源大小:461k
文件大小:3k
源码类别:

Email客户端

开发平台:

C#

  1. 2004/6/16 18:34 GMT+8 by Unruled Boy
  2. 1.fixed a loop in message body decoding by .
  3. 2004/6/16 12:47 GMT+8 by Unruled Boy
  4. 1.Added new high performance WaitForResponse function;
  5. 2004/5/31 14:22 GMT+8 by Unruled Boy
  6. 1.Fixed a bug in decoding Base64 text when using non-standard encoding
  7. 2004/5/30 15:04 GMT+8 by Unruled Boy
  8. 1.Added all description to all functions
  9. 2004/5/26 15:08 GMT+8 by Unruled Boy
  10. 1.Added copyrights regarding GPL/LPGL
  11. 2004/5/26 09:25 GMT+8 by Unruled Boy
  12. 1.Fixed some parameter description errors and tidy up some codes
  13. 2004/5/25 13:55 GMT+8 by Unruled Boy
  14. 1.Rewrote the DecodeText function using Regular Expression
  15. 2004/5/24 12:31 GMT+8 by Unruled Boy
  16. 1.Added explicit destroy to members in every class to solve memory problem
  17. 2004/5/21 00:00 by dteviot via Unruled Boy
  18. 1.Added support for the LIST command
  19. 2.Heavily refactored replicated code
  20. 2004/5/17 14:20 GMT+8 by Unruled Boy
  21. 1.fixed something but do not remember :(
  22. 2.Fixed a bug in parsing FileName
  23. 2004/5/11 17:00 GMT+8 by Unruled Boy
  24. 1.Fixed a bug in parsing ContentCharset
  25. 2.Fixed a bug in ParseStreamLines
  26. 2004/5/8 17:00 GMT+8 by Unruled Boy
  27. 1.Fixed a bug in parsing boundary
  28. 2.Again, hopefully we have handled the NotAttachment property correctly
  29. 2004/5/4 20:52 GMT+8 by Unruled Boy
  30. 1.Renamed DeleteMessages to DeleteAllMessages
  31. 2.Adding new constructor
  32. 2004/5/3 12:53 GMT+8 by Unruled Boy
  33. 1.Adding ReceiveContentSleepInterval property
  34. 2.Adding WaitForResponseInterval property
  35. 2004/5/1 14:13 GMT+8 by Unruled Boy
  36. 1.Now with 6 events in POPClient class!
  37. 2.Adding descriptions to every public functions/property/void of every class
  38. 3.Adding three more constructors in Message class
  39. 4.Adding three more constructors in Attachment class
  40. 2004/4/29 19:05 GMT+8 by Unruled Boy
  41. 1.Fixed the bug parsing headers/boundary in Message
  42. 2.Hopefully we have handled the NotAttachment property correctly
  43. 3.Adding ReadPlainTextFromFile function
  44. 2004/4/28 19:06 GMT+8 by Unruled Boy
  45. 1.Rewriting the Decode method
  46. 2.Adding DateTimeInfo property
  47. 3.Maybe we correct the HTML content type bug
  48. 2004/4/23 20:29 GMT+8 by Unruled Boy
  49. 1.Separating OpenPOP into two independant libries: OpenPOP and MIMEParser
  50. 2.Modifies the construction for new Message in POPClient class
  51. 3.New Contructor of Message Class
  52. 4.Tidy up the codes to follow Hungarian Notation
  53. 2004/3/29 10:38 GMT+8 by Unruled Boy
  54. 1. remove attachment/message parsing bugs;
  55. 2. formatting codes;
  56. 3. adding TNEF parsing sample project files.
  57. 4. adding descriptions for every class;
  58. 5. adding NOOP/RSET/USER commands
  59. 2004/3/29 17:22 GMT+8 by Unruled Boy
  60. 1.adding support for reply message using ms-tnef 
  61. 2.adding support for all custom message headers
  62. 3.rewriting the message header parser(adding 3 ParseStreamLines)
  63. 4.adding detail description for every function of the message class
  64. 5.cleaning up the codes of the message class
  65. 6.adding MIMETypes class
  66. 7.adding detail description for every function of the attachment class
  67. 8.cleaning up the codes of the attachment class