* + setComparator()
* + RFC 4551 (CONDSTORE) related functions
*
- * @author Michael Slusarz <slusarz@horde.org>
- * @category Horde
- * @package Horde_Imap_Client
+ * @author Michael Slusarz <slusarz@horde.org>
+ * @category Horde
+ * @package Horde_Imap_Client
*/
/** Configuration **/
/** End Configuration **/
require_once 'Horde/Autoloader.php';
+$currdir = dirname(__FILE__);
/* Check for Horde_Cache::. */
if (@include_once 'Horde/Cache.php') {
exit("Need password. Exiting.\n");
}
+$imap_utils = new Horde_Imap_Client_Utils();
if (!empty($argv[3])) {
$params = array_merge($params, $imap_utils->parseImapUrl($argv[3]));
}
// Add an ID field to send to server (ID extension)
$params['id'] = array('name' => 'Horde_Imap_Client test program');
-$imap_utils = new Horde_Imap_Client_Utils();
$imap_client = Horde_Imap_Client::getInstance($driver, $params);
if ($driver == 'Cclient_Pop3') {
$test_mbox = $test_mbox_utf8 = 'INBOX';