information about mail_fetch changes.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 25 Apr 2005 11:10:08 +0000 (11:10 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 25 Apr 2005 11:10:08 +0000 (11:10 +0000)
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
INSTALL

index 07dddcf6d04b14eb685711cf12acada54260f31f..40f3df6b2360a2e59f063fe93f763dff286e6ef8 100644 (file)
--- 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 84d3a794157b7499982a80d3478748597aa607db..cf1f63099cd4057f60af73cce44dba595da6a854 100644 (file)
--- 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