Summary | INBOX tree, folders presented under inbox |
Queue | IMP |
Queue Version | 4.1.4 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | rtresidd (at) electromag (dot) com (dot) au |
Created | 09/17/2007 (6472 days ago) |
Due | |
Updated | 09/18/2007 (6471 days ago) |
Assigned | |
Resolved | 09/18/2007 (6471 days ago) |
Milestone | |
Patch | No |
I found the problem. Seems that the qmail toaster installation
has a bug in it that doesn't load the imad config file into the ENV
when executing courier imap in SSL mode. This resulted in a bad
CAPABILITY set. I have resolved this issue by changing the run script
to include this config file and also modified the way that the TLS
CAPABILITY set is created.
Please Mark this Bug as resolved, NOT A BUG
Thanks
Richard
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ INBOX tree, folders presented under inbox
Queue ⇒ IMP
I'm Using Courier IMAP as IMAP server, Namespace is INBOX.
I've set the the IMAP source in servers.php to:
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'hordeauth' => false,
'protocol' => 'imap/ssl/novalidate-cert',
'port' => 993,
'folders' => 'INBOX.', Tried with and without this
variable, no difference
'maildomain' => '',
'smtphost' => 'localhost',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
);
Although this all works the tree view in imp is showing all new
folders as subfolders to INBOX, this is different from a previous
version I had and doesn't seem to conform with the usual way of
presenting the folders.
Used to be
-|-INBOX
|-Sent
|-Drafts
etc
Now is
-|-INBOX-|
|-Sent
|-Drafts
etc
if that makes sense.
I would really like to get these folders back on to the same tree level
I know the namespace etc is supposed to be set up automatically now??
However this doesn't seem to get reflected in the list.
Also given the namespace is automatically detected etc, might it be
good to prepend this to the sent, draaft, trash folder names etc when
a new user is created? or is there a way of doing this in the config
files somewhere??
Thanks
Richard