Summary | Cannot see folders and subfolders |
Queue | IMP |
Queue Version | 4.0.4 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | andres_crd (at) yahoo (dot) es |
Created | 05/04/2006 (6975 days ago) |
Due | |
Updated | 05/04/2006 (6975 days ago) |
Assigned | |
Resolved | 05/04/2006 (6975 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
times on the mailing lists.
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Cannot see folders and subfolders
Queue ⇒ IMP
I'm using courier imap. With an e-mail client (mozilla thunderbird),
IMAP works perfectly seeing and creating subfolders.
My servers.php is like this:
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143,
'folders' => 'INBOX.',
'namespace' => '',
'maildomain' => 'mydomain.cl',
'smtphost' => 'localhost',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'dotfiles' => false,
'hierarchies' => array()
);
Thanks.
Andrés Reyes D,.