Re: [Dovecot] Behavior difference in mbox versus Maildir listing

2011-05-21 Thread Bruno Prémont
On Sat, 21 May 2011 Timo Sirainen wrote: > On 21.5.2011, at 23.35, Bruno Prémont wrote: > >> It's expected, although maybe not the best behavior. I'm basically > >> copying UW-IMAP behavior for mbox and Courier/Cyrus behavior for > >> Maildir. The

Re: [Dovecot] Behavior difference in mbox versus Maildir listing

2011-05-21 Thread Bruno Prémont
On Sat, 21 May 2011 Timo Sirainen wrote: > On 21.5.2011, at 23.16, Bruno Prémont wrote: > > > The resulting IMAPv4 session is: > > mb1 LIST "" "#mbox.%" > > * LIST (\Noselect \HasChildren) "." "#mbox.folder" > > mb1 OK Li

[Dovecot] Behavior difference in mbox versus Maildir listing

2011-05-21 Thread Bruno Prémont
Hi, My MUA (claws-mail) is having a hard time listing directories for a mail account with two namespaces, one of which using mbox and the other one using maildir to store mails. Let's call the namespaces "#mbox." and "#maildir." and have "." as separator. Assume I have the following folder hiera

Re: [Dovecot] [Patch] Fix delay on imao-append

2008-06-13 Thread Bruno Prémont
On Fri, 13 Jun 2008 Timo Sirainen <[EMAIL PROTECTED]> wrote: > On Fri, 2008-06-13 at 11:04 +0200, Bruno Prémont wrote: > > The attached patch makes dovecot send the whole answer in a single > > packet, thus not triggering the delay issue. > > Although the patch wor

[Dovecot] [Patch] Fix delay on imao-append

2008-06-13 Thread Bruno Prémont
all packets with the aim of improving payload/overhead share. Bruno Prémont RESTENA Foundation diff -NurpP dovecot-1.1.rc8-orig/src/imap/client.c dovecot-1.1.rc8/src/imap/client.c --- dovecot-1.1.rc8-orig/src/imap/client.c 2008-05-31 12:58:19.0 +0200 +++ dovecot-1.1.rc8/src/imap/client.c