1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Sep 18, 2024 — Sep 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Can now handle emails with received header lines which does not include the last date part. More... about 14 years ago
Releasing OpenPop version 2.0.3 More... about 14 years ago
Fixed a bug(!!) with encoded words decoding reported by azuresplash _ AT _ gmail.com More... about 14 years ago
Added some help if the POP3 server tells the client it supports APOP authentication. More... about 14 years ago
Added example More... about 14 years ago
Upgrades to the received header line parsing More... about 14 years ago
Robustness: Handle illegal mediatype instance More... about 14 years ago
Now parses Received headers into a Received class. More... about 14 years ago
More robust parsing of illegal Content-Type headers. More... over 14 years ago
Change ToMailMessage to prefer HTML body content when available. More... over 14 years ago
Added a Load test more More... over 14 years ago
Removed unnecessary code. More... over 14 years ago
Refactored a bit. Added that DateTime.MinValue will be used to the documentation if the Date cannot be parsed. More... over 14 years ago
Added support for using Streams with Message Load and Save. More... over 14 years ago
Fixed issue with Message.IsBodyHtml not being set properly from ToMailMessage. Added a patch submitted by Tim Scott [tscott at lunaversesoftware dot com] to strengthen the Date processing of the headers. Invalid date fields will now have a value of DateTime.MinValue instead of being skipped entirely due to a thrown exception. More... over 14 years ago
Extension-parameters in Content-Disposition now handled correctly More... over 14 years ago
Increased Content-Disposition continuation robustness More... over 14 years ago
Fixed issue with Content-Type and refactored a bit More... over 14 years ago
Bug fixed where Thread-Topic was used instead of Subject header as the subject of the email. More... over 14 years ago
Getting ready to release 2.0.2 More... over 14 years ago
Small changes to Test program More... over 14 years ago
Fixed typo in comment More... over 14 years ago
ContentType and ContentDisposition can now be parsed correctly if no semicolons are specified after quoted values. More... over 14 years ago
MessageParts with no ending boundary now parsed more correctly More... over 14 years ago
Now parses invalid dates with only one digit specifying minutes or seconds in a datetime More... over 14 years ago
More robust date parsing More... over 14 years ago
Fixed issue with invalid parameter NAME being in Content-Disposition header More... over 14 years ago
Small method rename More... over 14 years ago
More consistent coding - always using uppercase in switches More... over 14 years ago
Documentation update More... over 14 years ago