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

2017-12-18 Thread Junio C Hamano
Kaartic Sivaraam writes: > From: Nicolas Morey-Chaisemartin > > When trying to send a patch using 'imap-send' with 'curl' and the > following configuration: > > [imap] > folder = "[Gmail]/Drafts" > host =

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

2017-12-18 Thread Jonathan Nieder
Kaartic Sivaraam wrote: > 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 >

[PATCH v3] 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 results in the