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

Andy Dorman adorman at ironicdesign.com
Mon Sep 9 15:53:42 UTC 2013


On 09/09/2013 08:22 AM, Michael J Rubinsky wrote:
>
> Quoting Andy Dorman <adorman at ironicdesign.com>:
>
>> 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'
>>   );
>
>
> Those are constants (IMP_MAILBOX::*), do not quote them.
>

Thank you.  I missed that.

-- 
Andy Dorman



More information about the horde mailing list