]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
git-imap-send: Support SSL
authorRobert Shearman <robertshearman@gmail.com>
Wed, 9 Jul 2008 21:29:00 +0000 (22:29 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 26 Jul 2008 04:51:30 +0000 (21:51 -0700)
commit684ec6c63cd92a3755500b3b63f3d5ad9f6828b2
treee88bd07e6ff3a3fc92d990721bb6aec2b61a1cb2
parenta0406b94d57e8443a7b31b5412763cac4ddb5d21
git-imap-send: Support SSL

Allow SSL to be used when a imaps:// URL is used for the host name.

Also, automatically use TLS when not using imaps:// by using the IMAP
STARTTLS command, if the server supports it.

Tested with Courier and Gimap IMAP servers.

Signed-off-by: Robert Shearman <robertshearman@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-imap-send.txt
Makefile
git-compat-util.h
imap-send.c