Email Footer plugin for SquirrelMail
====================================
Ver 0.4, 09/02/04

Original author: Ray Black III <allah@accessnode.net>
Current Maintainer: Paul Lesneiwski <pdontthink@angrynerds.com>


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

This automatically tacks a message onto the end of messages
that as they're being sent from SquirrelMail. It functions
just like the Hotmail/Yahoo/etc. mail services, with all of
their little 'get your own free hoojamajiggy' messages.

Changing the message is a very simple process. There's a
variable called '$enter_your_message_here' in the configuration
file.  Just change the text of the example there.

If you have the "HTML Mail" plugin installed, you may want
to specify a HTML-formatted version of the footer for users
who send their email in HTML.  This is OPTIONAL (the plain
text footer will be used by default), but if you want to 
send a footer in HTML format, change the contents of the 
'$enter_your_message_here_in_HTML' variable in the 
configuration file.

Finally, you may specify the email footer text on a per-
domain, per-IMAP server, or per-user basis using the vlogin
or multilogin plugins.  If you use vlogin, you must set
$useSessionBased to 1.  The footer must be specified in the
vlogin or multilogin configuration file as "email_footer"
(and/or "email_footer_HTML" for the HTML footer).



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



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

  v0.4  09/02/04  Paul Lesneiwski <pdontthink@angrynerds.com>
   * Looks for footer text set by the vlogin or multilogin
     plugins, if available

  v0.3 
   * Updated to work with HTML_Mail plugin, such that
     a separate footer in HTML may be specified, or
     the same plain text footer can be used, and lines 
     won't get concatenated on top of one another when 
     sending HTML-formatted emails

  v0.2 
   * Updated to work with SquirrelMail 1.4.2
   * Updated for compatibility with new faster plugin design.
   * Updated for SquirrelMail version reporting API.
   * Moved message configuration to separate file that
     will not be overwritten by subsequent plugin upgrades.

  v0.1 
   * Initial release. No known problems, but then again I
     didn't tested it with Konquerer ;)

