Hi team!
I've configured servicemix-mail component to mail.ru (this server
supports IMAP), but I got in debug mode:
* OK Mail.Ru IMAP server ready.
A0 CAPABILITY
* CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES UNSELECT LITERAL+ IDLE
CHILDREN LISTEXT LIST-SUBSCRIBE
D NAMESPACE STARTTLS AUTH=PLAIN
A0 OK Capability completed.
IMAP DEBUG: AUTH: PLAIN
DEBUG: protocolConnect login, host=IMAP.mail.ru,
[EMAIL PROTECTED], password=<non-null>
A1 AUTHENTICATE PLAIN
+
bXlfdGVzdF90ZXN0QG1haWwucnUAbXlfdGVzdF90ZXN0QG1haWwucnUAbXlfdGVzdF90ZXN0
A1 OK Logged in.
A2 LIST "" INBOX
* BYE Internal login failure. Error report written to server log.
DEBUG: IMAPStore connection dead
DEBUG: IMAPStore cleanup, force false
A3 LOGOUT
DEBUG: IMAPStore cleanup done
ERROR - MailComponent - Caught exception while polling:
javax.mail.StoreClosedExcep
tion: * BYE Internal login failure. Error report written to server log.
javax.mail.StoreClosedException: * BYE Internal login failure. Error
report written to server log.
at
com.sun.mail.imap.IMAPFolder.throwClosedException(IMAPFolder.java:2208)
at com.sun.mail.imap.IMAPFolder.doCommand(IMAPFolder.java:2335)
at com.sun.mail.imap.IMAPFolder.exists(IMAPFolder.java:427)
at
org.apache.servicemix.mail.MailPollerEndpoint.poll(MailPollerEndpoint.java:127)
at
org.apache.servicemix.common.endpoints.PollingEndpoint$PollSchedulerTask$1.run(PollingEnd
point.java:155)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
Is it issue of mail-server?
Can you write any public IMAP-server (you tested) witch I can use for
testing my servicemi-mail and mail-processor-component? :)
Thanks,
Ivan Pryvalov.