You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2008/11/19 21:08:45 UTC

svn commit: r719047 - in /james/jsieve/trunk: main/README.txt util/README.txt

Author: rdonkin
Date: Wed Nov 19 12:08:45 2008
New Revision: 719047

URL: http://svn.apache.org/viewvc?rev=719047&view=rev
Log:
Corrected documentation

Modified:
    james/jsieve/trunk/main/README.txt
    james/jsieve/trunk/util/README.txt

Modified: james/jsieve/trunk/main/README.txt
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/main/README.txt?rev=719047&r1=719046&r2=719047&view=diff
==============================================================================
--- james/jsieve/trunk/main/README.txt (original)
+++ james/jsieve/trunk/main/README.txt Wed Nov 19 12:08:45 2008
@@ -5,20 +5,7 @@
 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, read BUILDING.txt
+This contains a mailet which processes mail using Sieve.
 
 Comments, Questions and Issues
 ------------------------------

Modified: james/jsieve/trunk/util/README.txt
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/util/README.txt?rev=719047&r1=719046&r2=719047&view=diff
==============================================================================
--- james/jsieve/trunk/util/README.txt (original)
+++ james/jsieve/trunk/util/README.txt Wed Nov 19 12:08:45 2008
@@ -5,20 +5,7 @@
 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, read BUILDING.txt
+This module contains utilities for Sieve.
 
 Comments, Questions and Issues
 ------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org