Author: sbrewin Date: Mon Feb 16 08:54:22 2004 New Revision: 6693 Modified: james/jsieve/trunk/README Log: Changed file format to Un*x
Modified: james/jsieve/trunk/README ============================================================================== --- james/jsieve/trunk/README (original) +++ james/jsieve/trunk/README Mon Feb 16 08:54:22 2004 @@ -1,32 +1,32 @@ -What is jSieve? ---------------- - -jSieve is a Java implementation of the Sieve mail filtering language defined by -RFC 3028. jSieve is implemented as a langauge processor that can be plugged into any -internet mail application to add Sieve support. - -Getting Started ---------------- - -Until these pages are fleshed out, the best way to understand jSieve is read the -Javadocs and look at the source code. - -- To understand how to invoke jSieve, see org.apache.jsieve.SieveFactory. -- To understand how to implement a MailAdapter for jSieve, see - org.apache.jsieve.mail.MailAdapter. -- To understand how to add a custom extension to jSieve, see - org.apache.jsieve.commands.extensions.Log. -- The jUnit tests in org.apache.jsieve.junit illustrate many aspects - of the implementation. -- To build jSieve, run build.sh or build.bat as appropriate for your environment. - -Comments, Questions and Issues ------------------------------- - -jSieve is a sub-project of Apache James. Please direct your comments and questions to -the relevant James list. - -To report issues, such as bugs, go to -http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10412. -As jSieve comes with a fairly extensive suite of jUnit Tests, it would be most +What is jSieve? +--------------- + +jSieve is a Java implementation of the Sieve mail filtering language defined by +RFC 3028. jSieve is implemented as a langauge processor that can be plugged into any +internet mail application to add Sieve support. + +Getting Started +--------------- + +Until these pages are fleshed out, the best way to understand jSieve is read the +Javadocs and look at the source code. + +- To understand how to invoke jSieve, see org.apache.jsieve.SieveFactory. +- To understand how to implement a MailAdapter for jSieve, see + org.apache.jsieve.mail.MailAdapter. +- To understand how to add a custom extension to jSieve, see + org.apache.jsieve.commands.extensions.Log. +- The jUnit tests in org.apache.jsieve.junit illustrate many aspects + of the implementation. +- To build jSieve, run build.sh or build.bat as appropriate for your environment. + +Comments, Questions and Issues +------------------------------ + +jSieve is a sub-project of Apache James. Please direct your comments and questions to +the relevant James list. + +To report issues, such as bugs, go to +http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10412. +As jSieve comes with a fairly extensive suite of jUnit Tests, it would be most helpful for bug reports to be accompanied by an illustrative jUnit test case. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
