1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Sep 20, 2024 — Sep 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed XML documentation warnings and stopped building XML output for release build More... over 14 years ago
Bug found by Tudor eliminated. A body encoded under QuotedPrintable would have underscores "_" erroneously converted to spaces. More... over 14 years ago
Disposing a Pop3Client will not send a QUIT command to the server. More... over 14 years ago
When a ContentTransferEncoding parameter is invalid, we do not throw an exception anymore. More... over 14 years ago
Refactored a bit More... over 14 years ago
Implemented CRAM-MD5 as an authentication method. Also refactored a small bit. Unit tests implemented. More... over 14 years ago
Moved the private property to the private member properties region instead of having a private property in the public region. More... almost 15 years ago
More robust parser: Character set of utf8 now handled - it should be specified as utf-8. Test cases implemented. More... almost 15 years ago
Emails with only headers (and no header-end-line) could not be parsed. This bug was reported by Rune Moberg and the solution as well. Test cases implemented. Bug fixed. More... almost 15 years ago
Added another test case for Encoded word found on the net. No flaws found using it. More... almost 15 years ago
Fixed bug reported by Nadav: if ContentType ends with a semicolon and extra whitespace, an exception would be raised. Added test case for the bug. More... almost 15 years ago
Added documentation config for NDoc3 Added XML output on release Bumped AssemblyCommon version More... almost 15 years ago
Updated RFC links to use the same site. More... almost 15 years ago
Major documentation update. Now documentation can be generated using NDoc3. More... almost 15 years ago
Better documentation Changed some methods in RfcMailAddress to internal. More... almost 15 years ago
Added assembly information to the Example project. Not really needed. Updated version in AssemblyCommon.cs More... almost 15 years ago
Fixed compilation issued which were added since FindFileName was changed to FileName More... almost 15 years ago
Added example project to the solution More... almost 15 years ago
Added a bit more documentation about ArgumentNullExceptions More... almost 15 years ago
Changed the FindFileName property to FileName instead. Seems easier to use. More... almost 15 years ago
fixed documentation bug More... almost 15 years ago
Fixed bad documentation in HeaderFieldParser Removed all events from Pop3Client and propergated the changes to MailMonitor and TestForm. More... almost 15 years ago
Added the new headers to the TestForm More... almost 15 years ago
Added test for Disposition-Notification-To More... almost 15 years ago
Added tests for keywords header field More... almost 15 years ago
Now parses Message header "References" More... almost 15 years ago
The Message header In-Reply-To is now parsed More... almost 15 years ago
Cleaned up TestForm a bit More... almost 15 years ago
Upgraded the OpenPop test application. It now shows the hierarchy of the Message. Based on the selected node in the message view, it is possible to show the selected MessagePart's text. This way you are now able to examine each part of a Message. At least the text ones. More... almost 15 years ago
Redid the Assembly attributes. Now several attributes are shared between projects Changed version number The keyfile is uploaded as well - it is (hopefully) encrypted under a strong password. More... almost 15 years ago