mirror of
https://github.com/curl/curl.git
synced 2025-01-12 13:55:11 +08:00
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:
parent
c4f781e69d
commit
a57b45c386
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user