Templates plugin for SquirrelMail
=================================
Ver 1.2, 2005/10/15

Authors: Ryan Rubley <ryan@morpheussoftware.net>
         Paul Lesneiwski <paul@openguild.net>



Description
===========

This plugin lets you define a series of frequently-used (or not!) message
text templates that you can quickly add to your emails while composing a
message.  

Templates are defined by going to Options --> Templates, where there are also
several options for configuring exactly how template text is to be added to
the compse window.
 
A dropdown and button will appear on the compose page if any templates are
defined.  All template text is loaded with the compose page and the text is 
added to the compose window by JavaScript, thus users of this plugin must
have JavaScript-capable browsers.  

Note to administrators who store SquirrelMail preferences in a database 
backend: template text is stored in files in the SquirrelMail data directory
no matter what your preferences setting is, so please make sure your 
SquirrelMail data directory is correctly set up.



Help Requests 
============= 

Help requests are welcome at my personal email address, but I
request that you first post to the SquirrelMail Plugins mailing
list, where you'll get faster help from more people and other
people with the same problem will be able to see how your issue
was resolved.  If you don't get good answers that way, you may
try emailing me directly. 

Info about the SquirrelMail Plugins mailing list can be found
on the SquirrelMail web site.  It is currently located at: 

http://lists.sourceforge.net/mailman/listinfo/squirrelmail-plugins
squirrelmail-plugins@lists.sourceforge.net



Future Work
=========== 

   *  Code cleanup!
   *  Add PHP Doc comments, et al.



Change Log
==========

  1.2 - 2005/10/15 - Paul Lesneiwski <paul@openguild.net>
   * Fixed typos and JavaScript errors
   * Added pot file

  1.1 - 2005/03/16 - Paul Lesneiwski <paul@openguild.net>
   * Added compatibility with HTML_Mail plugin
   * Fixed internationalization

  1.0 - 2003/06/23 - Ryan Rubley <ryan@morpheussoftware.net>
   * Initial release

