From: Junio C Hamano Date: Fri, 28 Oct 2016 16:01:13 +0000 (-0700) Subject: Merge branch 'ak/curl-imap-send-explicit-scheme' into maint X-Git-Tag: v2.10.2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f98180a982168d767529c36337b1aadfa0d07788;p=git 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:// --- f98180a982168d767529c36337b1aadfa0d07788