AeroMail

----------
 Overview
----------

AeroMail is a web-based e-mail client written in PHP. AeroMail uses an
IMAP server to read and store messages in one or more user-defined
folders. Features include HTTP authentication for login (no cookies) and
folder manipulation.

-------------- Requirements --------------

Apache, PHP (has to be running as a module), the IMAP functions must be
compiled into PHP, an IMAP server.  Information about Apache, PHP, and
compiling IMAP support into PHP can be found at one of the following
URL's

    http://www.apache.org/
    http://www.php.net/

-------------- Installation --------------

Unpack the AeroMail package (.gz or .zip file) into a directory within
your web server.  Modify the config.inc file to suit the needs of your
individual server, and simply access index.php from a web browser.  The
username and password pair are your IMAP username and password.

To enable support for sendmail to specify the e-mail address when
sending, enable genericstable support in sendmail, and set FORCE_FROM to
0.  This will let sendmail specify the user and domain as specified in
the genericstable file.  This is useful if you are hosting mail for more
than one domain from the same system and want your user's full name to
appear in the From: line of e-mails being sent.

----------------- Common Problems -----------------

Q:  I'm getting the error:
    "Fatal error: Call to unsupported or undefined function imap_open() in
    global.inc on line xx"

A:  You haven't compiled IMAP support into PHP.  See
    http://www.php.net/imap


---------
 Credits
---------
Version 2.0
    Dion Nicolaas <dion@nicolaas.net>

Version 1.x
    Mark Cushman <mark@cushman.net> with help from:

    Thorsten Huber <thorsten@huber3000.de>
    Justin R. Miller <justin@openup.com>
