XUL Webmail, a web based mailclient

Copyright (C) 2004-2005 Wouter van Wijk (vanwijk ad mediavilla dod nl)
Copyright (C) 2004-05 Achim J. Latz (xwm a@t latz.org)
--------------------------------------------------------------------------
This software is licenced under the GPL. Please read COPYING for information on the software availability and distribution.

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

1/ Copy the archive to your webserver and unpack it. 
2/ Modify settings.php to suit your needs, e.g.:
		$smtphost='localhost';
		$sentmailfolder = "INBOX.Sent";
		$upload_dir = "upload/";
3/ Create the upload dir (inside the XWM folder you created in step 1) with 777 permissions in order to avoid permission issues with moving/creating files
4/ Required for attachments: Set <signed.applets.codebase_principal_support> to true (in 'about:config')
5/ Have fun!
