From c607f4a3cbd9cc4c9611db12bfe175b52de514e1 Mon Sep 17 00:00:00 2001 From: Jason Gunthorpe Date: Fri, 19 Jun 2020 14:10:28 -0300 Subject: OAUTH: Add support to get an IMAP OAUTH token Latest mutt can do this for MS and GMail providers, provide support for getting the right scope and some examples how to set it up. Signed-off-by: Jason Gunthorpe --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e20af76..b1ae07b 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,12 @@ CMS includes a OAUTH broker than can export a SMTP access token to local SMTP delivery agents. The [Outbound mail through SMTP](doc/smtp.md) page describes this configuration. +# OAUTH only + +CMS can also act as an OAUTH broker for other mail access programs, in this +mode it does not handle email. The [Inbound mail through IMAP](doc/imap.md) +page describes this configuration. + # Future Work/TODO - Use delta queries on mailboxes with MS Graph. Delta queries allow downloading only changed message meta-data and will accelerate polling of -- cgit v1.2.3