Re: Add support for UTF8=ACCEPT imap extension (was: add support for IMAP UTF-7)

2020-06-01 Thread Oswald Buddenhagen
On Mon, Jun 01, 2020 at 06:55:36PM +0200, ashelia1...@gmail.com wrote: Starting from the UTF7 module in the glibc and modifying it for UTF7 IMAP does not seem too hard. i'd do that, but i wouldn't bother trying to make it an actual iconv module - just produce utf-16 or wchar_t strings (or whate

Re: Syncing IMAP mailbox in Maildir++-style subfolders

2020-06-01 Thread Uwe Kleine-König
On Mon, Jun 01, 2020 at 11:55:15AM +0200, Oswald Buddenhagen wrote: > On Mon, Jun 01, 2020 at 11:28:49AM +0200, Uwe Kleine-König wrote: > > On 5/31/20 2:08 PM, Oswald Buddenhagen wrote: > > > just give a list of paths, like the output of 'find'. > > > > Not sure how to report the IMAP structure wi

Re: Add support for UTF8=ACCEPT imap extension (was: add support for IMAP UTF-7)

2020-06-01 Thread ashelia1000
On Sun, May 31, 2020 at 02:14:39PM +0200, Oswald Buddenhagen wrote: > - utf-7 support is required by the imap standard, so mbsync is actually > buggy and this needs fixing anyway. I see, that was too easy ^. I thought of an alternative solution to the previous patches I sent : use a custom gconv

Re: Syncing IMAP mailbox in Maildir++-style subfolders

2020-06-01 Thread Oswald Buddenhagen
On Mon, Jun 01, 2020 at 11:28:49AM +0200, Uwe Kleine-König wrote: On 5/31/20 2:08 PM, Oswald Buddenhagen wrote: just give a list of paths, like the output of 'find'. Not sure how to report the IMAP structure with something like find, i meant just the output format. to get the final structure

Re: Syncing IMAP mailbox in Maildir++-style subfolders

2020-06-01 Thread Uwe Kleine-König
Hi Oswald, On 5/31/20 2:08 PM, Oswald Buddenhagen wrote: > On Sat, May 30, 2020 at 08:03:30PM +0200, Uwe Kleine-König wrote: >> Is that what you intended? >> > certainly not. > to be able to help you i need to know a sufficient part of the mailbox > layout on both the server and the client, includ