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 no...@apache.org on 2002/12/07 01:40:41 UTC

cvs commit: jakarta-james/src/xdocs mailet_api_2_1.xml

noel        2002/12/06 16:40:41

  Modified:    src/xdocs mailet_api_2_1.xml
  Log:
  Clarified that planned revisions to the Mailet API, itself, are intended to be compatible.
  
  Revision  Changes    Path
  1.2       +12 -12    jakarta-james/src/xdocs/mailet_api_2_1.xml
  
  Index: mailet_api_2_1.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/xdocs/mailet_api_2_1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mailet_api_2_1.xml	1 Dec 2002 09:55:00 -0000	1.1
  +++ mailet_api_2_1.xml	7 Dec 2002 00:40:41 -0000	1.2
  @@ -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,11 @@
   <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>The Mailet API is currently in its second revision.  Although, the Mailet API is expected to undergo substantial changes in the near future, it is our aim that existing Mailets that abided purely by the prior Mailet API interfaces will continue to run with the revised specification.</p>
  +<p>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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>