* 'filteravail' - (boolean) Can we apply filters manually?
* 'imap' - (array) Config for various IMAP resources (acl, admin,
* namespace, quota, thread)
- * 'imap_ob' - (string) The serialized Horde_Imap_Client object.
* 'maildomain' - (string) See config/servers.php.
* 'notepadavail' - (boolean) Is listing of notepads available?
+ * 'ob' - (string) The serialized Horde_Imap_Client object.
* 'protocol' - (string) Either 'imap' or 'pop'.
* 'rteavail' - (boolean) Is the HTML editor available?
* 'search' - (array) Settings used by the IMP_Search library.
<?php
/**
- * The IMP_Imap:: class provides common functions for interaction with the
- * IMAP/POP3 server via the Horde_Imap_Client:: library.
+ * The IMP_Imap:: class provides common functions for interaction with
+ * IMAP/POP3 servers via the Horde_Imap_Client:: library.
*
* Copyright 2008-2009 The Horde Project (http://www.horde.org/)
*
}
/**
- * Loads the server configuration from servers.php.
+ * Loads the IMP server configuration from servers.php.
*
* @param string $server Returns this labeled entry only.
*
}
/**
- * Loads the Horde_Imap_Client object from serialized session data and
- * loads the object into the global $imp_imap variable.
+ * Loads the Horde_Imap_Client object from serialized session data.
*
* @return boolean True on success, false on error.
*/