Multilogin plugin for SquirrelMail
==================================
Ver 2.0, 03/03/03

Original authors: Benoit Bourdin <bennyben@fleming.u-psud.fr>
                  Paul Lesneiwski <pdontthink@angrynerds.com>


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

This plugin displays a pull-down select box with IMAP
server choices on the login page.  The user will be
logged in using the IMAP server that is chosen.



Configuration - (set by editing config.php)
===========================================

  * $IMAPServerSelectionText should contain the text that 
    will be displayed next to the IMAP server selection 
    pull-down box on the login page.

  * $IMAPSelections is a listing of IMAP servers you offer 
    and their corresponding server settings to be used when 
    a user logs in using the IMAP pull-down selection menu.  
    Each server is identified by any (user-friendly) label 
    that you deem appropriate (it need not have any technical
    information in it since it is just for display).  The
    servers each have any number of settings associated with
    them; most any setting available in SquirrelMail's 
    config/config.php is allowable such as "org_name", 
    "smtpServerAddress", etc., however, the two you will
    want to make sure are included are "imapServerAddress"
    and "imapPort".



Change Log
==========
  1.0 -  Benoit Bourdin <bennyben@fleming.u-psud.fr> and 
         Paul Lesneiwski <pdontthink@angrynersd.com>
   * Initial release

  2.0 -  Paul Lesneiwski <pdontthink@angrynersd.com>
   * Now works with SquirrelMail version 1.4.0 (cvs)
   * New setup.php format for better overall SquirralMail
     performance



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

   *  Ideas?
