imapfilter  2.8.1
About: imapfilter filters/deletes unwanted mails from IMAP servers
  Fossies Dox: imapfilter-2.8.1.tar.gz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Loading...
Searching...
No Matches
imapfilter Documentation

Some Fossies usage hints in advance:

  1. To see the Doxygen generated documentation please click on one of the items in the steelblue colored "quick index" bar above or use the side panel at the left which displays a hierarchical tree-like index structure and is adjustable in width.
  2. If you want to search for something by keyword rather than browse for it you can use the client side search facility (using Javascript and DHTML) that provides live searching, i.e. the search results are presented and adapted as you type in the Search input field at the top right.
  3. Doxygen doesn't incorporate all member files but just a definable subset (basically the main project source code files that are written in a supported language). So to search and browse all member files you may visit the Fossies imapfilter-2.8.1.tar.gz contents page and use the Fossies standard member browsing features (also with source code highlighting and additionally with optional code folding).
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.4 or 5.3 or 5.2 or 5.1, https://www.lua.org
  - PCRE2, version 10.00 and later, https://www.pcre.org
  - OpenSSL, version 1.0.2 and later, https://www.openssl.org

  Compile and install the program:

    make -j 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.