[JIRA] (JENKINS-53963) No login methods supported exception using Poll mailbox trigger plugin

2018-10-31 Thread sbezaw...@armsbusinesssolutions.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sesha Bezawada commented on  JENKINS-53963  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: No login methods supported exception using Poll mailbox trigger plugin   
 

  
 
 
 
 

 
 Mine was resolved after setting the property    properties.put("mail.smtp.ssl.enable", "true");  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53963) No login methods supported exception using Poll mailbox trigger plugin

2018-10-31 Thread sbezaw...@armsbusinesssolutions.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sesha Bezawada updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53963  
 
 
  No login methods supported exception using Poll mailbox trigger plugin   
 

  
 
 
 
 

 
Change By: 
 Sesha Bezawada  
 
 
Attachment: 
 jenkinsemail.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53963) No login methods supported exception using Poll mailbox trigger plugin

2018-10-29 Thread sbezaw...@armsbusinesssolutions.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sesha Bezawada commented on  JENKINS-53963  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: No login methods supported exception using Poll mailbox trigger plugin   
 

  
 
 
 
 

 
 I am seeing similiar issue with IMAP configuration. IMAP Configuration and credentials are absolutely correct and works in my local to read gmail. My test fails and throws error as attached screenshot when trying to connect in jenkins. Appreciate your help  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53963) No login methods supported exception using Poll mailbox trigger plugin

2018-10-29 Thread sbezaw...@armsbusinesssolutions.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sesha Bezawada updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53963  
 
 
  No login methods supported exception using Poll mailbox trigger plugin   
 

  
 
 
 
 

 
Change By: 
 Sesha Bezawada  
 
 
Attachment: 
 jenkinsemail.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53963) No login methods supported exception using Poll mailbox trigger plugin

2018-10-09 Thread sumit_sharm...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sumit Bhardwaj created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53963  
 
 
  No login methods supported exception using Poll mailbox trigger plugin   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Nick Grealy  
 
 
Attachments: 
 JenkinsError.PNG  
 
 
Components: 
 poll-mailbox-trigger-plugin  
 
 
Created: 
 2018-10-09 17:35  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Sumit Bhardwaj  
 

  
 
 
 
 

 
 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.