Merge cd768393ec
into 20720ca4f9
This commit is contained in:
commit
2053446c05
|
@ -147,7 +147,7 @@ class EmailPollingController extends Controller {
|
|||
$mailsIds = $this->mailbox->searchMailbox('ALL');
|
||||
|
||||
foreach($mailsIds as $mailId) {
|
||||
$this->mailbox->deleteMail($mailId);
|
||||
$this->mailbox->moveMail($mailId, 'INBOX.Trash');
|
||||
}
|
||||
|
||||
$this->mailbox->expungeDeletedMails();
|
||||
|
|
Loading…
Reference in New Issue