> First of I need some more infos: > * What revision of trunk you use ? Is it really latest head ?
I use the latest trunk, updated every few days. > * Do you use the low-level api (mailbox module) or the > high-level-api > (store module) I use apache-james-imap-store. > * Did you patch the Namespace processing somehow (because james does > > not return the #private as namespace)? SimpleMailboxSession sets the personnal namespace to #private when you set sharedSpace or otherUserSpace. I tried not to patch James since recently. > For me it looks like thunderbird gets confused with namespaces. Maybe > > you replace the namespace delimiter "." with "^^" ? The delimiter is "." by default in James and I did not change it. I looked in Thunderbird IMAP code and saw that it does some special escape when the path separator is not \. The ^^ is the result of that but even if you swap ^^ for ., the patch becomes #private.Sent.INBOX which still doesn't make sense! F-D --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
