summaryrefslogtreecommitdiffstats
path: root/libraries/libsieve/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libsieve/README')
-rw-r--r--libraries/libsieve/README7
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!