sodabrew / libsieve
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Graphs
-
Branch:
master
libsieve /
| name | age | message | |
|---|---|---|---|
| |
AUTHORS | ||
| |
COPYING | Sat Aug 13 16:19:21 -0700 2005 | |
| |
Makefile | Wed Oct 29 15:56:14 -0700 2008 | |
| |
NEWS | ||
| |
README | ||
| |
src/ | Tue Sep 15 14:36:03 -0700 2009 |
README
libSieve: a library for parsing, sorting and filtering your mail ---------------------------------------------------------------- This code is a standalone library providing an interpreter for RFC 3028 Sieve and various extensions. It is based upon code distributed with the Cyrus Mail Server prior to CMU's switch to a more restrictive license. The libSieve API attempts to be easy to use and extensible, and replaces the more rigid API in the Cyrus Sieve implementation. For questions, comments, and bug reports regarding this library, please contact Aaron Stone <aaron@serendipity.cx> directly. There are no mailing lists. The documents listed below coincide with those features currently implemented in libSieve. Both as these documents progress through the standardization process and as libSieve itself matures, additional extensions and later revisions of them will be implemented. References: [SIEVE] Showalter, T., "Sieve: A Mail Filtering Language", RFC 3028, January, 2001. [VACATION] Showalter, T., "Sieve: Vacation Extension", draft-showalter-sieve-vacation-04.txt, August, 2000. [IMAPFLAGS] Melnikov, A., "Sieve -- IMAP flag extension", draft-melnikov-sieve-imapflags-03.txt, July, 2000. [NOTIFY] Martin, T., Segmuller, W., "Sieve -- An extension for providing instant notifications", draft-martin-sieve-notify-01.txt, June, 2001. [REGEX] Murchison, K., "Sieve: Regular Expression Extension", draft-murchison-sieve-regex-04.txt, August, 2001. [SUBADDR] Murchison, K., "Sieve: Subaddress Extension", draft-murchison-sieve-subaddress-03.txt, August, 2001.


