[Tickets #6951] Can't see INBOX folder

bugs at horde.org bugs at horde.org
Wed Jun 18 15:39:29 UTC 2008


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

Ticket URL: http://bugs.horde.org/ticket/6951
-----------------------------------------------------------------------
  Ticket             | 6951
  Created By         | rsalmon at mbpgroup.com
  Summary            | Can't see INBOX folder
  Queue              | DIMP
  Version            | HEAD
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
-----------------------------------------------------------------------


rsalmon at mbpgroup.com (2008-06-18 11:39) wrote:

cvs update -Pd -D 06/16/2008 : everything works fine.
cvs update -Pd -D 06/17/2008 :
- I can't see/access INBOX folder with the following  
imp/config/server.php file
$servers['imap'] = array(
     'name' => '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',
    )
);

- I can see/access INBOX folder with the following  
imp/config/server.php file but when expanding the folder tree, a  
vertical scoll bar appears on the main window and not the sidebar like  
it use to be.

/* Example configurations: */
$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