Recent DiscussionsNewest TopicsMost LikesSolutionsUsing oauth2 with JavaMail Hi, We want to access our e-mails (Either personal account or domain accounts like - someuser@somedomain.onmicrosoft.com) using OAuth2 and JavaMail APIs... This link outlines how we can achieve this for gmail accounts:https://kgiann78.github.io/java/gmail/2017/03/16/JavaMail-send-mail-at-Google-with-XOAUTH2.html. But when we try the same approach for microsoft, things don't work. Does MS plan to bring out support for JavaMail with OAuth2? Or if such support exists, can you please share some links/pointers towards them - or share some sample java code that we can use? Regards, Venkatesh
Recent Blog ArticlesMost RecentMost LikesRe: Announcing OAuth 2.0 support for IMAP and SMTP AUTH protocols in Exchange Online Hello exchange team, I've followedthe steps from theprovided instruction, using Javamail API, but it didn't work. As per Javamail API, we need to add anOAuth2Provider which'll encrypt the access t...