jumaris / indyproject

Automatically exported from code.google.com/p/indyproject
0 stars 0 forks source link

Add support for date/time parameter in IMAP APPEND command. #299

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The APPEND command supports an optional date/time parameter to set the 
mailbox's internal date/time for the appended email, which is separate from the 
email's Date header.  When that parameter is not provided, the server uses the 
current date/time, regardless of the email's Date header.  TIdIMAP4 does not 
currently support input for that date/time parameter in its AppendMsg...() 
methods.

Original issue reported on code.google.com by gambit47 on 2 Dec 2014 at 12:25

GoogleCodeExporter commented 9 years ago
A new AInternalDateTimeGMT parameter has been added to the various 
TIdIMAP4.AppendMsg...() methods in SVN rev 5231.

TIdIMAP4Server still needs to be updated to support the internal date/time 
parameter.

Original comment by gambit47 on 24 Dec 2014 at 10:41