[Dovecot] Problem in LSUB?
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
On 9.1.2010, at 10.58, Sergio Villar Senin wrote:
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 .. My question is, why "LSUB "" INBOX" does not return anything while "LSUB "" INBOX*" does ?
You're right, it's a bug in that Dovecot version. Fixed long time ago.
participants (2)
-
Sergio Villar Senin
-
Timo Sirainen