On 16.12.2010 15:18, Julien Vehent wrote: > I'll ask them. I'm currently reading the RFC of the NAMESPACE extension. > > However, how do you explain that Thunderbird can access the shared > mailbox just fine (read, write, delete, ...) ?
It is a problem in Roundcube, agreed. We have a few possibilities of fixing this on Roundcube side: 1. We could detect such situation and handle folder names correctly. E.g. when parsing LIST/LSUB response we should check folder prefix if doesn't exists add it to shared namespace (internal) definition. This will not work if personal namespace doesn't use prefix. 2. We could make imap_ns_* options (if defined) to overwrite namespace response from server. 3. We could change folder names handling, so personal namespace prefix will be not removed (could be removed for display only). More work. Probably not backward compatible change. None will be needed when you fix namespace response. You can open a ticket in trac pointing to this thread. -- Aleksander 'A.L.E.C' Machniak LAN Management System Developer [http://lms.org.pl] Roundcube Webmail Developer [http://roundcube.net] --------------------------------------------------- PGP: 19359DC1 @@ GG: 2275252 @@ WWW: http://alec.pl _______________________________________________ List info: http://lists.roundcube.net/users/ BT/8f4f07cd
