[horde] Auto Creation of Folders - Trash, Spam, Sent, Drafts

Andy Dorman adorman at ironicdesign.com
Mon Sep 9 13:10:33 UTC 2013


On 09/08/2013 11:31 PM, Michael J Rubinsky wrote:
>
> Quoting Brian Spraker <spraker at yahoo.com>:
>
>> In Horde GroupWare 4, there was a way to have Horde automatically
>> create the necessary folders to make for better functionality - the
>> Trash, Spam, Sent, and Drafts folders.
>>
>> Any way that this can also be done in Horde 5?  I've not seen any
>> options for this.
>
> Read imp/docs/UPGRADING.
>
>

For example, we have this in our imp backends.local.php file

   $servers ['advanced']['autocreate_special'] = true;
   $servers ['advanced']['special_mboxes'] = array(
     'IMP_Mailbox::MBOX_DRAFTS' => 'Drafts',
     'IMP_Mailbox::MBOX_SENT'   => 'Sent',
     'IMP_Mailbox::MBOX_SPAM'   => 'Spam',
     'IMP_Mailbox::MBOX_TRASH'  => 'Trash'
   );


-- 
Andy Dorman



More information about the horde mailing list