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 "mar...@example.com".
Talking IMAP manually, this looks like this: a003 LIST "" "#User/%" * LIST (\Noselect \HasChildren) "/" "#User/%" * LIST (\Noselect \HasChildren) "/" "#User/t...@example.com" * LIST (\Noselect \HasChildren) "/" "#User/stefa...@example.com" a003 OK List completed. a004 LIST "" "#User/%/%" * LIST (\HasNoChildren) "/" "#User/t...@example.com/Shared" * LIST (\HasNoChildren) "/" "#User/stefa...@example.com/Software" * LIST (\HasNoChildren) "/" "#User/stefa...@example.com/Junk" * LIST (\HasNoChildren) "/" "#User/stefa...@example.com/Apple" a004 OK List completed. or with "*": a003 LIST "" "#User/*" * LIST (\Noselect \HasChildren) "/" "#User/*" * LIST (\Noselect \HasChildren) "/" "#User/t...@example.com" * LIST (\Noselect \HasChildren) "/" "#User/stefa...@example.com" * LIST (\HasNoChildren) "/" "#User/t...@example.com/Shared" * LIST (\HasNoChildren) "/" "#User/stefa...@example.com/Software" * LIST (\HasNoChildren) "/" "#User/stefa...@example.com/Junk" * LIST (\HasNoChildren) "/" "#User/stefa...@example.com/Apple" a003 OK List completed. a004 LIST "" "#User/*/*" * LIST (\HasNoChildren) "/" "#User/t...@example.com/Shared" * LIST (\HasNoChildren) "/" "#User/stefa...@example.com/Software" * LIST (\HasNoChildren) "/" "#User/stefa...@example.com/Junk" * LIST (\HasNoChildren) "/" "#User/stefa...@example.com/Apple" a004 OK List completed.