[Dovecot] Problem in LSUB?

Sergio Villar Senin svillar at igalia.com
Sat Jan 9 10:58:35 EET 2010


Hi guys,

I'm not 100% sure about the dovecot version in the server because I
don't have access to it, just an account, but I think it's 1.1-rc4

I'm an email client developer and I have a doubt about the behaviour of
LSUB that I think it's buggy. See this chat with the server

40 LIST "" INBOX
* LIST (\HasChildren) "." "INBOX"
40 OK List completed.

41 LIST "" INBOX*
* LIST (\HasChildren) "." "INBOX"
* LIST (\HasNoChildren) "." "INBOX.Trash"
* LIST (\HasChildren) "." "INBOX.folder1"
* LIST (\HasNoChildren) "." "INBOX.folder1.folder12"
* LIST (\HasNoChildren) "." "INBOX.folder2"
* LIST (\HasNoChildren) "." "INBOX.Sent"
* LIST (\HasNoChildren) "." "INBOX.Drafts"
* LIST (\HasNoChildren) "." "INBOX.Spam"
* LIST (\HasNoChildren) "." "INBOX.buggybox"
41 OK List completed.

42 LSUB "" INBOX
42 OK Lsub completed.

43 LSUB "" INBOX*
* LSUB () "." "INBOX"
* LSUB () "." "INBOX.Trash"
* LSUB () "." "INBOX.folder1"
* LSUB () "." "INBOX.folder1.folder12"
* LSUB () "." "INBOX.folder2"
* LSUB () "." "INBOX.Sent"
* LSUB () "." "INBOX.Spam"
* LSUB () "." "INBOX.buggybox"
* LSUB () "." "INBOX.Drafts"
43 OK Lsub completed.

My question is, why "LSUB "" INBOX" does not return anything while "LSUB
"" INBOX*" does ?

Br



More information about the dovecot mailing list