]> git.ipfire.org Git - thirdparty/git.git/commit - imap-send.c
imap-send: support CRAM-MD5 authentication
authorHitoshi Mitake <mitake@dcl.info.waseda.ac.jp>
Tue, 16 Feb 2010 06:34:07 +0000 (22:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Feb 2010 18:30:43 +0000 (10:30 -0800)
commitae9c606ed228ea6a17ddde3a1e26451d02f51df7
tree6e0d24b6b69d2f2fd254419dd8451c5936334308
parent7e5eb8f1834722507e2d2171a253b78b1d924458
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>
Documentation/git-imap-send.txt
imap-send.c