On Thu, 2010-12-16 at 01:38 +0100, Holger Mauermann wrote:
> . LIST "" *
> * LIST (\HasNoChildren) "/" "INBOX"
> * LIST (\Noselect \HasChildren) "/" "Shared/[email protected]"
> * LIST (\HasNoChildren) "/" "Shared/[email protected]/INBOX"
> * LIST (\HasChildren) "/" "Public"
> . OK List completed.
> 
> . LIST "Shared/" *
> * LIST (\Noselect \HasChildren) "/" "Shared/[email protected]"
> . OK List completed.

This is a bug since it doesn't show the Shared/[email protected]/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.

Reply via email to