Merge branch 'ak/curl-imap-send-explicit-scheme'
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Oct 2016 21:03:47 +0000 (14:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Oct 2016 21:03:48 +0000 (14:03 -0700)
When we started cURL to talk to imap server when a new enough
version of cURL library is available, we forgot to explicitly add
imap(s):// before the destination. To some folks, that didn't work
and the library tried to make HTTP(s) requests instead.

* ak/curl-imap-send-explicit-scheme:
imap-send: Tell cURL to use imap:// or imaps://

1  2 
imap-send.c
diff --cc imap-send.c
Simple merge