Re: Update 2: IMAP and OAuth2

2023-02-03 Thread Gary Gregory
Thank you for sharing your solution Stuart. Gary On Fri, Feb 3, 2023, 14:47 Stuart Maclean wrote: > It turns out that the commons net IMAP package can do oauth2 style of > authentication just fine. I can do this: > > String userNamePlusAccessToken = combine( username, accessToken ) > >

Update 2: IMAP and OAuth2

2023-02-03 Thread Stuart Maclean
It turns out that the commons net IMAP package can do oauth2 style of authentication just fine.  I can do this: String userNamePlusAccessToken = combine( username, accessToken ) according to e.g.