-
Notifications
You must be signed in to change notification settings - Fork 185
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
IMAP Idle support #275
Comments
IMAP IDLE would be a nice new feature. Currently GreenMail does not claim to support IDLE when announcing its CAPABILITIES. |
So I need it as well :) Have anything changed since last comment? |
apinske
added a commit
to apinske/greenmail
that referenced
this issue
Apr 3, 2021
implements naive IDLE support: * blocks thread after sending continuation request * sends unsolicited responses for new and expunged messages greenmail-mail-test#275
apinske
added a commit
to apinske/greenmail
that referenced
this issue
Apr 3, 2021
implements naive IDLE support: * blocks thread after sending continuation request * sends unsolicited responses for new and expunged messages greenmail-mail-test#275
I sketched out a simple implementation in #382. What do you think of it? That should be enough to use it with spring-integration. |
marcelmay
pushed a commit
that referenced
this issue
Apr 5, 2021
implements naive IDLE support: * blocks thread after sending continuation request * sends unsolicited responses for new and expunged messages #275
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like greenmail cannot be used while testing application working via imap idle. Is there any way around this issue? Is direct idle support going to be implemented in the nearest future?
The text was updated successfully, but these errors were encountered: