From: Michael M Slusarz Date: Fri, 13 Feb 2009 07:34:32 +0000 (-0700) Subject: active status caching X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8dfafa0aec3c55322b29e5cd1acf1602cf62e149;p=horde.git active status caching --- diff --git a/imp/lib/IMAP.php b/imp/lib/IMAP.php index 382bef5e2..b99a0f687 100644 --- a/imp/lib/IMAP.php +++ b/imp/lib/IMAP.php @@ -171,6 +171,7 @@ class IMP_IMAP 'password' => $password, 'port' => isset($server['port']) ? $server['port'] : null, 'secure' => isset($server['secure']) ? $server['secure'] : false, + 'statuscache' => true, 'timeout' => !empty($server['timeout']) ? $server['timeout'] : 10, 'username' => $username, );