summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-09-09 19:54:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-09-09 19:54:09 (GMT)
commitc0ad561a468f7f95c3697b73b7cffc2851988a8b (patch)
tree0d6778d054d20a81af0907ca3f9af08256428273 /Documentation
parent64014894cfd29114a6b60cc501f06a68b5f3606b (diff)
parente0d8e3084f47189916e3b1d7bf138a4ab6227798 (diff)
downloadgit-c0ad561a468f7f95c3697b73b7cffc2851988a8b.zip
git-c0ad561a468f7f95c3697b73b7cffc2851988a8b.tar.gz
git-c0ad561a468f7f95c3697b73b7cffc2851988a8b.tar.bz2
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')
-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 eabcaf0..7d991d9 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
~~~~~~~~