[imp] unable to create folders with imap
Craig White
craigwhite at azapple.com
Thu May 19 06:09:13 PDT 2005
On Thu, 2005-05-19 at 10:47 +0200, emmanuelbiennier at virtualvercors.net
wrote:
> Ok I found how to create folder !
> I modify /imp/servers.php
> and replace :
>
> 'folders' => 'mail/',
> by
> 'folders' => 'INBOX.',
>
> but I don't have sent mails folder !
> I search again !
----
horde/imp/config/prefs.php
// sent mail folder
$_prefs['sent_mail_folder'] = array(
// 'value' => 'sent-mail',
// For Exchange server uncomment the line below and delete the line
above
'value' => 'Sent Items',
'locked' => false,
'shared' => false,
'type' => 'implicit');
Craig
More information about the imp
mailing list