Thijs Kinkhorst 3089cda871 Even more checking whether writing actually succeeds. 20 年之前
..
abook_take a73561b911 Increment year in copyright notice. 20 年之前
administrator e19ad01ea5 Adding macosx and hmailserver options. presets also include mercury, but it 20 年之前
bug_report 8b802f155a Show System Specs link has no place under the Options 20 年之前
calendar 9faf3051c1 Changing squirrelmail/Squirrelmail to SquirrelMail in some strings as well as other minor documentation fixes 20 年之前
change_password a73561b911 Increment year in copyright notice. 20 年之前
filters 5fcc041bd2 Replacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only) 20 年之前
fortune 5fcc041bd2 Replacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only) 20 年之前
info 9faf3051c1 Changing squirrelmail/Squirrelmail to SquirrelMail in some strings as well as other minor documentation fixes 20 年之前
listcommands 5fcc041bd2 Replacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only) 20 年之前
mail_fetch 9faf3051c1 Changing squirrelmail/Squirrelmail to SquirrelMail in some strings as well as other minor documentation fixes 20 年之前
message_details a73561b911 Increment year in copyright notice. 20 年之前
newmail a73561b911 Increment year in copyright notice. 20 年之前
sent_subfolders 9faf3051c1 Changing squirrelmail/Squirrelmail to SquirrelMail in some strings as well as other minor documentation fixes 20 年之前
spamcop a73561b911 Increment year in copyright notice. 20 年之前
squirrelspell 3089cda871 Even more checking whether writing actually succeeds. 20 年之前
translate 5fcc041bd2 Replacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only) 20 年之前
README.plugins f3b243e033 minor changes 22 年之前
index.php a73561b911 Increment year in copyright notice. 20 年之前
make_archive.pl 5fcc041bd2 Replacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only) 20 年之前

README.plugins

Plugins
=======

To understand more about plugins, read doc/plugin.txt

For the impatient, here is an extremely brief overview of how to
install plugins.

1. Change to the plugins directory.

$ cd plugins/

2. Unarchive the plugin.

$ tar -zxvf /home/me/myplugin.tar.gz

3. Note the directory that the plugin was created into. For this
example, we will assume it was put in the directory: myplugin/.

4. Read the README, INSTALL or other documentation in your new plugin.
Follow any important configuration instructions inside (about half
the time there are none, sometimes they are extensive).

$ cd myplugin/
$ more README

5. Go to the config directory and run conf.pl

$ cd ../../config/
$ ./conf.pl

6. Choose option 8 and proceed to add the new plugin following
the instructions there. Save and exit, and your plugin should
be in place.