aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-imap-send.txt
diff options
context:
space:
mode:
authorTony Finch <dot@dotat.at>2014-07-31 09:14:30 +0100
committerJunio C Hamano <gitster@pobox.com>2014-07-31 11:45:09 -0700
commitf07243fe1644552ef88a05cc8bb22c9757639065 (patch)
tree11d6f4cdc6cc64567662c6d194c6069a79c70edb /Documentation/git-imap-send.txt
parent89080fcd9aa22ed888bd0e8e11016f4697ded7ad (diff)
downloadgit-f07243fe1644552ef88a05cc8bb22c9757639065.tar.gz
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 <dot@dotat.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-imap-send.txt')
-rw-r--r--Documentation/git-imap-send.txt3
1 files changed, 2 insertions, 1 deletions
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
~~~~~~~~