[imp] imap_config in IMP 5?

Michael M Slusarz slusarz at horde.org
Fri Apr 22 22:24:01 UTC 2011


Quoting Steven Premeau <premeau at uwp.edu>:

> Does the unsupported imap_config option described at:
> http://wiki.horde.org/ImpImapConfig?referrer=ImpUWIMAPNamespaces  
> <http://wiki.horde.org/ImpImapConfig?referrer=ImpUWIMAPNamespaces>
>
> still exist in some form in IMP5?

Not really.

What exactly are you trying to do?  If you are attempting to limit  
namespaces to just the default, adding this to  
imp/config/backends.local.php should work:

$servers['foo']['capability_ignore'] = array('NAMESPACE');

If you want to individually add namespaces besides the default, add this:

$servers['foo']['namespace'] = array('bar/', ..., ...);

michael

___________________________________
Michael Slusarz [slusarz at horde.org]



More information about the imp mailing list