openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
O
OpenPOP.NET
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 6 hours
ago. based on code collected
about 6 hours
ago.
Sep 16, 2024 — Sep 16, 2025
Showing page 9 of 13
Search / Filter on:
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
foens
More...
almost 15 years ago
Created constructors that does not take the ILog parameter. Changed comments some places Changed parameter names some places
foens
More...
almost 15 years ago
Fixed character case comparison
jmcdaniel
More...
almost 15 years ago
Small comments change and very small cleanup
foens
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.
jmcdaniel
More...
almost 15 years ago
Cleaned up comment and whitespace removal Fixed issue with parsing dates in different locales
jmcdaniel
More...
almost 15 years ago
Fixed a lot of comments - Adding documentation on some classes/methods - Fixing spelling mistakes
foens
More...
almost 15 years ago
jmcdaniel suggested implementing a DateTime parser for the Date header of emails. This has now been introduced.
foens
More...
almost 15 years ago
Checks implemented to check if the POPClient has already been disposed of
foens
More...
almost 15 years ago
Removed finalizer in POPClient as proper destruction is through IDisposable interface.
jmcdaniel
More...
almost 15 years ago
Added exception handling for better resiliency in error conditions.
jmcdaniel
More...
almost 15 years ago
Added method to assert the disposal state of the object
jmcdaniel
More...
almost 15 years ago
Added some comments and modified the base logger for better usability.
jmcdaniel
More...
almost 15 years ago
Implemented a logging interface, making it possible to use an existent logging facility created outside OpenPOP
foens
More...
almost 15 years ago
The POPClient now implements the IDisposable interface using a Disposable base class
foens
More...
almost 15 years ago
No source code changes made. All whitespace used for indentation has been converted to tabs.
foens
More...
almost 15 years ago
Update to the XML Docs to fix build warnings
jmcdaniel
More...
almost 15 years ago
Fixed base64 decoding using charset
foens
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
foens
More...
almost 15 years ago
Updated the test program, to catch exceptions instead of checking for null
foens
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.
foens
More...
about 15 years ago
Made the email parser more resilient to errors
foens
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.
foens
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
foens
More...
about 15 years ago
Better comments on Message constructor that loads from a .eml file
foens
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
foens
More...
about 15 years ago
- Moved method from Message to Attachment - Fixed bug in Message not including bodies of nested Messages.
foens
More...
about 15 years ago
Fixed a bug where a line was wrongfully included in an attachment.
foens
More...
about 15 years ago
Changing license from LGPL to Public Domain
foens
More...
about 15 years ago
Removed unnesesary import
foens
More...
about 15 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree