On Thu, 2010-12-16 at 01:38 +0100, Holger Mauermann wrote: > . LIST "" * > * LIST (\HasNoChildren) "/" "INBOX" > * LIST (\Noselect \HasChildren) "/" "Shared/u...@do.main" > * LIST (\HasNoChildren) "/" "Shared/u...@do.main/INBOX" > * LIST (\HasChildren) "/" "Public" > . OK List completed. > > . LIST "Shared/" * > * LIST (\Noselect \HasChildren) "/" "Shared/u...@do.main" > . OK List completed.
This is a bug since it doesn't show the Shared/u...@do.main/INBOX. I'll look into it. > . LIST "Public/" * > . OK List completed. This is expected. > namespace { > list = children > location = cydir:/var/spool/imap/public:INDEX=~/public You really shouldn't be using cydir. It's mainly intended for testing and for learning how to implement a Dovecot storage backend. You should use sdbox instead.