aerc/doc
Julian Pidancet 9217dbeea4 imap,smtp: add XOAUTH2 support
Add XOAUTH2 authentication support for IMAP and SMTP. Although XOAUTH2
is now deprecated in favor of OAuthBearer, it is the only way to connect
to Office365 since Basic Auth is now completely removed.

Since XOAUTH2 is very similar to OAuthBearer and uses the same
configuration parameters, this is basically a copy-paste of the existing
OAuthBearer code.

However, XOAUTH2 support was removed from go-sasl library, so this
change reimports the code that was removed from go-sasl and offers it
a new home in lib/xoauth2.go. Hopefully it shouldn't be too hard to
maintain, being less than 50 SLOC.

Link: https://github.com/emersion/go-sasl/commit/7bfe0ed36a21
Implements: https://todo.sr.ht/~rjarry/aerc/78
Signed-off-by: Julian Pidancet <julian.pidancet@oracle.com>
Tested-by: Inwit <inwit@sindominio.net>
Acked-by: Tim Culverhouse <tim@timculverhouse.com>
2022-10-01 15:47:33 +02:00
..
aerc-config.5.scd open: allow overriding default program 2022-10-01 15:47:25 +02:00
aerc-imap.5.scd imap,smtp: add XOAUTH2 support 2022-10-01 15:47:33 +02:00
aerc-maildir.5.scd worker/maildir: implement Maildir++ support 2022-07-10 20:34:47 +02:00
aerc-notmuch.5.scd doc: fix man page typos 2022-08-22 09:49:26 +02:00
aerc-search.1.scd doc: fix typos 2022-07-18 13:58:27 +02:00
aerc-sendmail.5.scd doc: correct typo in man-pages 2022-01-26 19:23:29 +01:00
aerc-smtp.5.scd imap,smtp: add XOAUTH2 support 2022-10-01 15:47:33 +02:00
aerc-stylesets.7.scd doc: fix man page typos 2022-08-22 09:49:26 +02:00
aerc-templates.7.scd compose: allow setting all headers in templates 2022-02-03 09:55:20 +01:00
aerc-tutorial.7.scd doc: correct typo in man-pages 2022-01-26 19:23:29 +01:00
aerc.1.scd open: allow overriding default program 2022-10-01 15:47:25 +02:00