squirrelmail/plugins
2003-04-27 17:59:38 +00:00
..
abook_take Masato Higashiyama japanese patch. 2003-03-27 16:47:48 +00:00
administrator Ok, I screwed up. When I put in cram-md5 and digest-md5, I left the alternative as being "plain", which is a misnomer. There really IS a mechanism called "plain", and what we're doing isn't it. So I've renamed our "plain" to "login". 2003-01-04 06:01:26 +00:00
bug_report More global cleanup. Now all SESSION and COOKIE use sqgetglobalvar, what's 2003-03-11 16:57:21 +00:00
calendar Minor fix for people who saw fatal errors trying to overwrite with the rename command. 2003-04-18 09:55:26 +00:00
delete_move_next DMN now remembers the last target mailbox to match up with the rest of SM 2003-03-08 04:41:35 +00:00
filters A few spelling corrections 2003-03-25 04:42:04 +00:00
fortune Translated strings in plugin to gettext. 2003-01-16 21:18:12 +00:00
info cleanup some plugins to make use of sqgetGlobalVar 2003-03-11 15:57:22 +00:00
listcommands cleanup some plugins to make use of sqgetGlobalVar 2003-03-11 15:57:22 +00:00
mail_fetch Typo making '">' and argument, and probably messing up the posting of 2003-04-27 17:59:38 +00:00
message_details Consistant capitalization 2003-03-23 11:38:27 +00:00
newmail 1) Corrected errors with relative paths that prevented sounds from 2003-03-31 04:18:21 +00:00
sent_subfolders cleanup some plugins to make use of sqgetGlobalVar 2003-03-11 15:57:22 +00:00
spamcop Another operator bug... 2003-03-27 04:02:12 +00:00
squirrelspell cleanup some plugins to make use of sqgetGlobalVar 2003-03-11 15:57:22 +00:00
translate disabled translator.go.com. 2003-02-02 10:07:05 +00:00
index.php Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
make_archive.pl * More changes. Sorry. Shoulda made them the first time. 2001-03-23 21:34:48 +00:00
README.plugins * Updated docs to tell the user to read any documentation that came with the 2001-04-29 15:05:02 +00:00

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.