philippe_mingo 1d996be859 Quotes detection in motd há 23 anos atrás
..
administrator 1d996be859 Quotes detection in motd há 23 anos atrás
bug_report 1217e13d6c Some uniformity into the sec index.php flavor há 23 anos atrás
calendar 1217e13d6c Some uniformity into the sec index.php flavor há 23 anos atrás
delete_move_next 3b876750c7 fix for problem with moving messages from folders that begin with "c", thanks Venge and Derek há 23 anos atrás
filters 204d27f9b7 Added dsbl.org blacklists há 23 anos atrás
info 284d436701 Added IMAP server information plugin called 'info'. See the README for details :) há 23 anos atrás
listcommands 904ef81cfa fix for weird &quot in subject instead of " há 23 anos atrás
mail_fetch c785011588 "Arief S Fitrianto" <arief@gurame.fisika.ui.ac.id> há 23 anos atrás
newmail 838ef941ed allow admin disabling of sound há 23 anos atrás
sent_subfolders 1217e13d6c Some uniformity into the sec index.php flavor há 23 anos atrás
spamcop d306448f08 Fix bug #550605, thanks to Cor Bosman. há 23 anos atrás
squirrelspell 6423057244 Adding error reporting routines, by popular demand. :) há 23 anos atrás
translate 0d89583ba5 & to &amp; and 100% to "100%" again há 23 anos atrás
README.plugins d3e33f6440 * Updated docs to tell the user to read any documentation that came with the há 24 anos atrás
index.php 1e2a9cc5d0 Getting ready for 1.2.0 release. há 23 anos atrás
make_archive.pl 9227a42cd1 * More changes. Sorry. Shoulda made them the first time. há 24 anos atrás

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 or other documentation in your new plugin. Follow
any important configuration instructions inside (usually there are
none).

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.