Multilogin plugin for SquirrelMail
==================================
Ver 2.1, 03/25/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.

  * $rememberServer, if set to 1, will place a checkbox on 
    the login page that allows the user to tell SquirrelMail
    to remember her last login server.

  * $rememberServerText should contain the text that will 
    be displayed next to the checkbox mentioned above.

  * $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
==========
  2.1 -  Paul Lesneiwski <pdontthink@angrynerds.com>
   * Added ability to offer to remember which IMAP 
     server the user last logged into
   * Fix (hopefully?) for usage with PHP v4.3
   * Updated session_recall patches for SquirrelMail 
     versions 1.2.11 and v1.4(cvs)
   * Minor HTML fix

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

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



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

   *  Ideas?
