README 837 B

1234567891011121314151617181920212223242526272829303132
  1. Demo plugin for SquirrelMail
  2. ============================
  3. Version $Id$
  4. Copyright 1999-2007 The SquirrelMail Project Team
  5. Description
  6. ===========
  7. This plugin provides test/sample code for many of the hook
  8. points in the SquirrelMail core. It is primarily intended
  9. as an aid to plugin authors who can copy the code herein to
  10. ensure correct hook code and thus focus on other more
  11. important plugin functionality. This plugin should not be
  12. enabled in a production environment.
  13. Note that the hook code herein is specific to the version
  14. of SquirrelMail that it is found in and is not necessarily
  15. cross-version compatible. Please consult the demo plugin
  16. in all versions of SquirrelMail that your plugin will target.
  17. License
  18. =======
  19. This plugin is released under the GNU General Public
  20. License (see the file COPYING for details).