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 |
State ⇒ Resolved
bug 758this has been fixed. This is aknown issue by the way, see the note in the release notes.
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ sub-folders not shown in side menu
Queue ⇒ IMP
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());