The Wayback Machine - https://web.archive.org/web/20200615031322/https://github.com/mailpile/Mailpile/issues/2229
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

Make IMAP (and maybe other mail sources) stop polling gone mailboxes #2229

Open
BjarniRunar opened this issue Jul 21, 2019 · 3 comments
Open

Make IMAP (and maybe other mail sources) stop polling gone mailboxes #2229

BjarniRunar opened this issue Jul 21, 2019 · 3 comments

Comments

@BjarniRunar
Copy link
Member

@BjarniRunar BjarniRunar commented Jul 21, 2019

Mailpile should automatically stop trying to re-check a mailbox/folder which has been deleted from the source/server.

This should be done in such a way that if the mailbox reappears, polling starts again. This should be relatively straightforward, mostly we need to make sure that each individual mailbox type communicates clearly that it's "gone" (not just temporarily unavailable) and the master mail source polling logic should watch for that state and reconfigure itself accordingly.

The mailbox discovery logic also needs to recognize that if a mailbox we've seen before, but is in the "gone" state has reappeared, reconfiguring is also justified. Care needs to be taken that if a user manually disables a mailbox, that the discovery logic doesn't re-enable it.

@RenatoViana01
Copy link

@RenatoViana01 RenatoViana01 commented Sep 11, 2019

Can I work on this?

@BjarniRunar
Copy link
Member Author

@BjarniRunar BjarniRunar commented Oct 25, 2019

@RenatoViana01 If you're still interested, of course! I recommend finding me on IRC (#mailpile, Freenode) so we can chat about this, there are some subtleties in how all this stuff fits together and our dev docs are not detailed enough to cover them.

@beast076
Copy link

@beast076 beast076 commented Apr 1, 2020

How can I make that imap server?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.