Go to file
Lefteris Chatzimparmpas e907fe5fdf Make OpenSSL a mandatory requirement
There is no point in having SSL/TLS IMAP support as optional, it's as
useful if not more than the the non-encrypted connections.

The Makefile was better organized to make it easier to change some
options during compile.

The SHAREDIR variable passed as configuration option has changed name.
2012-02-19 12:36:44 +01:00
doc Port to Lua 5.2. 2012-02-05 13:29:43 +01:00
samples Correct reference to a deprecated function. 2012-02-15 19:44:46 +01:00
src Make OpenSSL a mandatory requirement 2012-02-19 12:36:44 +01:00
AUTHORS Initial commit. 2011-03-06 12:58:58 +01:00
LICENSE Update copyright year to include 2012. 2012-01-19 01:37:26 +01:00
Makefile Make OpenSSL a mandatory requirement 2012-02-19 12:36:44 +01:00
NEWS Prepare release v2.4.2. 2012-01-19 20:24:29 +01:00
README Make OpenSSL a mandatory requirement 2012-02-19 12:36:44 +01:00

README

				   IMAPFilter

Description

  IMAPFilter is a mail filtering utility. It connects to remote mail servers
  using the Internet Message Access Protocol (IMAP), sends searching queries to
  the server and processes mailboxes based on the results. It can be used to
  delete, copy, move, flag, etc. messages residing in mailboxes at the same or
  different mail servers. The 4rev1 and 4 versions of the IMAP protocol are
  supported.

  IMAPFilter uses the Lua programming language as a configuration and extension
  language.


Website

  http://github.com/lefcha/imapfilter


Changes

  All the changes in each new release up to the latest are in the NEWS file.


Installation

  Compile time requirements are Lua (version 5.2 or 5.1), the PCRE library, and
  the OpenSSL library.

  Compile and install the program:

    make all
    make install


Documentation

  There is detailed description of the command line options in the
  imapfilter(1) manual page, and of the configuration file format in the
  imapfilter_config(5) manual page.
  
  There are also more configuration examples in the samples/config.lua file,
  and some examples of extensions through Lua in the samples/extend.lua file.


License

  Released under the terms and conditions of the MIT/X11 license, included in
  the LICENSE file.


Authors

  See AUTHORS file.