Open pista5 opened 3 years ago
My code:
$server = new Server($imap); $connection = $server->authenticate($email, $password); $connection->expunge();
Emails are deleted only in the INBOX, not in the Sent, Trash...
Any news about this? I recently noticed this behavior too. Or is there something to keep in mind?
My code:
Emails are deleted only in the INBOX, not in the Sent, Trash...