summaryrefslogtreecommitdiffstats
path: root/mail/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-08-05 22:21:37 +0000
committeredwin <edwin@FreeBSD.org>2006-08-05 22:21:37 +0000
commitc4cac0ef6583009e80aa273e93016d70f91b8eb0 (patch)
treef921eb720c8a89ccbe78bb8c613ae87020368211 /mail/Makefile
parent7bb40aca74731a3b08da78fe4ba53dbade691c51 (diff)
downloadFreeBSD-ports-c4cac0ef6583009e80aa273e93016d70f91b8eb0.zip
FreeBSD-ports-c4cac0ef6583009e80aa273e93016d70f91b8eb0.tar.gz
New port: mail/libsieve A library to interpret Sieve scripts, and
to execute them over a given set of messages A library for parsing, sorting and filtering your mail. libSieve provides a library to interpret Sieve scripts, and to execute those scripts over a given set of messages. The return codes from the libSieve functions let your program know how to handle the message, and then it's up to you to make it so. libSieve makes no attempt to have knowledge of how SMTP, IMAP, or anything else work; just how to parse and deal with a buffer full of emails. PR: ports/101346 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 31bedba..40389a1 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -161,6 +161,7 @@
SUBDIR += libnewmail
SUBDIR += libpst
SUBDIR += librfc822
+ SUBDIR += libsieve
SUBDIR += libspf
SUBDIR += libspf-alt
SUBDIR += libspf2
OpenPOWER on IntegriCloud