From a57b45c38656ba2124303800a3b9580b3d85681b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 19 Sep 2024 09:01:25 +0200 Subject: [PATCH] TODO: IMAP upload unread Proposed-by: Nicolas George Ref: https://curl.se/mail/archive-2024-09/0003.html Closes #14964 --- docs/TODO | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.47.3