IMAPFilter Version 1.2.2
========================

Requirements
------------
* An ISO/ANSI C compiler and a POSIX C library.
* The Lua programming language (http://www.lua.org) version 5.0 or 5.1.
* The OpenSSL library (http://www.openssl.org), if SSL/TLS connection
  encryption or CRAM-MD5 user authentication will be built in.


Configuration
-------------
You can change compilation/installation options and/or toggle program's
features using the supplied "configure" Bourne shell script.  Type...

	./configure -h

... to see available options, their description and their default values.


Installation
------------
Compile and install the program by typing:

	make
	make install

To uninstall type:

	make uninstall


Usage
-----
See the imapfilter(1) and imapfilter_config(5) manual pages, the
sample.config.lua example configuration file and the sample.extend.lua
extension examples file.


Website
-------
http://imapfilter.hellug.gr


Author
------
Lefteris Chatzibarbas <lefcha@hellug.gr>


License
-------
See LICENSE file.
