From 06c01d172009eebe253c59673d25bc6f3595b15a Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 22 Jun 2011 01:52:48 -0400
Subject: [PATCH] Trigger keep_alive hook when checking for recent messages, too

---
 INSTALL |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/INSTALL b/INSTALL
index eb83997..14bf27b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,7 +11,7 @@
 
 * The Apache or Lighttpd Webserver
 * .htaccess support allowing overrides for DirectoryIndex
-* PHP Version 5.2 or greater including
+* PHP Version 5.2.1 or greater including
    - PCRE, DOM, JSON, XML, Session, Sockets (required)
    - libiconv (recommended)
    - mbstring, fileinfo, mcrypt (optional)
@@ -19,6 +19,7 @@
    - MDB2 2.5.0 or newer
    - Mail_Mime 1.8.1 or newer
    - Net_SMTP 1.4.2 or newer
+   - Net_IDNA2 0.1.1 or newer
    - Auth_SASL 1.0.3 or newer
 * php.ini options (see .htaccess file):
    - error_reporting E_ALL & ~E_NOTICE (or lower)

--
Gitblit v1.9.1