On Feb 6, 2008, at 7:25 PM, Jochen wrote:
Hello Timo,
On Wed, Feb 06, 2008 at 06:48:41PM +0200, you wrote:
It's always easier to check things by talking IMAP protocol directly:
telnet localhost 143 1 login username password 2 list "" *
Does the list look ok? Is the second parameter in all of the returned lines "/"? Are the flags ok (no \Noselect)?
--- snip ---
- LIST (\Noselect \HasChildren) "/" "AATest" --- snip ---
That is the shared folder I created for my tests.
That's the namespace prefix, the actual shared mailboxes should be
under it. For example AATest/shared.
On the other hand: the subdirs "cur" "new" and "tmp" are part of the internal structure of Maildir, right? Why are they interpreted as "\HasChildren"?
They aren't. It's probably just that a namespace is expected to always
have mailboxes under it.