[imp] Invalid Mailbox Name

Bruce Peterson bpeterson@nc.rr.com
Tue, 23 Apr 2002 10:29:14 -0400


Frank,
I have the same problem and still don't have it working, however, someone
gave me the following and said it fixed the same problem for them.  Perhaps
it will help you as well:

---------------------------------------------------------------------------
1) Under IMP options select Server Information and choose "Use IMAP
folder subscription".

2) In your config

$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'localhost',
    'protocol' => 'imap',
    'port' => 143,
    'folders' => 'INBOX.',
    'namespace' => '',
    'maildomain' => 'mydomain.net',
    'smtphost' => 'mail.mydomain.net',
    'realm' => '',
    'preferred' => 'true'
);

change your 'folders' => 'INBOX.', to
'folders' => ' '
-------------------------------------------------------------------------

If you get it fixed.. let me know what exactly you did.
Thanks
Bruce


----- Original Message -----
From: "Franck GENTEUR" <franck.genteur@zetamind.com>
To: <imp@lists.horde.org>
Sent: Tuesday, April 23, 2002 7:11 AM
Subject: [imp] Invalid Mailbox Name


Hi all

I'm currently running IMP 3.0 with Qmail1.03 and Courier-imap 1.4.3.
Everything's ok except when I try to create draft or sent-mail folders.
I have an error message that says : "The folder "sent-mail" was not
created. This is what the server said: Invalid mailbox name

Any clue ?

Jester


--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@lists.horde.org