Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit ebbd9fa

Browse files
authored
Merge pull request #1636 from arabasso/master
Added MailEnable 'Junk E-mail' and 'Deleted Items' folders support.
2 parents a8a1efb + 3530298 commit ebbd9fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rainloop/v/0.0.0/app/libraries/RainLoop/Actions.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5214,13 +5214,17 @@ private function systemFoldersNames($oAccount)
52145214
'Draft Mails' => \MailSo\Imap\Enumerations\FolderType::DRAFTS,
52155215
'Drafts Mail' => \MailSo\Imap\Enumerations\FolderType::DRAFTS,
52165216
'Drafts Mails' => \MailSo\Imap\Enumerations\FolderType::DRAFTS,
5217+
5218+
'Junk E-mail' => \MailSo\Imap\Enumerations\FolderType::JUNK,
52175219

52185220
'Spam' => \MailSo\Imap\Enumerations\FolderType::JUNK,
52195221
'Spams' => \MailSo\Imap\Enumerations\FolderType::JUNK,
52205222

52215223
'Junk' => \MailSo\Imap\Enumerations\FolderType::JUNK,
52225224
'Bulk Mail' => \MailSo\Imap\Enumerations\FolderType::JUNK,
52235225
'Bulk Mails' => \MailSo\Imap\Enumerations\FolderType::JUNK,
5226+
5227+
'Deleted Items' => \MailSo\Imap\Enumerations\FolderType::TRASH,
52245228

52255229
'Trash' => \MailSo\Imap\Enumerations\FolderType::TRASH,
52265230
'Deleted' => \MailSo\Imap\Enumerations\FolderType::TRASH,

0 commit comments

Comments
 (0)