1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Sep 21, 2024 — Sep 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added nuspec More... over 11 years ago
Releasing 2.0.5 More... over 12 years ago
Update README.md More... over 12 years ago
Merge branch 'master' of https://github.com/foens/hpop More... over 12 years ago
Initial commit More... over 12 years ago
Woops. This was the real commit to the previous commit. More... over 12 years ago
Fix error message More... over 12 years ago
Fix typo in comment More... over 12 years ago
Small inconsistency fix More... almost 13 years ago
Robustness: Fix problems with sizes of the type "104 kB". Thanks to Remco More... almost 13 years ago
Fixed a bug where we tried to adjust for the timezone when we could not parse the date. More... almost 13 years ago
Can now decode dates in the format 08-May-2012 16:52:30 +0100. Thanks to Ryan Dansie. More... almost 13 years ago
Fixed file saving bug, where saving to the same file might leave old data in the file if the new file is shorter. Thanks to ElectroPARUSNIK for reporting. More... almost 13 years ago
Fixed rare bug in EncodedWord. Thanks to Pavel Egorov for reporting and supplying fix. More... about 13 years ago
Added more checks More... about 13 years ago
Jonathan D. Falconnier reported that Convert.FromBase64String may throw OutOfMemoryException because it handles memory wasteful. His fix has been implemented and hereby committed. Thanks! More... over 13 years ago
Fix missing trim() on ContentDisposition header resulting in not removing quotes from the filename field. Reported by Christophe More... over 13 years ago
More robust date parsing More... over 13 years ago
Small change to FetchAllEmails example. Fetch the newest email first. More... almost 14 years ago
Fixed some documentation problems More... almost 14 years ago
Getting ready to release OpenPop 2.0.4 More... almost 14 years ago
Fix documentation typo More... almost 14 years ago
Removed obsolete methods from Message class Using consistent save methods in both Message and MessagePart classes. Adding more examples Fixed some names in test cases Removed UnfixedIssuesTests as it has not been used for a very long time More... almost 14 years ago
TestApplication: More space for message subjects and attachments. Rename of "Message Number" to "Messages". More... almost 14 years ago
Added a FindEncoder class that can be customized by developers for mapping special encodings. More... almost 14 years ago
Test case easier to read :) More... almost 14 years ago
More robust handling of illegal rfc2231 headers. More... almost 14 years ago
Fixed an issue with illegal received header lines containing a key multiple times (for example to "by" keys). More... about 14 years ago
More robustness. If Content-Disposition header is missing a semicolon after first parameter, this is handled correctly now. Example: Content-Disposition: attachment filename="foo" More... about 14 years ago
Updated documentation for last commit change More... about 14 years ago