From f07243fe1644552ef88a05cc8bb22c9757639065 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Thu, 31 Jul 2014 09:14:30 +0100 Subject: 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 --- Documentation/git-imap-send.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Documentation/git-imap-send.txt') 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 ~~~~~~~~ -- cgit v1.2.1