Skip to content

Commit f07243f

Browse files
fanf2gitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 89080fc commit f07243f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/git-imap-send.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ imap.preformattedHTML::
7676

7777
imap.authMethod::
7878
Specify authenticate method for authentication with IMAP server.
79-
Current supported method is 'CRAM-MD5' only.
79+
Current supported method is 'CRAM-MD5' only. If this is not set
80+
then 'git imap-send' uses the basic IMAP plaintext LOGIN command.
8081

8182
Examples
8283
~~~~~~~~

0 commit comments

Comments
 (0)