ddeboer / imap

Object-oriented, fully tested PHP IMAP library
MIT License
888 stars 253 forks source link

expunge() - Emails are deleted only in the INBOX #507

Open pista5 opened 3 years ago

pista5 commented 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...

skurrilewelt commented 4 months ago

Any news about this? I recently noticed this behavior too. Or is there something to keep in mind?