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

Mark new mails with unread flag #1

Open
rm-- opened this issue May 20, 2015 · 2 comments
Open

Mark new mails with unread flag #1

rm-- opened this issue May 20, 2015 · 2 comments

Comments

@rm--
Copy link

rm-- commented May 20, 2015

... and remove flag if mail is selected


@keimlink
Copy link
Member

keimlink commented May 26, 2016

Steps to implement this feature:

  1. Add an is_read boolean field to the Email model which defaults to False.
  2. Allow changing Email.is_read using the REST API, so that the front end can set it if an email has been read.
  3. Change Email.is_read to True using the REST API if an email is selected in the front end.

If doing everything in a single pull request is too much, this can split into two pull requests. One implementing 1. and 2. and the second implementing 3.

@DebVortex
Copy link
Contributor

The recently closed Pullrequest #13 solved the first 2 steps of the implementation.

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

No branches or pull requests

4 participants