==========================================================================
                           WMF - Web Mail Folder
==========================================================================
Converting Emails to HTML and make index files (author, data, subject,
thread). Of course there are other programs making the same, but here are
some points which not all have:
	- correct threading without level limitation
	- quoted-printable text encoding
	- HomePage-Hyperlink (X-URL)
	- faces support
	- breake indexes in different pages to make them smaller
	  (don't break between threads)
	- index time limitation (older mail dissapears from the index)
Of course there are some points which this program currently not has.
Take a look to the ToDo file.


COPYRIGHT
---------
COPYRIGHT (C) 1996 by Norbert Kuemin <norbert.kuemin@lugs.ch>

See the file "COPYRIGHT" for the terms for distribution and warranty
of this program.


OPERATING SYSTEMS
-----------------
The following table shows which version is tested. If you use it on a
System which is not listed or an version which is LESS, please send an
email with all datas I need to add a new line (see below).

OS, WMF, Development-Enviroment                 Reported from
---------------------------------------------   ----------------------
Linux(2.0.23) WMF(0.6) gcc(2.7.2) make(3.74)    norbert.kuemin@lugs.ch
Data General(UX 5.4R3.10) WMF(0.6)              peter@geochange.er.usgs.gov
SGI Indy(IRIX 5.3) gcc(2.7.2) WMF(0.6)          tobi@swl.fh-heilbronn.de

INSTALL
-------
1. Extract the package with tar -zxvf wmf-<version>.tar.gz
2. cd wmf-<version>
3. Edit the Makefile for customize the configuration part
4. make 
5. make install


EXAMPLES
-------

wmf -m /home/foobar/Mail/mbox -d /www/data/mailinglist -l 60 -w 2

Getting all datas from /home/foobar/Mail/mbox and putting the html-file
(including the index files) to /www/data/mailinglist. Mail which are older
then 60 days won't be displayed in the index files. All previous files will
be overwritten.

wmf -m- -p 200 -w 1

Getting all datas from STDIN and putting the html-file (including the index
files) to the current directory. After 200 entries in the index files there
will be a pagebreak. All mails will be append to the previous.


THANKS
------
Special thanks to :
- Roland Alder <roli@galaxy.ch> for beta-testing and ideas.
- All people spending their time for linux. Without you, this software
  wouldn't be here ...
