jenkinsci / poll-mailbox-trigger-plugin

A Jenkins plugin, to poll an email inbox, and trigger jobs based on new emails.
https://plugins.jenkins.io/poll-mailbox-trigger-plugin/
MIT License
40 stars 32 forks source link

Please update javax.mail to version 1.5.5 for SASL OAuth2 support #63

Open sandtrout-github opened 2 years ago

sandtrout-github commented 2 years ago

What feature do you want to see added?

SASL OAuth2 support was added to JavaMail 1.5.5 for IMAP (https://javaee.github.io/javamail/OAuth2). Updating to the newer version of the library would allow users of this plugin to use OAuth2 authentication methods with Office365 servers as well as GMail.

Microsoft has scheduled disabling basic auth for their Office365 services and are requiring users to use one of their Modern Authentication schemes, which includes SASL OAuth2, by October 2022

Upstream changes

No response

sujitsrinivasan commented 1 year ago

Is there any update on this ?

ulyssesh commented 1 year ago

I have installed JavaMaill API 1.6.2-6.. how to config SASL OAuth2 support on config of poll-mailbox-trigger-plugin?