1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Sep 18, 2024 — Sep 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Brought MailMonitor up to date with OpenPop changes More... almost 15 years ago
Case changes complete More... almost 15 years ago
Changing cases and renamed Shared To Common More... almost 15 years ago
Thomas Thiery had a lot of changes based on FxCop that should be thought about. Many of these have been fixed here. More... almost 15 years ago
Moved some classes around Added more documentation to the Header class More... almost 15 years ago
Fixed compilation issue More... almost 15 years ago
Moving branch into main More... almost 15 years ago
Moving branch into main More... almost 15 years ago
Small refactorings More... almost 15 years ago
Removed a test which was not to be committed yet More... almost 15 years ago
Implemented a test case showing that the POPClient cannot handle all encodings More... almost 15 years ago
More positive tests for the POPClient More... almost 15 years ago
Changed the RFCMailAddress implementation. Fixed a bug in the Message.ToMailMessage method - test case included More... almost 15 years ago
Small refactors More... almost 15 years ago
Events now does not have a default delegate to avoid if checks. If checks has been added More... almost 15 years ago
Better documented when ArgumentNullExceptions are being thrown More... almost 15 years ago
Fixed bug with parsing message headers Added corresponding Unit Test More... almost 15 years ago
Addressed issues with valid email addresses that cannot be handled by System.Net.Mail.MailAddress More... almost 15 years ago
Fixed issue with invalid email addresses throwing an unhandled FormatException. Code now behaves as documented. More... almost 15 years ago
Removed unused references More... almost 15 years ago
More refactoring to the test application. More... almost 15 years ago
Updated the test application. The code behind was very ugly, some if it has now been cleared up. For example, using a Dictionary instead of a HashTable. More... almost 15 years ago
Fixed a todo. Small refactoring with log output More... almost 15 years ago
[email protected] commented on OpenPOP: Input arguments and return values are not checked in many methods. E.g. the Connect operation uses hostname and port and immediate forward them to TcpClient (which is fine because this element will throw the exceptions anyway) but e.g. MD5 throws an NullReferenceException in line 23 if input is not checked before. And in release code you will have fun searching the problem. More... almost 15 years ago
[email protected] commented on OpenPOP: When you catch exceptions and replace them with your framework exceptions always set the inner exception property. This has now been implemented. In doing so, new constructors for each exception had to be made, making the Exceptions.cs file too large to overview. Each exception is now located in a separate file under the OpenPOP.POP3.Exceptions namespace. A base POPClient exception has been created where all POPClient exceptions derive from. More... almost 15 years ago
Clarified that GetMessageSize(s) returns the size in bytes (octets) More... almost 15 years ago
Implemented more positive tests for the POPClient More... almost 15 years ago
Removed unused import More... almost 15 years ago
Implemented a UnitTest for APOP authentication. Also moved testcases for the POPClient to another location. More... almost 15 years ago
Small blank-lines altering More... almost 15 years ago