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

Marking a mail as read (=seen) is not working #111

Open
pseisam opened this issue Nov 14, 2024 · 0 comments
Open

Marking a mail as read (=seen) is not working #111

pseisam opened this issue Nov 14, 2024 · 0 comments

Comments

@pseisam
Copy link

pseisam commented Nov 14, 2024

I try to mark a mail as read (Flag: seen) by uid and it does not work. This is what I tried:

await imap_client.store(uid, '+FLAGS', '\\Seen')
await imap_client.store(uid, '+FLAGS', '\Seen')
await imap_client.store(uid, '+FLAGS', 'Seen')
await imap_client.store(uid, '+FLAGS', '\\Seen', true) #with all other variations of Seen from above

The response looks good, but it does not change anything: The flags stay empty

Response(result='OK', lines=[b'STORE completed'])

Any idea if this is a bug or wrong syntax by me?

@pseisam pseisam changed the title Marking a mail as seen (=seen) is not working Marking a mail as read (=seen) is not working Nov 14, 2024
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