1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/mail/libsieve/pkg-descr
Beech Rintoul 02dd5b5826 - Update to 2.3.1
PR:		ports/169299
Submitted by:	Alan Hicks <ahicks@p-o.co.uk>
Approved by:	Maintainer Timeout (2+ Weeks)
2012-07-21 06:21:55 +00:00

9 lines
450 B
Plaintext

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. The rest is up to you!
WWW: http://sodabrew.com/libsieve/