[imp] IMAP special folders

Arjen de Korte arjen+horde at de-korte.org
Mon Mar 19 12:37:35 UTC 2018


Citeren christian.roeser at saftig.gmbh:

> Hello,
>
> I just installed horde though pear on Debian 9, the IMAP server is  
> running on dovecot. Everything works fine: sending, receiving and  
> ActiveSync. But there is a problem I can't solve on my own. The IMAP  
> server has special folders with subscribe=auto because I'm using  
> IMAP with Outlook 2013. So the sent folder is called "Gesendete  
> Elemente", trash "Gelöschte Elemente" and so on.
>
> Know I wan't to tell webmail to use this folders by standard, but I  
> don't get it. I can change it manually but I want that this is done  
> automatically. Can anybody give me a hint how this can be archived?

Assuming you already have a 'imp/config/backends.local.php' file and  
use the 'advanced' configuration, appending something like the  
following should do the trick (untested):

$servers['advanced']['special_mboxes'][IMP_Mailbox::MBOX_SENT] =  
'Gesendete Elemente';
$servers['advanced']['special_mboxes'][IMP_Mailbox::MBOX_TRASH] =  
'Gelöschte Elemente';

You may want to look in 'imp/config/backends.php' for the exact syntax  
and/or more additional mailboxes to override.

> Thanks,
> Christian





More information about the imp mailing list