aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-03-02 12:44:06 -0800
committerJunio C Hamano <gitster@pobox.com>2010-03-02 12:44:06 -0800
commit39914cb50693e6fbc3002bbc30366e25fe6beca2 (patch)
treec550c3268bf9d8fea36175d0039929d6499d04de /Documentation
parentc06951894ac943b2aaa288b0e9dc1eb605dfb7b6 (diff)
parentae9c606ed228ea6a17ddde3a1e26451d02f51df7 (diff)
downloadgit-39914cb50693e6fbc3002bbc30366e25fe6beca2.tar.gz
git-39914cb50693e6fbc3002bbc30366e25fe6beca2.tar.xz
Merge branch 'hm/imap-send-cram-md5'
* hm/imap-send-cram-md5: imap-send: support CRAM-MD5 authentication
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-imap-send.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt
index 57db955bd..6cafbe2ec 100644
--- a/Documentation/git-imap-send.txt
+++ b/Documentation/git-imap-send.txt
@@ -71,6 +71,10 @@ imap.preformattedHTML::
option causes Thunderbird to send the patch as a plain/text,
format=fixed email. Default is `false`.
+imap.authMethod::
+ Specify authenticate method for authentication with IMAP server.
+ Current supported method is 'CRAM-MD5' only.
+
Examples
~~~~~~~~