Re: IMAP special folders

Arjen de Korte <[email protected]> Mon, 19 Mar 2018 13:37:35 +0100
Newsgroups gmane.comp.horde.imp
Message-ID <[email protected]>
Citeren [email protected]:

> 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



-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]