Re: [PATCH v2] imap-send: URI encode server folder

2017-12-18 Thread Eric Sunshine
On Mon, Dec 18, 2017 at 1:25 PM, Kaartic Sivaraam wrote: > From: Nicolas Morey-Chaisemartin > [...] > resulted in the following error, s/resulted/results/ > curl_easy_perform() failed: URL using bad/illegal format or missing URL > > That was a consequence of the not URI encoding the folder

[PATCH v2] imap-send: URI encode server folder

2017-12-18 Thread Kaartic Sivaraam
From: Nicolas Morey-Chaisemartin When trying to send a patch using 'imap-send' with 'curl' and the following configuration: [imap] folder = "[Gmail]/Drafts" host = imaps://imap.gmail.com port = 993 sslverify = false resulted in the following error, curl_easy