Hi all, This patch series does 2 things. Firstly it basically makes the imap-send command usable again since it was broken because of not being able to correctly parse the config file. The second patch adds support for OAuth2.0 authentication to git imap-send. P.S.: I am surprised this thing even exists xD. Aditya Garg (2): imap-send: fix bug causing cfg->folder being set to NULL imap-send: add support for OAuth2.0 authentication Documentation/config/imap.adoc | 5 +- Documentation/git-imap-send.adoc | 48 +++++++++- imap-send.c | 158 ++++++++++++++++++++++++++++++- 3 files changed, 200 insertions(+), 11 deletions(-) -- 2.49.0