From c650b678a6cb1cc0250b484e8a28d7487a2986e8 Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 25 Apr 2005 11:10:08 +0000 Subject: [PATCH] information about mail_fetch changes. adding INSTALL chapter about configurable plugins. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9391 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 2 ++ INSTALL | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/ChangeLog b/ChangeLog index 07dddcf6..40f3df6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -334,6 +334,8 @@ Version 1.5.1 -- CVS - Moved delete button to the right in the message list. - Fixed imap capability detection in bug_report plugin. It was broken when IMAP TLS was enabled or imap server mapping was used. + - Added mail_fetch plugin configuration file and moved plugin functions + from setup.php to functions.php file. Version 1.5.0 - 2 February 2004 ------------------------------- diff --git a/INSTALL b/INSTALL index 84d3a794..cf1f6309 100644 --- a/INSTALL +++ b/INSTALL @@ -9,6 +9,7 @@ Table of Contents: 4. (RUN) Running SquirrelMail 5. (CHARSETS) Russian Charsets 6. (LOCALES) Translations of SquirrelMail + 7. (PLUGINS) Installation of included plugins 0. QUICK INSTALL GUIDE @@ -203,3 +204,22 @@ c. Setting up SquirrelMail NOTE No.2: You might need to restart your webserver before using translations. If you can't do that, install your translations _before_ you use SquirrelMail. + +7. PLUGINS +---------- + + SquirrelMail package includes some standard plugins. These plugins can be + enabled in SquirrelMail configuration script. + + Included plugins can use additional configuration files: + * change_password + configuration file is required. Without it plugin defaults to invalid + backend. See plugins/change_password/README + * filters, fortune, mail_fetch, newmail, translate + configuration files are optional. See README files in plugin directories. + * squirrelspell + configuration is stored in plugins/squirrelspell/sqspell_config.php + Default configuration might not work on your server. + * administrator + plugin must be setup correctly in order to detect administrative user. + See plugins/administrator/INSTALL -- 2.25.1