summaryrefslogtreecommitdiffstats
path: root/network/imapfilter/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/imapfilter/README')
-rw-r--r--network/imapfilter/README15
1 files changed, 9 insertions, 6 deletions
diff --git a/network/imapfilter/README b/network/imapfilter/README
index 48011a5f0c..2f588db01b 100644
--- a/network/imapfilter/README
+++ b/network/imapfilter/README
@@ -1,8 +1,11 @@
IMAPFilter (a mail filtering utility)
-IMAPFilter 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 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. <https://github.com/lefcha/imapfilter>