[Tickets #7041] Shared folder courier-imap

bugs at horde.org bugs at horde.org
Mon Jul 7 14:08:30 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/7041
------------------------------------------------------------------------------
  Ticket             | 7041
  Created By         | rsalmon at mbpgroup.com
  Summary            | Shared folder courier-imap
  Queue              | IMP
  Version            | HEAD
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              | 1
  Owners             |
+New Attachment     | tree.diff
------------------------------------------------------------------------------


rsalmon at mbpgroup.com (2008-07-07 10:08) wrote:

We use courier-imap 4.3.0.

Since the new IMP_Tree lib, we can't see/use shared folders. From what  
I understood, function _getList is the function that does check  
folders on the server. it seams that _getList doesn't list folders for  
every namespace.

I've attached a patch that do work here. We can use shared folders perfectly.

here is the value of this->namespace :
     [_namespaces] => Array
         (
             [INBOX.] => Array
                 (
                     [name] => INBOX.
                     [delimiter] => .
                     [type] => personal
                     [hidden] =>
                 )

             [#shared.] => Array
                 (
                     [name] => #shared.
                     [delimiter] => .
                     [type] => shared
                     [hidden] =>
                 )

             [shared.] => Array
                 (
                     [name] => shared.
                     [delimiter] => .
                     [type] => shared
                     [hidden] =>
                 )

         )



Ronan.







More information about the bugs mailing list