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

Query and mark emails as flagged/starred. #107

Merged
merged 4 commits into from
Oct 29, 2017
Merged

Query and mark emails as flagged/starred. #107

merged 4 commits into from
Oct 29, 2017

Conversation

manikantanr
Copy link
Contributor

  1. imbox provides option to mark emails to seen using message.mark_seen(uid) option. Like that its good have message.mark_seen(uid). This will stars or flags an email.

  2. imbox provides option to filter emails using imbox.messages(unread=True) option. Like that its good have imbox.messages(unflagged=True) or imbox.messages(flagged=True). This will filter emails using stars or flags state.

@martinrusev martinrusev merged commit 6c11c75 into martinrusev:master Oct 29, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants