Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pista5 opened this issue May 19, 2021 · 1 comment
Open

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

pista5 opened this issue May 19, 2021 · 1 comment
Labels

Comments

@pista5
Copy link

pista5 commented May 19, 2021

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

@pista5 pista5 added the bug label May 19, 2021
@skurrilewelt
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants