Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TIdIMAP4Server to support a date/time parameter in IMAP APPEND command #468

Open
rlebeau opened this issue Apr 25, 2023 · 0 comments
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

Comments

@rlebeau
Copy link
Member

rlebeau commented Apr 25, 2023

(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's Date header. When that parameter is not provided, the server uses the current date/time, regardless of the email's Date header.

TIdIMAP4 has already been updated to support input for that date/time parameter in its AppendMsg...() methods. TIdIMAP4Server needs to be updated to accept that parameter from clients.

@rlebeau rlebeau added Type: Enhancement Issue is proposing a new feature/enhancement Element: IMAP4 Issues related to TIdIMAP4 and TIdIMAP4Server Status: Reported Issue has been reported for review labels Apr 25, 2023
@rlebeau rlebeau added Status: Accepted Issue has been accepted to be worked on and removed Status: Reported Issue has been reported for review labels Apr 26, 2023
@rlebeau rlebeau added this to the Indy 11 - Maintenance Release milestone Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant