diff options
author | Tony Finch <dot@dotat.at> | 2014-07-31 09:14:30 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-07-31 11:45:09 -0700 |
commit | f07243fe1644552ef88a05cc8bb22c9757639065 (patch) | |
tree | 11d6f4cdc6cc64567662c6d194c6069a79c70edb | |
parent | 89080fcd9aa22ed888bd0e8e11016f4697ded7ad (diff) | |
download | git-f07243fe1644552ef88a05cc8bb22c9757639065.tar.gz git-f07243fe1644552ef88a05cc8bb22c9757639065.tar.xz |
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>
-rw-r--r-- | Documentation/git-imap-send.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt index 875d2831a..770cbe80a 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 ~~~~~~~~ |