[imp] How to configure IMP to see folders of Courier-IMAP?
Metee Khanongnuch
may@yipintsoi.com
Wed, 23 Jan 2002 17:46:48 +0700
This is hint:
$default->folders = '';
$default->user_use_folders = true;
$default->personal_folders = 'INBOX.'; /* INBOX<dot> */
----- Original Message -----
From: "Stephane Bortzmeyer" <bortzmeyer@netaktiv.com>
To: <courier-users@lists.sourceforge.net>; <imp@lists.horde.org>
Sent: Wednesday, January 23, 2002 5:30 PM
Subject: [imp] How to configure IMP to see folders of Courier-IMAP?
> My IMAP server is Courier 1.4.0. My Webmail is IMP 2.2.6. Users only
> see the INBOX folder and they never see the other folders which mutt,
> for instance, can display.
>
> I noticed this in the IMP FAQ:
>
> http://www.horde.org/faq/admin/trouble/index.php#t25
> "In IMP, users can't use any folders besides INBOX."
>
> It tells to change the $default->folders but what should I put for
> Courier? I tried "Maildir/" and "INBOX/" without improvment.
>