-
Bug
-
Resolution: Unresolved
-
Major
-
None
Plugin version :: 1.026
Jenkins version :: 2.73.3
I have installed Poll-mailbox-trigger-plugin on my jenkins server. we are using MS-Exchange as a mail server.
On clicking Test Connection we are getting following exception:
Connecting to the mailbox...
Error : javax.mail.MessagingException: No login methods supported!;
nested exception is:
com.sun.mail.iap.ProtocolException: No login methods supported!
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:663)
at javax.mail.Service.connect(Service.java:295)
at javax.mail.Service.connect(Service.java:176)
at org.jenkinsci.plugins.pollmailboxtrigger.mail.MailReader.connect(MailReader.java:58)
at org.jenkinsci.plugins.pollmailboxtrigger.PollMailboxTrigger.checkForEmails(PollMailboxTrigger.java:238)
and sometime
Connecting to the mailbox...
Error : javax.mail.AuthenticationFailedException: AUTHENTICATE failed.
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:660)
at javax.mail.Service.connect(Service.java:295)
at javax.mail.Service.connect(Service.java:176)
Please find the attached configuration screen-shot for reference.