1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Sep 16, 2024 — Sep 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made many classes internal. These classes should not show up when users are looking for classes to use in the assembly. Changed casing and variable names to conform to MS recommendations - This has created a breaking change, since AuthenticationMethod enumerations was poorly cased Currently working on QuotedPrintable, therefore that class will not be committed Added ignores More... almost 15 years ago
Created constructors that does not take the ILog parameter. Changed comments some places Changed parameter names some places More... almost 15 years ago
Fixed character case comparison More... almost 15 years ago
Small comments change and very small cleanup More... almost 15 years ago
Mostly just clean up. Logging interface is now consistent through most of the project. Some very slight performance enhancements. Fixed some build warnings. More... almost 15 years ago
Cleaned up comment and whitespace removal Fixed issue with parsing dates in different locales More... almost 15 years ago
Fixed a lot of comments - Adding documentation on some classes/methods - Fixing spelling mistakes More... almost 15 years ago
jmcdaniel suggested implementing a DateTime parser for the Date header of emails. This has now been introduced. More... almost 15 years ago
Checks implemented to check if the POPClient has already been disposed of More... almost 15 years ago
Removed finalizer in POPClient as proper destruction is through IDisposable interface. More... almost 15 years ago
Added exception handling for better resiliency in error conditions. More... almost 15 years ago
Added method to assert the disposal state of the object More... almost 15 years ago
Added some comments and modified the base logger for better usability. More... almost 15 years ago
Implemented a logging interface, making it possible to use an existent logging facility created outside OpenPOP More... almost 15 years ago
The POPClient now implements the IDisposable interface using a Disposable base class More... almost 15 years ago
No source code changes made. All whitespace used for indentation has been converted to tabs. More... almost 15 years ago
Update to the XML Docs to fix build warnings More... almost 15 years ago
Fixed base64 decoding using charset More... almost 15 years ago
Fixed bug according to http://sourceforge.net/mailarchive/forum.php?thread_name=AANLkTinFpkNnjxFgjqHkhmUS2WWRW-2uPkA37UBi7PX%3D%40mail.gmail.com&forum_name=hpop-users More... almost 15 years ago
Updated the test program, to catch exceptions instead of checking for null More... about 15 years ago
This is in conjuction with the last update to POPClient.cs. A new exception was introduced, making it possible to throw an exception when the POPServer did not respond with an OK response. By using an exception to raise an alarm, the null return values was removed. The same applies to some methods returning -1 if the server did not accept the command. More... about 15 years ago
Made the email parser more resilient to errors More... about 15 years ago
Stopped catching exceptions and returning null. Instead, exceptions are now propergated and users are able to see what is happening instead of null values being passed back. More... about 15 years ago
Changed the MessageBody field in the Message class from List<string> to List<MessageBody> to include the mediatype of the body. This could be used to find the html version of a message More... about 15 years ago
Better comments on Message constructor that loads from a .eml file More... about 15 years ago
- Added an menuItem for showing the source of a message - Now showing index 0 of a message messageBodies, since this should be the text/plain version - Fixed small bugs, where selecting "delete" while not having a message selected resulted in crash More... about 15 years ago
- Moved method from Message to Attachment - Fixed bug in Message not including bodies of nested Messages. More... about 15 years ago
Fixed a bug where a line was wrongfully included in an attachment. More... about 15 years ago
Changing license from LGPL to Public Domain More... about 15 years ago
Removed unnesesary import More... about 15 years ago