From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from duke.felloff.net ([216.126.196.34]) by ewsd; Thu Oct 3 06:12:02 EDT 2019 Message-ID: <1D1234FC2EDDE680C16D236D8812C132@felloff.net> Date: Thu, 3 Oct 2019 12:11:54 +0200 From: cinap_lenrek@felloff.net To: 9front@9front.org Subject: Re: [9front] upasfs and IMAP: opening nested mailboxes In-Reply-To: 20191003072831.5jajstonuumyvhgi@BlackBox MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: flexible non-blocking wrapper JSON API strategy > open /imaps/imap.fastmail.com/personal@sgregoratto.me/Dev/9front > open /imaps/imap.fastmail.com/personal@sgregoratto.me/Dev.9front i'm not an imap expert but reading the code this should have worked. how does it fail? is there a error message? how do you expect this to work? maybe enable some debug printing with -l and -d flag. you can pass a 3rd argument to open with the local name (in case you dont want to have the mailbox directory appear as /mail/fs/9front/ or /mail/fs/Dev.9front/). in any case, there should be a directory showing up in /mail/fs/ named as the part after the last slash in the path or the explicit name. -- cinap