TODO: IMAP upload unread

Proposed-by: Nicolas George
Ref: https://curl.se/mail/archive-2024-09/0003.html
Closes #14964
This commit is contained in:
Daniel Stenberg 2024-09-19 09:01:25 +02:00
parent c4f781e69d
commit a57b45c386
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -93,6 +93,7 @@
9. IMAP
9.1 Enhanced capability support
9.2 upload unread
10. LDAP
10.1 SASL based authentication mechanisms
@ -726,6 +727,12 @@
Add the ability, for an application that uses libcurl, to obtain the list of
capabilities returned from the CAPABILITY command.
9.2 upload unread
Uploads over IMAP currently always set the email as "read" (or "seen"). It
would be good to offer a way for users to select for uploads to remain
unread.
10. LDAP
10.1 SASL based authentication mechanisms