6.0.0-alpha12
6/7/25

[#759] sub-folders not shown in side menu
Summary sub-folders not shown in side menu
Queue IMP
Queue Version 4.0-BETA
Type Bug
State Resolved
Priority 2. Medium
Owners
Requester Herde (at) tu-harburg (dot) de
Created 11/04/2004 (7520 days ago)
Due
Updated 11/04/2004 (7520 days ago)
Assigned
Resolved 11/04/2004 (7520 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
11/04/2004 10:12:42 AM Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
According to the comments in bug 758 this has been fixed. This is a 
known issue by the way, see the note in the release notes.
11/04/2004 06:48:58 AM Herde (at) tu-harburg (dot) de Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ sub-folders not shown in side menu
Queue ⇒ IMP
Reply to this comment
Maybe it is due to our special configuration. But in the IMP-Folders

i can see all my folders and subfolders on the cyrus-server. In the

side menue i can only see the first level. No brances are selectable

there.



If i select a folder from the side menu which contains no messages are

shown which is obviously correct. But subfolders are only accessable

from the 'Open Folder' selection list.



On http://janschneider.de/cweb/home/index,channel,25,story,154.html

i can see, that the side menu should be able to show a multilevel

imap-tree. Our server is configured so that you don't need to give

any hirarchie or namespace or folder.



IMP-Server-Configuration is:

$servers['cyrus'] = array(

     'name' => 'Cyrus IMAP Server',

     'server' => 'mail',

     'hordeauth' => true,

     'protocol' => 'imap/ssl',

     'port' => 993,

     'folders' => '',

     'namespace' => '',

     'maildomain' => '',

     'smtphost' => 'mail',

     'realm' => '',

     'preferred' => '',

     'admin' => array(

         'params' => array(

             'login' => 'cyrus',

             'password' => 'cyrus_pass',

             // The 'userhierarchy' parameter defaults to 'user.'

             // If you are using a nonstandard hierarchy for personal

             // mailboxes, you will need to set it here.

             'userhierarchy' => 'user/'

         )

     ),

     'quota' => array(

         'driver' => 'cyrus',

         'params' => array(

             'login' => 'cyrus',

             'password' => 'cyrus_pass',

             // The 'userhierarchy' parameter defaults to 'user.'

             // If you are using a nonstandard hierarchy for personal

             // mailboxes, you will need to set it here.

             'userhierarchy' => 'user/'

         )

     ),

     'acl' => array(

         'driver' => 'rfc2086',

     ),

     'dotfiles' => false,

     'hierarchies' => array());


Saved Queries