Hello Pavel,
after updating to the latest version our testing has failed, showing that several incoming mail messages had Date property with null value. Due to lack of time I debugged your sources and found, that the date format in these messages had a day format without 0 padding. Please extend the date-time formats as following two variations, and please also take another look and some testing into this, to cover the most of the used formats.
"ddd, d MMM yyyy HH:mm:ss",
"ddd, d MMM yyyy HH:mm",
Thanks,
Zoltán
Comments: ** Comment from web user: pavel_azanov **
after updating to the latest version our testing has failed, showing that several incoming mail messages had Date property with null value. Due to lack of time I debugged your sources and found, that the date format in these messages had a day format without 0 padding. Please extend the date-time formats as following two variations, and please also take another look and some testing into this, to cover the most of the used formats.
"ddd, d MMM yyyy HH:mm:ss",
"ddd, d MMM yyyy HH:mm",
Thanks,
Zoltán
Comments: ** Comment from web user: pavel_azanov **
The source in the repository has been updated and now contains the additional date formats.