Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-08-06 15:15:10 +0300
committerAleksander Machniak <alec@alec.pl>2015-08-06 15:15:10 +0300
commita7efdd7c5d606fb91c75132dd1085d685a908b01 (patch)
treeebd68df3bf6d6be581b0015d65816851c5a5b2c5 /INSTALL
parent1b8ca08e5b042035b096c61d094fab0157941f17 (diff)
Make Mail_mime>=1.9.0 a requirement, fix compat. errors
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index a894370aa..0f1e864de 100644
--- a/INSTALL
+++ b/INSTALL
@@ -16,7 +16,7 @@ REQUIREMENTS
- PHP Data Objects (PDO) with driver for either MySQL, PostgreSQL or SQLite (required)
- Libiconv, Zip, Fileinfo (recommended)
* PEAR packages distributed with Roundcube or external:
- - Mail_Mime 1.8.1 or newer
+ - Mail_Mime 1.9.0 or newer
- Net_SMTP (latest from https://github.com/pear/Net_SMTP/)
- Net_IDNA2 0.1.1 or newer
- Auth_SASL 1.0.6 or newer