[cvs] [Wiki] changed: ImpImapConfig
Jan Schneider
jan at horde.org
Tue Jun 12 12:40:17 UTC 2007
jan Tue, 12 Jun 2007 05:40:17 -0700
Modified page: http://wiki.horde.org/ImpImapConfig
New Revision: 1.16
Change log: Add another example from the ml
@@ -76,7 +76,26 @@
'search_charset' => array(
'UTF-8' => true
)
)
+</code>
+
+Another UW-IMAP example:
+
+<code>
+ 'imap_config' => array(
+ 'children' => false,
+ 'namespace' => array(
+ 'mail/' => array(
+ 'name' => 'mail/',
+ 'delimiter' => '/',
+ 'type' => 'personal',
+ 'hidden' => false,
+ ),
+ ),
+ 'search_charset' => array(
+ 'UTF-8' => true
+ )
+ )
</code>
Obviously, //don't copy this code directly into servers.php and expect it
to work!// This is merely an example. Your IMAP server configuration is
almost certainly different. ##red|**Note:** MIMP does not require the
'search_charset' value.##
More information about the cvs
mailing list