]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: IMAP upload unread
authorDaniel Stenberg <daniel@haxx.se>
Thu, 19 Sep 2024 07:01:25 +0000 (09:01 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 19 Sep 2024 12:55:51 +0000 (14:55 +0200)
Proposed-by: Nicolas George
Ref: https://curl.se/mail/archive-2024-09/0003.html
Closes #14964

docs/TODO

index a8162cbd3fdd69fd585f656266e9c36ac3af182e..92b76c410c430dec096e6b6986d7934ae4cbf3ed 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -93,6 +93,7 @@
 
  9. IMAP
  9.1 Enhanced capability support
+ 9.2 upload unread
 
  10. LDAP
  10.1 SASL based authentication mechanisms
  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