diff options
author | Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp> | 2010-02-15 22:34:07 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-17 10:30:43 -0800 |
commit | ae9c606ed228ea6a17ddde3a1e26451d02f51df7 (patch) | |
tree | 6e0d24b6b69d2f2fd254419dd8451c5936334308 /Documentation/git-imap-send.txt | |
parent | Merge branch 'maint' (diff) | |
download | tgif-ae9c606ed228ea6a17ddde3a1e26451d02f51df7.tar.xz |
imap-send: support CRAM-MD5 authentication
CRAM-MD5 authentication ought to be independent from SSL, but NO_OPENSSL
build will not support this because the base64 and md5 code are used from
the OpenSSL library in this implementation.
Signed-off-by: Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-imap-send.txt')
-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 ~~~~~~~~ |