mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
580063bebb
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
7 lines
476 B
Text
7 lines
476 B
Text
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!
|