imap-send: clarify CRAM-MD5 vs LOGIN documentation
authorTony Finch <dot@dotat.at>
Thu, 31 Jul 2014 08:14:30 +0000 (09:14 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 31 Jul 2014 18:45:09 +0000 (11:45 -0700)
Explicitly mention that leaving imap.authMethod unset makes
git imap-send use the basic IMAP plaintext LOGIN command.

Signed-off-by: Tony Finch <dot@dotat.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-imap-send.txt
index 875d2831a541170402849e2c8598fabafa42a0df..770cbe80a385b50c018a7f3c95a6cb61bc91e2e0 100644 (file)
@@ -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
 ~~~~~~~~