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
parent
89080fcd9a
commit
f07243fe16
|
@ -76,7 +76,8 @@ imap.preformattedHTML::
|
||||||
|
|
||||||
imap.authMethod::
|
imap.authMethod::
|
||||||
Specify authenticate method for authentication with IMAP server.
|
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
|
Examples
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue