frxMailExport <date> header truncated
Hello,
I have a problem with an application which I ported from Delphi 2006 to Delphi 2010.
When sending a file via the frxmailexport component, the date header of the email is truncated:
It should look like: Date: Wed, ?5 Mar 2014 13:48:18 GMT
and looks like: Date: Wed, ?5 Mar 2014 13:48:18 GMT
The "?" is wrong here.
With Mozilla Thunderbird as Client, this results in an email displayed with a date of 01-01-1970.
I've checked this with 2 different mail servers - same result.
Is this a known bug?
Any ideas?
Best regards
Gregor
I have a problem with an application which I ported from Delphi 2006 to Delphi 2010.
When sending a file via the frxmailexport component, the date header of the email is truncated:
It should look like: Date: Wed, ?5 Mar 2014 13:48:18 GMT
and looks like: Date: Wed, ?5 Mar 2014 13:48:18 GMT
The "?" is wrong here.
With Mozilla Thunderbird as Client, this results in an email displayed with a date of 01-01-1970.
I've checked this with 2 different mail servers - same result.
Is this a known bug?
Any ideas?
Best regards
Gregor
Comments
I think there is a problem with the leading 0 in the date header . On Monday it may work because it is the 10th.
Best regards
Gregor
The error only occurs when the day of month is one-digit. In this case the day number is not completed by a leading zero but with a question mark which "destroys" the date header.
Should I write a ticket in the support center or wait here for a solution?