Comments inside...
Am 12.08.2010 15:06, schrieb Francois-Denis Gonthier:
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.
Ok..
* Do you use the low-level api (mailbox module) or the
high-level-api
(store module)
I use apache-james-imap-store.
Ok..
* 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.
So dou you try to implement shared/others namespaces in your storage ?
James IMAP is not able to handle this correctly yet.
See: https://issues.apache.org/jira/browse/IMAP-177
In James IMAP we not set the sharedSpace or otherUserSpace atm. I will
have a deeper lock at it later.
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
We removed the appility to replace the delimiter. You can not change it
to something else then ".".
Bye,
Norman
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]