diff options
author | Roberto Metere <roberto{at}metere{dot}it> | 2011-03-04 11:15:22 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-08 12:14:44 -0600 |
commit | 580063bebbecd33e4ecfa8feb124243bfd69ecaf (patch) | |
tree | dad48cb56c83d2befb2be508cb63545d8967b039 /libraries/libsieve/README | |
parent | 7efaaaf1228647a3ac703a4e49a1a3a1578e553c (diff) | |
download | slackbuilds-580063bebbecd33e4ecfa8feb124243bfd69ecaf.tar.gz |
libraries/libsieve: Added (interpreter for Sieve scripts)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libsieve/README')
-rw-r--r-- | libraries/libsieve/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libsieve/README b/libraries/libsieve/README new file mode 100644 index 0000000000..ebb5b0c806 --- /dev/null +++ b/libraries/libsieve/README @@ -0,0 +1,7 @@ +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. The rest is up to you! |