Merge branch 'ak/curl-imap-send-explicit-scheme' into maint
commitf98180a982168d767529c36337b1aadfa0d07788
authorJunio C Hamano <gitster@pobox.com>
Fri, 28 Oct 2016 16:01:13 +0000 (28 09:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Oct 2016 16:01:13 +0000 (28 09:01 -0700)
tree550dbb0521b583fd401cb55a206de9f7d7623c98
parent9338904a5f91141ca2502abfbca87730a3aa48f0
parentd2d07ab8613ef283ceda6fdaa05fa6976dc1206f
Merge branch 'ak/curl-imap-send-explicit-scheme' into maint

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