]> granicus.if.org Git - neomutt/commit
Improve OAUTHBEARER support.
authorBrandon Long <blong@fiction.net>
Tue, 26 Jun 2018 22:42:08 +0000 (15:42 -0700)
committerRichard Russon <rich@flatcap.org>
Tue, 26 Jun 2018 22:42:08 +0000 (15:42 -0700)
commit96da7f5c68b80ab4afbeeb856ebdf2d81a29e62c
tree362fd7b3203513fbbc9c280734f6e5f7ea00ec67
parentdf9f8eaa845ba36b4bb5c8bbc63896f8b82392a1
Improve OAUTHBEARER support.

Move token refresh commands to their own config variables. Consolidate
code for refreshing tokens and generating the SASL OAUTHBEARER
argument in account.c. Add support for OAUTHBEARER to pop.

Fix pop_auth_oauth() mutt_from_base64() call from 1.10.1 release.
imap/auth_oauth.c
init.h
mutt_account.c
mutt_account.h
pop/pop.c
pop/pop.h
pop/pop_auth.c
smtp.c