1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #78 from argenteneo-BUILD/master More... about 5 years ago
allow for multiple to, cc, bcc headers gz#108894 More... about 5 years ago
Merge pull request #42 from lucapiccinelli/feature/FormatErrorHandling More... over 8 years ago
revert on OpenPopKeyFile.pfx removal More... over 8 years ago
Merge pull request #43 from mattwhetton/master More... over 8 years ago
Added fallback for attachment names in ToMailMessage More... over 8 years ago
Added the possibility to give a parsing error handler when the message contains errors on its content (body or headers). Handling the errors suppresses the exception, so the message remnant is still parsed and the message object is returned to the caller More... over 8 years ago
Merge pull request #37 from JoshKeegan/bug36 More... almost 9 years ago
fix #36
JKeegan
as Josh Keegan
More... almost 9 years ago
Merge pull request #35 from JoshKeegan/bug21 More... almost 9 years ago
Fix for #21 - Multiple values in the Content Type header without keys
JKeegan
as Josh Keegan
More... almost 9 years ago
Unit test to cover issue raised by @topazo in #21
JKeegan
as Josh Keegan
More... almost 9 years ago
Merge pull request #33 from JoshKeegan/customFormatPriority More... almost 9 years ago
Merge pull request #34 from RudolfG/master More... almost 9 years ago
Extended Debug Logging More... almost 9 years ago
Remove 2 log messages that are causing a lot of spam now custom formats are tried first. They were causing considerable spam on the debug log level with custom formats now being run before the standard date parsing. Most dates required the timezone to be stripped and were failed to be parsed with a supplied custom format, both of which were being logged.
JKeegan
as Josh Keegan
More... almost 9 years ago
use any custom formats before falling back to the default date parsing
JKeegan
as Josh Keegan
More... almost 9 years ago
New test for priority of Custom Formats over the default to have to meet
JKeegan
as Josh Keegan
More... almost 9 years ago
Merge pull request #32 from JoshKeegan/master More... almost 9 years ago
proposed fix for #21 - Make a best effort to clean up any Content-Type media type value
JKeegan
as Josh Keegan
More... almost 9 years ago
Merge pull request #31 from JoshKeegan/master More... almost 9 years ago
test Custom Formats work with an empty array
JKeegan
as Josh Keegan
More... almost 9 years ago
don't log an error when parsing a date if it could still successfully be parsed using a custom format
JKeegan
as Josh Keegan
More... almost 9 years ago
Merge pull request #27 from IlyaGerasimets/master More... about 9 years ago
Issue #17: "Exceptions are not marked as Serializable" - implemented as per "C# Programming Guide" (http://msdn.microsoft.com/en-us/library/ms173163.aspx) More... about 9 years ago
Merge pull request #24 from JoshKeegan/master More... over 9 years ago
Unit Test to check that custom date & time formats assume UTC when no timezone is supplied
JKeegan
as Josh Keegan
More... over 9 years ago
Merge pull request #20 from JoshKeegan/master More... over 9 years ago
Regex no longer required
JKeegan
as Josh Keegan
More... over 9 years ago
Allow for multiple angle brackets in the display name
JKeegan
as Josh Keegan
More... over 9 years ago