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

Email polling #13

Open
4 tasks
jstoone opened this issue Nov 25, 2018 · 0 comments
Open
4 tasks

Email polling #13

jstoone opened this issue Nov 25, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@jstoone
Copy link
Owner

jstoone commented Nov 25, 2018

About

Currenly you have to manually refresh the inbox to get new emails, this is a bit irritating.

Solution

Figure out a way to properly do some kind of polling on the frontend. We should only poll for messages older than the last message.

Tasks

  • Implement a date filter in nova-mailman.index
    • Only returns emails stored after the given date
  • Create a timeout that polls for changes every 5 seconds
  • Append new emails to the list of messages
@jstoone jstoone added the enhancement New feature or request label Nov 25, 2018
@jstoone jstoone changed the title Feature: Email polling Email polling Nov 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant