Skip to content

Add Outlook OAuth2 token requester class

Daniel Vrátil requested to merge work/dvratil/outlook365-xoauth into master

This is a class to request OAuth2 token for Outlook365 for use with XOAUTH2 authentication method for IMAP and SMTP. This is just a temporary place for the class as it needs to be available for both KMailTransport (SmtpJob) as well as kdepim-runtime (IMAP resource), until I finish writing the MS Graph API library.

Merge request reports