This commit is contained in:
J0WI 2022-09-18 11:46:11 +09:00 committed by GitHub
commit 2053446c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();