[dovecot] Re: some problem with dovecot

Timo Sirainen tss at iki.fi
Thu Mar 20 19:47:14 EET 2003


On Wed, 2003-03-19 at 13:35, Farkas Levente wrote:
> - first of all the folder list can't be subscribed i.e. only the top level
> folder can be subscribed. can't subscribe to folder which has subfolders and
> mail inside. all folders with has subfolders shonw as an empty name folder
> under itself. and you can't select these folders in mozilla's subscribe
> window (i.e you are not able to check it even it is there).

Looks like mozilla is a bit buggy here. But Dovecot was too, fixed again
in CVS and patch in web page.

LIST "" foo.%
* LIST () "." "foo."
* LIST () "." "foo.bar"

Mozilla doesn't like the "foo." in the reply. IMAP protocol says that it
should be sent, but Courier and Cyrus doesn't send it either. Also this
was buggy in Dovecot anyway since it was always sent as \NoSelect
folder, which is why you couldn't subscribe to those folders.

Another strange thing that I see is:

3 list "" "%"
* LIST (\Children \UnMarked) "." "evolution"
..
4 list "" "%.%"
* LIST (\UnMarked) "." "evolution.juttu"
..
11 subscribe "evolution/juttu"
11 NO [TRYCREATE] Mailbox doesn't exist: evolution/juttu

Why does it try "/" separator? That's clearly mozilla bug. Actually
Dovecot is buggy there too, it shouldn't have said [TRYCREATE] since "/"
makes it invalid mailbox name..




More information about the dovecot mailing list