Sending a patch so we can agree on this..
A small point but I think mailet is on v2 already.
And we did approve the notion of making changes backwards compatible didn't we?

d.

Index: mailet_api_2_1.xml
===================================================================
RCS file: /home/cvs/jakarta-james/src/xdocs/mailet_api_2_1.xml,v
retrieving revision 1.1
diff -u -r1.1 mailet_api_2_1.xml
--- mailet_api_2_1.xml  1 Dec 2002 09:55:00 -0000       1.1
+++ mailet_api_2_1.xml  6 Dec 2002 11:20:22 -0000
@@ -1,12 +1,12 @@
-<?xml version="1.0"?>
-
-<document>
-
- <properties>
-  <title>James 2.1 - Mailet API</title>
- </properties>
+<?xml version="1.0"?>



-<body>
+<document>

+

+ <properties>

+  <title>James 2.1 - Mailet API</title>

+ </properties>

+

+<body>

 <section name="Mailet API">

 <p>The Mailet API is a simple API used to build mail processing applications.  James 
is a Mailet

 container, allowing administrators to deploy Mailets (both custom and pre-made) to 
carry out a

@@ -22,11 +22,12 @@
 <p>Mailets are responsible for actually processing the message.  They may alter the 
message in any fashion,

 or pass the message to an external API or component.  This can include delivering a 
message to its destination

 repository or SMTP server.</p>

-<p>The Mailet API is currently in its first revision, and is expected to undergo 
substantial changes

-in the near future.  The Javadoc for the Mailet API can be found <a 
href="/mailet/index.html">here</a>.</p>

-<p>James bundles a number of Matchers and Mailets in its distribution.  Descriptions 
of provided matchers

+<p>The Mailet API is currently in its second revision. It is expected to undergo 
+substantial changes

+in the near future, it is our aim that these will be backwards compatible with the 
+current version.

+<br/>The Javadoc for the Mailet API can be found <a 
+href="/mailet/index.html">here</a>.</p>

+<p>James bundles a number of Matchers and Mailets in its distribution.  Descriptions 
+of provided matchers

 can be found <a href="provided_matchers_2_1.html">here</a>, while descriptions of 
provided mailets can be found

 <a href="provided_mailets_2_1.html">here</a>.</p>

 </section>

-</body>
-</document>
+</body>

+</document>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to