From 6358251282e1fe3e3a758f4021c68aa754b083ad Mon Sep 17 00:00:00 2001 From: robyzhou Date: Fri, 20 Sep 2024 16:40:05 +0800 Subject: [PATCH] feat: add popular special folder for SENT provided by qq mail --- imapclient/imapclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imapclient/imapclient.py b/imapclient/imapclient.py index e86cefcf..393b4591 100644 --- a/imapclient/imapclient.py +++ b/imapclient/imapclient.py @@ -99,7 +99,7 @@ # Names of special folders that are common among providers _POPULAR_SPECIAL_FOLDERS = { - SENT: ("Sent", "Sent Items", "Sent items"), + SENT: ("Sent", "Sent Items", "Sent items", "Sent Messages"), DRAFTS: ("Drafts",), ARCHIVE: ("Archive",), TRASH: ("Trash", "Deleted Items", "Deleted Messages", "Deleted"),