[imp] question
Nicolas Foucou
foucou@cdc.u-cergy.fr
Thu, 27 Jun 2002 14:13:45 +0200
En réponse à : Klemen Humerca <klemen@humerca.com>:
> Hello!
>
> Can someone tell me how to switch on Folder manager? I just installed 3.1
> version and I can't see any other folders than inbox...
>
> Thank you!
Do you uses
IMAP or POP3 ?
In the first case you have to verify if your IMAP server need 'namespace'
example :
in imp/config/servers.php you can put :
$servers['test'] = array(
'name' => 'Mailhost test',
'server' => 'ip_adresse or name',
'protocol' => 'imap',
'port' => '143',
'folders' => '',
'namespace' => 'INBOX.',
'maildomain' => 'mail_domain',
'smtphost' => 'smtp_host',
'realm' => 'realm',
'preferred' => ''
);
good luck
Nicolas
> l.p.
> Klemen Humerca
>
> moja stran na internetu:
> my homepage on internet:
>
> //big K/help
> http://www.humerca.com
> //big K/help forum
> http://www.humerca.com/phpBB/
>
> ------------E-mail-------------------------
> klemen@humerca.com
> bigk@email.si
> --------------------------------------------
>
--
Nico
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/