From: Daniel Stenberg Date: Thu, 19 Sep 2024 07:01:25 +0000 (+0200) Subject: TODO: IMAP upload unread X-Git-Tag: curl-8_11_0~424 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a57b45c38656ba2124303800a3b9580b3d85681b;p=thirdparty%2Fcurl.git TODO: IMAP upload unread Proposed-by: Nicolas George Ref: https://curl.se/mail/archive-2024-09/0003.html Closes #14964 --- diff --git a/docs/TODO b/docs/TODO index a8162cbd3f..92b76c410c 100644 --- 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 @@ -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