diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-03-02 12:44:06 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-02 12:44:06 -0800 |
commit | 39914cb50693e6fbc3002bbc30366e25fe6beca2 (patch) | |
tree | c550c3268bf9d8fea36175d0039929d6499d04de /Documentation | |
parent | Merge branch 'ml/color-when' (diff) | |
parent | imap-send: support CRAM-MD5 authentication (diff) | |
download | tgif-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.txt | 4 |
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 ~~~~~~~~ |