Hi Timo, On 04/01/2012 12:50, Timo Sirainen wrote:
If we have a \Sent special-use mailbox:
a list (special-use) "" * return (special-use)
* LIST (\Sent) "/" "INBOX/Sent"
a OK List completed.
And we use RECURSIVEMATCH option, the result should be:
b list (special-use recursivematch) "" % return (special-use)
* LIST () "/" INBOX ("CHILDINFO" ("SPECIAL-USE"))
b OK List completed.
Right? This isn't explicitly mentioned in special-use RFC, but I guess
that's how RFC 5258 intended it to work.
Yes, I think you are correct.