summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-03-02 12:44:06 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-03-02 12:44:06 -0800
commit39914cb50693e6fbc3002bbc30366e25fe6beca2 (patch)
treec550c3268bf9d8fea36175d0039929d6499d04de /Documentation
parentMerge branch 'ml/color-when' (diff)
parentimap-send: support CRAM-MD5 authentication (diff)
downloadtgif-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 57db955bd4..6cafbe2ec1 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
~~~~~~~~