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>
maint
Tony Finch 2014-07-31 09:14:30 +01:00 committed by Junio C Hamano
parent 89080fcd9a
commit f07243fe16
1 changed files with 2 additions and 1 deletions

View 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
~~~~~~~~