README.plugins 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Plugins
  2. =======
  3. To understand more about plugins, read:
  4. http://squirrelmail.org/docs/admin/admin-7.html#ss7.1
  5. http://squirrelmail.org/docs/devel/devel-4.html
  6. For the impatient, here is an extremely brief overview of how to
  7. install plugins.
  8. 1. Change to the plugins directory.
  9. $ cd plugins/
  10. 2. Unarchive the plugin.
  11. $ tar -zxvf /home/me/myplugin.tar.gz
  12. 3. Note the directory that the plugin was created into. For this
  13. example, we will assume it was put in the directory: myplugin/.
  14. 4. Read the README, INSTALL or other documentation in your new plugin.
  15. Follow any important configuration instructions inside (about half
  16. the time there are none, sometimes they are extensive).
  17. $ cd myplugin/
  18. $ more README
  19. 5. Go to the config directory and run conf.pl
  20. $ cd ../../config/
  21. $ ./conf.pl
  22. 6. Choose option 8 and proceed to add the new plugin following
  23. the instructions there (move the desired plugin from the "Available
  24. Plugins" category to the "Installed Plugins" category by entering
  25. its number). Save and exit, and your plugin should be in place.
  26. The following plugins are "core" plugins; that is, plugins shipped with
  27. the SquirrelMail distribution. Unless you are a developer and know what
  28. you are doing, you should not replace these plugins with other versions.
  29. - abook_take
  30. - administrator
  31. - bug_report
  32. - calendar
  33. - change_password
  34. - filters
  35. - fortune
  36. - info
  37. - listcommands
  38. - mail_fetch
  39. - message_details
  40. - newmail
  41. - plist
  42. - sent_subfolders
  43. - spamcop
  44. - squirrelspell
  45. - translate