Merge branch 'ak/curl-imap-send-explicit-scheme'
commit6d6321af1d66346f462ad599249d5ae02faf922e
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Oct 2016 21:03:47 +0000 (10 14:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Oct 2016 21:03:48 +0000 (10 14:03 -0700)
tree1dcf4a0b3233639173de60bf108874de2838c1f7
parente6e24c94df9df6d39f2316113c14fe07d2ab03d7
parentd2d07ab8613ef283ceda6fdaa05fa6976dc1206f
Merge branch 'ak/curl-imap-send-explicit-scheme'

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://
imap-send.c