1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 11, 2024 — Sep 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #78 from argenteneo-BUILD/master More... over 6 years ago
allow for multiple to, cc, bcc headers gz#108894 More... over 6 years ago
Merge pull request #42 from lucapiccinelli/feature/FormatErrorHandling More... almost 10 years ago
revert on OpenPopKeyFile.pfx removal More... almost 10 years ago
Merge pull request #43 from mattwhetton/master More... almost 10 years ago
Added fallback for attachment names in ToMailMessage More... almost 10 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... almost 10 years ago
Merge pull request #37 from JoshKeegan/bug36 More... about 10 years ago
fix #36
JKeegan
as Josh Keegan
More... about 10 years ago
Merge pull request #35 from JoshKeegan/bug21 More... about 10 years ago
Fix for #21 - Multiple values in the Content Type header without keys
JKeegan
as Josh Keegan
More... about 10 years ago
Unit test to cover issue raised by @topazo in #21
JKeegan
as Josh Keegan
More... about 10 years ago
Merge pull request #33 from JoshKeegan/customFormatPriority More... over 10 years ago
Merge pull request #34 from RudolfG/master More... over 10 years ago
Extended Debug Logging More... over 10 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... over 10 years ago
use any custom formats before falling back to the default date parsing
JKeegan
as Josh Keegan
More... over 10 years ago
New test for priority of Custom Formats over the default to have to meet
JKeegan
as Josh Keegan
More... over 10 years ago
Merge pull request #32 from JoshKeegan/master More... over 10 years ago
proposed fix for #21 - Make a best effort to clean up any Content-Type media type value
JKeegan
as Josh Keegan
More... over 10 years ago
Merge pull request #31 from JoshKeegan/master More... over 10 years ago
test Custom Formats work with an empty array
JKeegan
as Josh Keegan
More... over 10 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... over 10 years ago
Merge pull request #27 from IlyaGerasimets/master More... over 10 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... over 10 years ago
Merge pull request #24 from JoshKeegan/master More... over 10 years ago
Unit Test to check that custom date & time formats assume UTC when no timezone is supplied
JKeegan
as Josh Keegan
More... over 10 years ago
Merge pull request #20 from JoshKeegan/master More... about 11 years ago
Regex no longer required
JKeegan
as Josh Keegan
More... about 11 years ago
Allow for multiple angle brackets in the display name
JKeegan
as Josh Keegan
More... about 11 years ago