[Dovecot] Segfault in ACL Plugin + user shared folders

Markus Werner markiwer at googlemail.com
Sat Apr 18 15:46:12 EEST 2009


On Thu, Apr 16, 2009 at 08:10:00PM -0400, Timo Sirainen wrote:
> On Wed, 2009-04-08 at 01:03 +0200, Markus Werner wrote:
> > With "list = children" the namespace ist still not listed, but that's no
> > problem for me. With "list = all" now there is a folder named "%"
> > listed, directly under "#User/", additionaly to "markus at example.com".

Talking IMAP manually, this looks like this:

a003 LIST "" "#User/%"
* LIST (\Noselect \HasChildren) "/" "#User/%"
* LIST (\Noselect \HasChildren) "/" "#User/test at example.com"
* LIST (\Noselect \HasChildren) "/" "#User/stefanie at example.com"
a003 OK List completed.
a004 LIST "" "#User/%/%"
* LIST (\HasNoChildren) "/" "#User/test at example.com/Shared"
* LIST (\HasNoChildren) "/" "#User/stefanie at example.com/Software"
* LIST (\HasNoChildren) "/" "#User/stefanie at example.com/Junk"
* LIST (\HasNoChildren) "/" "#User/stefanie at example.com/Apple"
a004 OK List completed.

or with "*":

a003 LIST "" "#User/*"
* LIST (\Noselect \HasChildren) "/" "#User/*"
* LIST (\Noselect \HasChildren) "/" "#User/test at example.com"
* LIST (\Noselect \HasChildren) "/" "#User/stefanie at example.com"
* LIST (\HasNoChildren) "/" "#User/test at example.com/Shared"
* LIST (\HasNoChildren) "/" "#User/stefanie at example.com/Software"
* LIST (\HasNoChildren) "/" "#User/stefanie at example.com/Junk"
* LIST (\HasNoChildren) "/" "#User/stefanie at example.com/Apple"
a003 OK List completed.
a004 LIST "" "#User/*/*"
* LIST (\HasNoChildren) "/" "#User/test at example.com/Shared"
* LIST (\HasNoChildren) "/" "#User/stefanie at example.com/Software"
* LIST (\HasNoChildren) "/" "#User/stefanie at example.com/Junk"
* LIST (\HasNoChildren) "/" "#User/stefanie at example.com/Apple"
a004 OK List completed.


More information about the dovecot mailing list