mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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
|
|
@ -5215,6 +5215,8 @@ NewThemeLink IncludeCss LoadingDescriptionEsc TemplatesLink LangLink IncludeBack
|
||||||
'Drafts Mail' => \MailSo\Imap\Enumerations\FolderType::DRAFTS,
|
'Drafts Mail' => \MailSo\Imap\Enumerations\FolderType::DRAFTS,
|
||||||
'Drafts Mails' => \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,
|
'Spam' => \MailSo\Imap\Enumerations\FolderType::JUNK,
|
||||||
'Spams' => \MailSo\Imap\Enumerations\FolderType::JUNK,
|
'Spams' => \MailSo\Imap\Enumerations\FolderType::JUNK,
|
||||||
|
|
||||||
|
|
@ -5222,6 +5224,8 @@ NewThemeLink IncludeCss LoadingDescriptionEsc TemplatesLink LangLink IncludeBack
|
||||||
'Bulk Mail' => \MailSo\Imap\Enumerations\FolderType::JUNK,
|
'Bulk Mail' => \MailSo\Imap\Enumerations\FolderType::JUNK,
|
||||||
'Bulk Mails' => \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,
|
'Trash' => \MailSo\Imap\Enumerations\FolderType::TRASH,
|
||||||
'Deleted' => \MailSo\Imap\Enumerations\FolderType::TRASH,
|
'Deleted' => \MailSo\Imap\Enumerations\FolderType::TRASH,
|
||||||
'Bin' => \MailSo\Imap\Enumerations\FolderType::TRASH,
|
'Bin' => \MailSo\Imap\Enumerations\FolderType::TRASH,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue