Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sodabrew/libsieve
Implementation of the Sieve mail filtering language.
https://github.com/sodabrew/libsieve
Last synced: about 1 month ago
JSON representation
Implementation of the Sieve mail filtering language.
- Host: GitHub
- URL: https://github.com/sodabrew/libsieve
- Owner: sodabrew
- License: other
- Created: 2009-09-15T22:03:38.000Z (about 15 years ago)
- Default Branch: libsieve-2.3
- Last Pushed: 2012-05-31T09:20:41.000Z (over 12 years ago)
- Last Synced: 2024-07-31T22:57:00.999Z (3 months ago)
- Language: C
- Homepage: http://sodabrew.github.com/libsieve/
- Size: 1.07 MB
- Stars: 14
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
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 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.