From ae9c606ed228ea6a17ddde3a1e26451d02f51df7 Mon Sep 17 00:00:00 2001 From: Hitoshi Mitake Date: Mon, 15 Feb 2010 22:34:07 -0800 Subject: imap-send: support CRAM-MD5 authentication CRAM-MD5 authentication ought to be independent from SSL, but NO_OPENSSL build will not support this because the base64 and md5 code are used from the OpenSSL library in this implementation. Signed-off-by: Hitoshi Mitake Signed-off-by: Junio C Hamano --- Documentation/git-imap-send.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Documentation') diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt index 57db955bd..6cafbe2ec 100644 --- a/Documentation/git-imap-send.txt +++ b/Documentation/git-imap-send.txt @@ -71,6 +71,10 @@ imap.preformattedHTML:: option causes Thunderbird to send the patch as a plain/text, format=fixed email. Default is `false`. +imap.authMethod:: + Specify authenticate method for authentication with IMAP server. + Current supported method is 'CRAM-MD5' only. + Examples ~~~~~~~~ -- cgit v1.2.1