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 15 hours
ago. based on code collected
about 15 hours
ago.
Sep 18, 2024 — Sep 18, 2025
Showing page 7 of 13
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Brought MailMonitor up to date with OpenPop changes
foens
More...
almost 15 years ago
Case changes complete
foens
More...
almost 15 years ago
Changing cases and renamed Shared To Common
foens
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.
foens
More...
almost 15 years ago
Moved some classes around Added more documentation to the Header class
foens
More...
almost 15 years ago
Fixed compilation issue
foens
More...
almost 15 years ago
Moving branch into main
foens
More...
almost 15 years ago
Moving branch into main
foens
More...
almost 15 years ago
Small refactorings
foens
More...
almost 15 years ago
Removed a test which was not to be committed yet
foens
More...
almost 15 years ago
Implemented a test case showing that the POPClient cannot handle all encodings
foens
More...
almost 15 years ago
More positive tests for the POPClient
foens
More...
almost 15 years ago
Changed the RFCMailAddress implementation. Fixed a bug in the Message.ToMailMessage method - test case included
foens
More...
almost 15 years ago
Small refactors
foens
More...
almost 15 years ago
Events now does not have a default delegate to avoid if checks. If checks has been added
foens
More...
almost 15 years ago
Better documented when ArgumentNullExceptions are being thrown
foens
More...
almost 15 years ago
Fixed bug with parsing message headers Added corresponding Unit Test
jmcdaniel
More...
almost 15 years ago
Addressed issues with valid email addresses that cannot be handled by System.Net.Mail.MailAddress
jmcdaniel
More...
almost 15 years ago
Fixed issue with invalid email addresses throwing an unhandled FormatException. Code now behaves as documented.
jmcdaniel
More...
almost 15 years ago
Removed unused references
foens
More...
almost 15 years ago
More refactoring to the test application.
foens
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.
foens
More...
almost 15 years ago
Fixed a todo. Small refactoring with log output
foens
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.
foens
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.
foens
More...
almost 15 years ago
Clarified that GetMessageSize(s) returns the size in bytes (octets)
foens
More...
almost 15 years ago
Implemented more positive tests for the POPClient
foens
More...
almost 15 years ago
Removed unused import
foens
More...
almost 15 years ago
Implemented a UnitTest for APOP authentication. Also moved testcases for the POPClient to another location.
foens
More...
almost 15 years ago
Small blank-lines altering
foens
More...
almost 15 years ago
←
1
2
3
4
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