[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 hierarchy:

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

2011-05-21 Thread Bruno Prémont
On Sat, 21 May 2011 Timo Sirainen t...@iki.fi 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 List completed. mb2 LIST #mbox.folder.% * LIST (\Noselect \HasChildren

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

2011-05-21 Thread Bruno Prémont
On Sat, 21 May 2011 Timo Sirainen t...@iki.fi 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. There are more detailed reasons for why

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

2008-06-13 Thread Bruno Prémont
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 2008-06-10

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 works for this APPEND case, it probably adds