mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +03:00
Added MailEnable 'Junk E-mail' and 'Deleted Items' folders support.
This commit is contained in:
parent
a8a1efb071
commit
353029898c
1 changed files with 4 additions and 0 deletions
|
|
@ -5214,6 +5214,8 @@ NewThemeLink IncludeCss LoadingDescriptionEsc TemplatesLink LangLink IncludeBack
|
|||
'Draft Mails' => \MailSo\Imap\Enumerations\FolderType::DRAFTS,
|
||||
'Drafts Mail' => \MailSo\Imap\Enumerations\FolderType::DRAFTS,
|
||||
'Drafts Mails' => \MailSo\Imap\Enumerations\FolderType::DRAFTS,
|
||||
|
||||
'Junk E-mail' => \MailSo\Imap\Enumerations\FolderType::JUNK,
|
||||
|
||||
'Spam' => \MailSo\Imap\Enumerations\FolderType::JUNK,
|
||||
'Spams' => \MailSo\Imap\Enumerations\FolderType::JUNK,
|
||||
|
|
@ -5221,6 +5223,8 @@ NewThemeLink IncludeCss LoadingDescriptionEsc TemplatesLink LangLink IncludeBack
|
|||
'Junk' => \MailSo\Imap\Enumerations\FolderType::JUNK,
|
||||
'Bulk Mail' => \MailSo\Imap\Enumerations\FolderType::JUNK,
|
||||
'Bulk Mails' => \MailSo\Imap\Enumerations\FolderType::JUNK,
|
||||
|
||||
'Deleted Items' => \MailSo\Imap\Enumerations\FolderType::TRASH,
|
||||
|
||||
'Trash' => \MailSo\Imap\Enumerations\FolderType::TRASH,
|
||||
'Deleted' => \MailSo\Imap\Enumerations\FolderType::TRASH,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue