Date: Sat, 5 Aug 2006 22:21:38 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/libsieve Makefile distinfo pkg-descr pkg-plist Message-ID: <200608052221.k75MLckn060706@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2006-08-05 22:21:38 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/libsieve Makefile distinfo pkg-descr pkg-plist Log: 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> Revision Changes Path 1.786 +1 -0 ports/mail/Makefile 1.1 +26 -0 ports/mail/libsieve/Makefile (new) 1.1 +3 -0 ports/mail/libsieve/distinfo (new) 1.1 +8 -0 ports/mail/libsieve/pkg-descr (new) 1.1 +6 -0 ports/mail/libsieve/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608052221.k75MLckn060706>