-
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
Rarely occurring IllegalStateException: Can not handle IMAP connection #343
Comments
Hi, This error happens whenever I try reading mails with this (drafty) rust implementation:
Equally when sendin mails |
Thanks alot, @HerrMuellerluedenscheid ! Can you maybe provide a Cargo manifest, too? |
I setup a little project that includes a docker-compose with greenmail and two tests for reading and sending mail. Checkout the readme |
Thanks alot, @HerrMuellerluedenscheid ! Got the setup running by changing |
there was an already fixed bug ( #633 in just released 2.1.0-alpha-4) Running w/o TLS (to avoid untrusted cert issue) and reading from to-user works: Sending email:
Reading sent mail (specifying to-user):
|
Thanks for the analysis and help @marcelmay ! |
Rarely I am facing an exception that occurs when using greenmail:
According to the message in the Exception and the line in the code ( https://github.com/greenmail-mail-test/greenmail/blob/master/greenmail-core/src/main/java/com/icegreen/greenmail/imap/ImapSessionFolder.java#L93 ), this seems to be a greenmail-internal issue, right?
Is there anything I can do to prevent this to happen or do you have plans to fix the TODO in the code causing this?
The text was updated successfully, but these errors were encountered: