From: Tony Finch Date: Thu, 31 Jul 2014 08:14:30 +0000 (+0100) Subject: imap-send: clarify CRAM-MD5 vs LOGIN documentation X-Git-Tag: v2.2.0-rc0~151^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f07243fe1644552ef88a05cc8bb22c9757639065 imap-send: clarify CRAM-MD5 vs LOGIN documentation Explicitly mention that leaving imap.authMethod unset makes git imap-send use the basic IMAP plaintext LOGIN command. Signed-off-by: Tony Finch Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt index 875d2831a5..770cbe80a3 100644 --- a/Documentation/git-imap-send.txt +++ b/Documentation/git-imap-send.txt @@ -76,7 +76,8 @@ imap.preformattedHTML:: imap.authMethod:: Specify authenticate method for authentication with IMAP server. - Current supported method is 'CRAM-MD5' only. + Current supported method is 'CRAM-MD5' only. If this is not set + then 'git imap-send' uses the basic IMAP plaintext LOGIN command. Examples ~~~~~~~~