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

Deleting a message isn't working #30

Closed
mbohlaender opened this issue Jan 16, 2014 · 0 comments
Closed

Deleting a message isn't working #30

mbohlaender opened this issue Jan 16, 2014 · 0 comments

Comments

@mbohlaender
Copy link

Hello, I've got the problem that it always delete the wrong email

My code:
$message = $mailbox->getMessage(233);
$message->delete();
$mailbox->expunge();

Instead of message 223 it deletes one out of ~775

ddeboer added a commit that referenced this issue Sep 12, 2014
Message::delete sets the FT_UID flag.  Fixes #30 Fixes #46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant