tokul 2b3eadfaba duplicate function. fix use first. compare functions later. 20 vuotta sitten
..
abook_take add02474b9 phpDoc fixes 20 vuotta sitten
administrator 7b9a3ccb89 time zone configuration options. 20 vuotta sitten
bug_report 79f8189f0b using squirrelmail api in order to be able to use plugin with imaps and 20 vuotta sitten
calendar 75c4e716a2 XSS fixes 20 vuotta sitten
change_password bb0c1809ff added urls of poppass servers and minimal required pear db version for peardb backend 20 vuotta sitten
filters 00a8433399 Fix serveral cross site scripting bugs found by Martijn Brinkers and 20 vuotta sitten
fortune 035d18e061 Revise plugin documentation. Mainly, this removes remains of documentation 20 vuotta sitten
info 9f54612227 using squirrelmail api for error message 20 vuotta sitten
listcommands 45cf307ed7 php 5.1b2 - can't use function call inside array_shift() function. 20 vuotta sitten
mail_fetch 7452fd586b moved functions from setup.php 20 vuotta sitten
message_details 2531f52955 Trimming whitespace and replacing tabs 20 vuotta sitten
newmail 75c4e716a2 XSS fixes 20 vuotta sitten
sent_subfolders add02474b9 phpDoc fixes 20 vuotta sitten
spamcop 2b3eadfaba duplicate function. fix use first. compare functions later. 20 vuotta sitten
squirrelspell 75c4e716a2 XSS fixes 20 vuotta sitten
translate 9a33fbccf7 example works when path is set in phpdoc config 20 vuotta sitten
README.plugins f3b243e033 minor changes 22 vuotta sitten
index.php a73561b911 Increment year in copyright notice. 20 vuotta sitten
make_archive.pl 5fcc041bd2 Replacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only) 20 vuotta sitten

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.