Update TIdIMAP4Server to support a date/time parameter in IMAP APPEND command #468
Labels
Element: IMAP4
Issues related to TIdIMAP4 and TIdIMAP4Server
Status: Accepted
Issue has been accepted to be worked on
Type: Enhancement
Issue is proposing a new feature/enhancement
Milestone
(Broken out from #115)
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'sDate
header. When that parameter is not provided, the server uses the current date/time, regardless of the email'sDate
header.TIdIMAP4
has already been updated to support input for that date/time parameter in itsAppendMsg...()
methods.TIdIMAP4Server
needs to be updated to accept that parameter from clients.The text was updated successfully, but these errors were encountered: