aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-imap-send.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-09-09 12:54:08 -0700
committerJunio C Hamano <gitster@pobox.com>2014-09-09 12:54:09 -0700
commitc0ad561a468f7f95c3697b73b7cffc2851988a8b (patch)
tree0d6778d054d20a81af0907ca3f9af08256428273 /Documentation/git-imap-send.txt
parent64014894cfd29114a6b60cc501f06a68b5f3606b (diff)
parente0d8e3084f47189916e3b1d7bf138a4ab6227798 (diff)
downloadgit-c0ad561a468f7f95c3697b73b7cffc2851988a8b.tar.gz
Merge branch 'tf/imap-send-create'
* tf/imap-send-create: imap-send: create target mailbox if it is missing imap-send: clarify CRAM-MD5 vs LOGIN documentation
Diffstat (limited to 'Documentation/git-imap-send.txt')
-rw-r--r--Documentation/git-imap-send.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt
index eabcaf0388..7d991d919c 100644
--- a/Documentation/git-imap-send.txt
+++ b/Documentation/git-imap-send.txt
@@ -75,7 +75,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
~~~~~~~~