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

IMAP Idle support #275

Closed
igorgripas opened this issue Apr 2, 2019 · 4 comments
Closed

IMAP Idle support #275

igorgripas opened this issue Apr 2, 2019 · 4 comments
Assignees
Milestone

Comments

@igorgripas
Copy link

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?

@marcelmay
Copy link
Member

IMAP IDLE would be a nice new feature.

Currently GreenMail does not claim to support IDLE when announcing its CAPABILITIES.

@michal-kroliczek
Copy link

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
@apinske
Copy link
Contributor

apinske commented Apr 3, 2021

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 marcelmay self-assigned this Apr 5, 2021
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
@marcelmay marcelmay added this to the 1.6.4 milestone Apr 5, 2021
@marcelmay
Copy link
Member

Merged #382 . Thx alot, @apinske .

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