[imp] Invalid Mailbox Name

Franck GENTEUR franck.genteur@zetamind.com
Tue, 23 Apr 2002 16:52:29 +0200


Bruce,

Well, this does not work for me either... One thing though, I don't have
anything under Server Information in IMP.

Another clue, I tried to create the folder with Outlook and the message
returned is the same : "Invalid Mailbox Name"... I fear this is more a
problem with courier IMAP, don't you think ?

Regards,

Jester

-----Message d'origine-----
De : Bruce Peterson [mailto:bpeterson@nc.rr.com] 
Envoyé : mardi 23 avril 2002 16:29
À : imp@lists.horde.org
Objet : Re: [imp] Invalid Mailbox Name

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