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

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.