2011-03-06 06:58:58 -05:00
|
|
|
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
|
|
|
|
|
2012-02-05 07:29:43 -05:00
|
|
|
Compile time requirements are Lua (version 5.2 or 5.1), the PCRE library, and
|
2012-02-19 06:36:44 -05:00
|
|
|
the OpenSSL library.
|
2011-03-06 06:58:58 -05:00
|
|
|
|
|
|
|
Compile and install the program:
|
|
|
|
|
2011-04-04 17:19:35 -04:00
|
|
|
make all
|
2011-03-06 06:58:58 -05:00
|
|
|
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.
|
|
|
|
|
2011-03-06 07:32:33 -05:00
|
|
|
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.
|
2011-03-06 06:58:58 -05:00
|
|
|
|
|
|
|
|
|
|
|
License
|
|
|
|
|
|
|
|
Released under the terms and conditions of the MIT/X11 license, included in
|
|
|
|
the LICENSE file.
|
|
|
|
|
|
|
|
|
|
|
|
Authors
|
|
|
|
|
|
|
|
See AUTHORS file.
|