[Tickets #6972] Re: mailbox listing speed-up (IMAP_Tree rewrite)

bugs at horde.org bugs at horde.org
Fri Jun 27 08:04:46 UTC 2008


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

Ticket URL: http://bugs.horde.org/ticket/6972
------------------------------------------------------------------------------
  Ticket             | 6972
  Updated By         | rsalmon at mbpgroup.com
  Summary            | mailbox listing speed-up (IMAP_Tree rewrite)
  Queue              | IMP
  Version            | 4.2
  Type               | Enhancement
  State              | Feedback
  Priority           | 2. Medium
  Milestone          |
  Patch              | 1
  Owners             | Horde Developers, Michael Slusarz
------------------------------------------------------------------------------


rsalmon at mbpgroup.com (2008-06-27 04:04) wrote:

> With my latest changes, everything seems to be working (at least for me).

Before the patch,we were able to see/use shared folders with the  
'imap_config' option.
now, we don't see shared folders any more with or without the  
imap_config option. We use courier-imap-4.3.0.

$servers['imap'] = array(
     'name' => 'Courier IMAP Server',
     'server' => '127.0.0.1',
     'hordeauth' => true,
     'protocol' => 'imap/notls',
     'port' => 143,
     'maildomain' => 'mbpgroup.com',
     'smtphost' => '127.0.0.1',
     'smtpport' => 25,
     'realm' => '',
     'preferred' => '',
     'quota' => array(
         'driver' => 'imap',
         'params' => array(),
     ),
     'acl' => array(
         'driver' => 'rfc2086',
/*    ),
    'imap_config' => array(
         'children' => true,
         'namespace' => array(
             '' => array(
                 'name' => '',
                 'delimiter' => '.',
                 'type' => 'personal',
                 'hidden' => false
             ),
             '#shared.' => array(
                 'name' => '#shared.',
                 'delimiter' => '.',
                 'type' => 'personal',
                 'hidden' => false
             ),
       ),
         'search_charset' => array(
             'UTF-8' => true
         )
*/    )
);






More information about the bugs mailing list