Markus Petri
2009-Aug-12 19:47 UTC
[Dovecot] listescape + shared folders with fully qualified user names
Hi, the listescape plugin seems to take its job a little bit too serious. Dovecot version: 1.2.3 + patch 9b62aa2132de Without listescape: 2 list "" "*" * LIST (\HasNoChildren) "/" "INBOX" * LIST (\Noselect \HasChildren) "/" "#Users/test1 at merry.dovecot" * LIST (\HasNoChildren) "/" "#Users/test1 at merry.dovecot/Shared" 2 OK List completed. With listescape: It escapes the dot in the domain part of the user. 2 list "" "*" * LIST (\HasNoChildren) "/" "INBOX" * LIST (\Noselect \HasChildren) "/" "#Users/test1 at merry.dovecot" * LIST (\HasNoChildren) "/" "#Users/test1 at merry/dovecot/Shared" 2 OK List completed. Regards, Markus
Timo Sirainen
2009-Aug-14 00:23 UTC
[Dovecot] listescape + shared folders with fully qualified user names
On Wed, 2009-08-12 at 21:47 +0200, Markus Petri wrote:> With listescape: > > It escapes the dot in the domain part of the user.Fixed: http://hg.dovecot.org/dovecot-1.2/rev/0463fc241aae -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20090813/d86a6383/attachment-0002.bin>
Markus Petri
2009-Aug-14 05:19 UTC
[Dovecot] listescape + shared folders with fully qualified user names
On Thu, Aug 13, 2009 at 08:23:36PM -0400, Timo Sirainen wrote:> On Wed, 2009-08-12 at 21:47 +0200, Markus Petri wrote: > > With listescape: > > > > It escapes the dot in the domain part of the user. > > Fixed: http://hg.dovecot.org/dovecot-1.2/rev/0463fc241aae >Problem gone. Thanks.
Markus Petri
2009-Aug-14 09:04 UTC
[Dovecot] listescape + shared folders with fully qualified user names
On Thu, Aug 13, 2009 at 08:23:36PM -0400, Timo Sirainen wrote:> On Wed, 2009-08-12 at 21:47 +0200, Markus Petri wrote: > > With listescape: > > > > It escapes the dot in the domain part of the user. > > Fixed: http://hg.dovecot.org/dovecot-1.2/rev/0463fc241aae >It seems, the problem is not fixed with LSUB: 2 LSUB "" "*" * LSUB () "/" "#Users/test1 at merry/dovecot/Shared" 2 OK Lsub completed. 2 LIST "" "*" * LIST (\HasNoChildren) "/" "INBOX" * LIST (\Noselect \HasChildren) "/" "#Users/test1 at merry.dovecot" * LIST (\HasNoChildren) "/" "#Users/test1 at dc.local/Shared" 2 OK List completed. Regards, Markus