[imp] Problem with folders

Hammad hammad at brisksolutions.com
Tue Dec 3 21:21:50 2002


I was having the same problem when I setup IMP 4 months ago. My memory is vague
now but I think I fixed it by fixing a folders entry in
horde/imp/config/servers.php files in 'imap' section. By default 'folders' =>
'mail/'. For courier-imap, I believe you need to change it to 'folders' => 'INBOX.'

$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'imap.example.com',
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => 'INBOX.',
    'namespace' => '',
    'maildomain' => 'example.com',
    'smtphost' => 'smtp.example.com',
    'realm' => 'example.com',
    'preferred' => ''
);

-Hammad


Quoting Jason Smith <rougue@401m.net>:

> Hello everyone,
> 
> Im running the latest version of everything needed to get imp up and
> running
> and i did finally get it all working together.  But here this the problem
> im
> having. The only folder showing up is the inbox.  There are other folders
> that should show up like trash can and such like that but non. When i try
> to
> create a folder it says "The folder "testfolder" was not created. This is
> what the server said: Invalid mailbox name "  does anyone know what that
> means? im running courier imap. so anyone that can help me with this it is
> greatly appreciated.
> 
> 
> 
> -- 
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> 




More information about the imp mailing list