diff --git a/AUTHORS b/AUTHORS index 40ad65295c260d3f4760ad1b99792a308d3595ee..4572174a6218ce5b8391049089e066f60c144d03 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,11 +1,13 @@ Stephan Bosch <stephan@rename-it.nl> This plugin is partly based on the original cmusieve plugin for the Dovecot -secure IMAP server. Both cmusieve plugin and IMAP server are primarily -written by: +secure IMAP server. It is based only on code relating to interfacing the CMU +Sieve implementation to Dovecot, meaning that no CMU code is incorporated in +this implementation. + +Both the cmusieve plugin and the Dovecot IMAP server are primarily written by: Timo Sirainen <tss@iki.fi> -View the AUTHORS files in the Dovecot and Dovecot-Sieve distributions for -other authors of Dovecot or the cmusieve plugin. No CMU code is incorporated -in this implementation. +View the AUTHORS files in the Dovecot and Dovecot-Sieve distributions for other +contributors. diff --git a/NEWS b/NEWS index 12cec6ad7f0ab56d27de662546b0bd3dab9c1224..213abad0f175964c35633947250c6c1689c733f5 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,3 @@ -v0.1.0 +v0.1.0 23-10-2008 Stephan Bosch <stephan@rename-it.nl> + * Initial release diff --git a/README b/README index c48f350336143719aeff7e2f44048887d7c37f04..ac329266e7cf26d3555624a8c69957a7f473b6c5 100644 --- a/README +++ b/README @@ -33,7 +33,7 @@ Features and generally user-comprehensible. Things like 'Generic error' are a nuisance of the past. -* Highly extendable with new sieve capabilities: +* Highly extendable with new Sieve capabilities: This keeps the possibility of plugins in mind. It should eventually provide the necessary infrastructure for at least all currently known (proposed) @@ -180,7 +180,9 @@ Currently undocumented (will be merged with sieve-test). -- -Various example scripts are bundled in the directory 'examples'. +Various example scripts are bundled in the directory 'examples'. These scripts +were downloaded from various locations. View the top comment in the scripts for +url and author information. Known issues ------------ @@ -190,6 +192,8 @@ listed here: - Compile errors are sometimes a bit obscure and long. This needs work. Suggestions for improvement are welcome. +- The documentation needs work. The wiki needs to be updated with the newly + supported extensions and manpages are needed for the commandline tools. Authors -------