fs2-mail icon indicating copy to clipboard operation
fs2-mail copied to clipboard

XOAuth 2 support

Open vatel opened this issue 6 years ago • 1 comments

GMail and other mail services support (and highly recommend to use) XOAuth2 for authentication instead of passwords. Is it possible to implement it in IMAPClient?

vatel avatar May 31 '18 07:05 vatel

See also: https://techcommunity.microsoft.com/t5/exchange-team-blog/announcing-oauth-2-0-support-for-imap-and-smtp-auth-protocols-in/ba-p/1330432

And:

https://techcommunity.microsoft.com/t5/exchange-team-blog/announcing-oauth-support-for-pop-in-exchange-online/ba-p/1406600

Albeit full Microsoft Modern Authentication would probably require a whole additional library at the very least, and it's probably not an exact fit for this library anyway, in some sense. Also makes me wonder whether I should raise a separate issue for Microsoft Graph API support, which would seem more fitting to this library.

no-identd avatar Aug 04 '21 19:08 no-identd