Re: [PATCH] uri_imap: handle '/' as an IMAP hierarchy separator

2021-09-14 Thread Konstantin Ryabitsev
On Tue, Sep 14, 2021 at 03:55:10PM -0400, Konstantin Ryabitsev wrote: > On Tue, Sep 14, 2021 at 07:35:28PM +, Eric Wong wrote: > > > I found an interesting problem using lei with imaps:// folders. I'm trying > > > things out with migadu, and the folder paths use '/' separators, so a full > > >

Re: [PATCH] uri_imap: handle '/' as an IMAP hierarchy separator

2021-09-14 Thread Konstantin Ryabitsev
On Tue, Sep 14, 2021 at 08:12:16PM +, Eric Wong wrote: > Ah, I forgot to update the docs again :x > > My main concern with .netrc was actually inadvertantly sending > FTP auth info to an IMAP server just because they share the same > host. No big deal -- folks can always just use the "store"

Re: [PATCH] uri_imap: handle '/' as an IMAP hierarchy separator

2021-09-14 Thread Eric Wong
Konstantin Ryabitsev wrote: > On Tue, Sep 14, 2021 at 07:35:28PM +, Eric Wong wrote: > > Oops, I think the patch below should fix it. > > Yep, that worked. Thanks! Cool. > Good to know, thanks. Quick follow-up -- documentation says that .netrc should > work, but I've found that even though

Re: [PATCH] uri_imap: handle '/' as an IMAP hierarchy separator

2021-09-14 Thread Konstantin Ryabitsev
On Tue, Sep 14, 2021 at 07:35:28PM +, Eric Wong wrote: > > I found an interesting problem using lei with imaps:// folders. I'm trying > > things out with migadu, and the folder paths use '/' separators, so a full > > IMAPS folder path for a folder "lore/mentions" is > >

[PATCH] uri_imap: handle '/' as an IMAP hierarchy separator

2021-09-14 Thread Eric Wong
P problems, I've found adding "-c imap.debug -c imap.compress=0" to the command-line useful (Mail::IMAPClient dumps the raw compressed traffic, so I need to disable compression). ---8<------- Subject: [PATCH] uri_imap: handle '/' as an IMAP hierarchy separator Untest