Skip to content

Commit e9f14cb

Browse files
robyzhoumjs
authored andcommitted
feat: add popular special folder for SENT provided by qq mail
1 parent 7eff471 commit e9f14cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imapclient/imapclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999

100100
# Names of special folders that are common among providers
101101
_POPULAR_SPECIAL_FOLDERS = {
102-
SENT: ("Sent", "Sent Items", "Sent items"),
102+
SENT: ("Sent", "Sent Items", "Sent items", "Sent Messages"),
103103
DRAFTS: ("Drafts",),
104104
ARCHIVE: ("Archive",),
105105
TRASH: ("Trash", "Deleted Items", "Deleted Messages", "Deleted"),

0 commit comments

Comments
 (0)