mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-11-14 01:07:45 +08:00
Improve system folders detection
This commit is contained in:
parent
afb7ec8c4e
commit
ecd1cc0c5b
1 changed files with 7 additions and 0 deletions
|
|
@ -3063,11 +3063,18 @@ class Actions
|
||||||
'Sent' => \MailSo\Imap\Enumerations\FolderType::SENT,
|
'Sent' => \MailSo\Imap\Enumerations\FolderType::SENT,
|
||||||
'Send' => \MailSo\Imap\Enumerations\FolderType::SENT,
|
'Send' => \MailSo\Imap\Enumerations\FolderType::SENT,
|
||||||
'Sent Items' => \MailSo\Imap\Enumerations\FolderType::SENT,
|
'Sent Items' => \MailSo\Imap\Enumerations\FolderType::SENT,
|
||||||
|
'Sent Item' => \MailSo\Imap\Enumerations\FolderType::SENT,
|
||||||
'Send Items' => \MailSo\Imap\Enumerations\FolderType::SENT,
|
'Send Items' => \MailSo\Imap\Enumerations\FolderType::SENT,
|
||||||
|
'Send Item' => \MailSo\Imap\Enumerations\FolderType::SENT,
|
||||||
'Sent Mail' => \MailSo\Imap\Enumerations\FolderType::SENT,
|
'Sent Mail' => \MailSo\Imap\Enumerations\FolderType::SENT,
|
||||||
|
'Send Mail' => \MailSo\Imap\Enumerations\FolderType::SENT,
|
||||||
|
'Draft' => \MailSo\Imap\Enumerations\FolderType::DRAFTS,
|
||||||
'Drafts' => \MailSo\Imap\Enumerations\FolderType::DRAFTS,
|
'Drafts' => \MailSo\Imap\Enumerations\FolderType::DRAFTS,
|
||||||
|
'Draft Mail' => \MailSo\Imap\Enumerations\FolderType::DRAFTS,
|
||||||
'Spam' => \MailSo\Imap\Enumerations\FolderType::SPAM,
|
'Spam' => \MailSo\Imap\Enumerations\FolderType::SPAM,
|
||||||
'Junk' => \MailSo\Imap\Enumerations\FolderType::SPAM,
|
'Junk' => \MailSo\Imap\Enumerations\FolderType::SPAM,
|
||||||
|
'Bulk Mail' => \MailSo\Imap\Enumerations\FolderType::SPAM,
|
||||||
|
'Deleted' => \MailSo\Imap\Enumerations\FolderType::TRASH,
|
||||||
'Trash' => \MailSo\Imap\Enumerations\FolderType::TRASH,
|
'Trash' => \MailSo\Imap\Enumerations\FolderType::TRASH,
|
||||||
'Bin' => \MailSo\Imap\Enumerations\FolderType::TRASH
|
'Bin' => \MailSo\Imap\Enumerations\FolderType::TRASH
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue