From 49b8e5d0bb712ccf1a1a52bd794d3d7bb905a493 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Sat, 19 Oct 2013 09:49:49 -0400
Subject: [PATCH] Add plugin hook 'contact_validate' to let plugins validate contact records

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

diff --git a/INSTALL b/INSTALL
index 5b1c21d..834972c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -23,6 +23,8 @@
    - Net_SMTP (latest from https://github.com/pear/Net_SMTP/)
    - Net_IDNA2 0.1.1 or newer
    - Auth_SASL 1.0.6 or newer
+   - Net_Sieve 1.8.2 or newer (for managesieve plugin)
+   - Crypt_GPG 1.2.0 or newer (for enigma plugin)
 * php.ini options (see .htaccess file):
    - error_reporting E_ALL & ~E_NOTICE (or lower)
    - memory_limit > 16MB (increase as suitable to support large attachments)

--
Gitblit v1.9.1