You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-dev@james.apache.org by rd...@apache.org on 2009/08/03 14:19:07 UTC

svn commit: r800330 [4/22] - in /james/site/trunk/www/mailet: ./ api/ api/apidocs/ api/apidocs/org/apache/mailet/ api/apidocs/org/apache/mailet/class-use/ api/stylesheets/ api/testapidocs/ api/testapidocs/org/apache/mailet/ api/testapidocs/org/apache/m...

Modified: james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MailAddress.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MailAddress.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MailAddress.html (original)
+++ james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MailAddress.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:02 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:26 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.mailet.MailAddress (Apache Mailet API 2.5-SNAPSHOT API)
@@ -99,7 +99,7 @@
 <TD><CODE><B>MailetContext.</B><B><A HREF="../../../../org/apache/mailet/MailetContext.html#getPostmaster()">getPostmaster</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the postmaster's address for this mailet context.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the Postmaster address for this mailet context.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -107,7 +107,8 @@
 <TD><CODE><B>Mail.</B><B><A HREF="../../../../org/apache/mailet/Mail.html#getSender()">getSender</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The sender of the message, as specified by the MAIL FROM header, or internally defined</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the sender of the message, as specified by the SMTP "MAIL FROM" command,
+ or internally defined.</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -125,8 +126,7 @@
        <A HREF="../../../../org/apache/mailet/MailAddress.html" title="class in org.apache.mailet">MailAddress</A>&nbsp;bouncer)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bounces the email message using the provided email address as the
- sender of the bounce.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bounces the message using a standard format with the given message.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -134,36 +134,36 @@
 <TD><CODE><B>MailetContext.</B><B><A HREF="../../../../org/apache/mailet/MailetContext.html#isLocalEmail(org.apache.mailet.MailAddress)">isLocalEmail</A></B>(<A HREF="../../../../org/apache/mailet/MailAddress.html" title="class in org.apache.mailet">MailAddress</A>&nbsp;mailAddress)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks if a user account is exists in the mail context.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks if an address is local, i.e.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B>MailetContext.</B><B><A HREF="../../../../org/apache/mailet/MailetContext.html#sendMail(org.apache.mailet.MailAddress, java.util.Collection, javax.mail.internet.MimeMessage)">sendMail</A></B>(<A HREF="../../../../org/apache/mailet/MailAddress.html" title="class in org.apache.mailet">MailAddress</A>&nbsp;sender,
          java.util.Collection&nbsp;recipients,
-         javax.mail.internet.MimeMessage&nbsp;msg)</CODE>
+         javax.mail.internet.MimeMessage&nbsp;message)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Send an outgoing message to the top of this mailet container's root queue.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an outgoing message to the top of this mailet container's root queue.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B>MailetContext.</B><B><A HREF="../../../../org/apache/mailet/MailetContext.html#sendMail(org.apache.mailet.MailAddress, java.util.Collection, javax.mail.internet.MimeMessage, java.lang.String)">sendMail</A></B>(<A HREF="../../../../org/apache/mailet/MailAddress.html" title="class in org.apache.mailet">MailAddress</A>&nbsp;sender,
          java.util.Collection&nbsp;recipients,
-         javax.mail.internet.MimeMessage&nbsp;msg,
+         javax.mail.internet.MimeMessage&nbsp;message,
          java.lang.String&nbsp;state)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Send an outgoing message to the top of this mailet container queue for the
- appropriate processor that is specified.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sends an outgoing message to the top of this mailet container's queue for the
+ specified processor.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B>MailetContext.</B><B><A HREF="../../../../org/apache/mailet/MailetContext.html#storeMail(org.apache.mailet.MailAddress, org.apache.mailet.MailAddress, javax.mail.internet.MimeMessage)">storeMail</A></B>(<A HREF="../../../../org/apache/mailet/MailAddress.html" title="class in org.apache.mailet">MailAddress</A>&nbsp;sender,
           <A HREF="../../../../org/apache/mailet/MailAddress.html" title="class in org.apache.mailet">MailAddress</A>&nbsp;recipient,
-          javax.mail.internet.MimeMessage&nbsp;msg)</CODE>
+          javax.mail.internet.MimeMessage&nbsp;message)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>- use sparingly.  Service will be replaced with

Modified: james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/Mailet.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/Mailet.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/Mailet.html (original)
+++ james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/Mailet.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:02 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:26 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Interface org.apache.mailet.Mailet (Apache Mailet API 2.5-SNAPSHOT API)

Modified: james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MailetConfig.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MailetConfig.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MailetConfig.html (original)
+++ james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MailetConfig.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:02 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:26 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Interface org.apache.mailet.MailetConfig (Apache Mailet API 2.5-SNAPSHOT API)
@@ -99,8 +99,9 @@
 <TD><CODE><B>Mailet.</B><B><A HREF="../../../../org/apache/mailet/Mailet.html#getMailetConfig()">getMailetConfig</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a MailetConfig object, which contains initialization and
- startup parameters for this mailet.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a MailetConfig object, which provides initialization parameters
+ and a <A HREF="../../../../org/apache/mailet/MailetContext.html" title="interface in org.apache.mailet"><CODE>MailetContext</CODE></A> through which it can interact with the
+ mailet container.</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -116,8 +117,7 @@
 <TD><CODE><B>Mailet.</B><B><A HREF="../../../../org/apache/mailet/Mailet.html#init(org.apache.mailet.MailetConfig)">init</A></B>(<A HREF="../../../../org/apache/mailet/MailetConfig.html" title="interface in org.apache.mailet">MailetConfig</A>&nbsp;config)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called by the mailet container to indicate to a mailet that the
- mailet is being placed into service.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Initializes this Mailet.</TD>
 </TR>
 </TABLE>
 &nbsp;

Modified: james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MailetContext.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MailetContext.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MailetContext.html (original)
+++ james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MailetContext.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:02 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:26 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Interface org.apache.mailet.MailetContext (Apache Mailet API 2.5-SNAPSHOT API)

Modified: james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MailetException.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MailetException.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MailetException.html (original)
+++ james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MailetException.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:02 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:26 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.mailet.MailetException (Apache Mailet API 2.5-SNAPSHOT API)

Modified: james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/Matcher.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/Matcher.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/Matcher.html (original)
+++ james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/Matcher.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:02 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:26 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Interface org.apache.mailet.Matcher (Apache Mailet API 2.5-SNAPSHOT API)

Modified: james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MatcherConfig.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MatcherConfig.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MatcherConfig.html (original)
+++ james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/class-use/MatcherConfig.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:02 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:26 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Interface org.apache.mailet.MatcherConfig (Apache Mailet API 2.5-SNAPSHOT API)
@@ -99,8 +99,9 @@
 <TD><CODE><B>Matcher.</B><B><A HREF="../../../../org/apache/mailet/Matcher.html#getMatcherConfig()">getMatcherConfig</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a MatcherConfig object, which contains initialization and
- startup parameters for this matcher.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a MatcherConfig object, which provides initialization parameters
+ and a <A HREF="../../../../org/apache/mailet/MailetContext.html" title="interface in org.apache.mailet"><CODE>MailetContext</CODE></A> through which it can interact with the
+ mailet container.</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -116,8 +117,7 @@
 <TD><CODE><B>Matcher.</B><B><A HREF="../../../../org/apache/mailet/Matcher.html#init(org.apache.mailet.MatcherConfig)">init</A></B>(<A HREF="../../../../org/apache/mailet/MatcherConfig.html" title="interface in org.apache.mailet">MatcherConfig</A>&nbsp;config)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called by the mailet container to indicate to a matcher that the
- matcher is being placed into service.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Initializes this Matcher.</TD>
 </TR>
 </TABLE>
 &nbsp;

Modified: james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/package-frame.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/package-frame.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/package-frame.html (original)
+++ james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/package-frame.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:02 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:26 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 org.apache.mailet (Apache Mailet API 2.5-SNAPSHOT API)

Modified: james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/package-summary.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/package-summary.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/package-summary.html (original)
+++ james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/package-summary.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:02 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:26 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 org.apache.mailet (Apache Mailet API 2.5-SNAPSHOT API)
@@ -79,7 +79,7 @@
 <H2>
 Package org.apache.mailet
 </H2>
-The classes that constitute the Mailet API.
+This package constitutes the Mailet API.
 <P>
 <B>See:</B>
 <BR>
@@ -93,34 +93,31 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../org/apache/mailet/Mail.html" title="interface in org.apache.mailet">Mail</A></B></TD>
-<TD>Wrap a MimeMessage with routing information (from SMTP) such
- as SMTP specified recipients, sender, and ip address and hostname
- of sending server.</TD>
+<TD>Wraps a MimeMessage with additional routing and processing information.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../org/apache/mailet/Mailet.html" title="interface in org.apache.mailet">Mailet</A></B></TD>
-<TD>Draft of a Mailet inteface.</TD>
+<TD>A Mailet processes mail messages.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../org/apache/mailet/MailetConfig.html" title="interface in org.apache.mailet">MailetConfig</A></B></TD>
-<TD>A mailet configuration object used by a mailet container to pass information
- to a mailet during initialization.</TD>
+<TD>A mailet configuration object used by the mailet container to pass
+ information to a mailet during initialization.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../org/apache/mailet/MailetContext.html" title="interface in org.apache.mailet">MailetContext</A></B></TD>
-<TD>Defines a set of methods that a mailet or matcher uses to communicate
- with its mailet container, for example, to send a new message, to
- deliver a message locally, or write to a log file.</TD>
+<TD>Defines a set of methods that can be used to interact with the mailet
+ container.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../org/apache/mailet/Matcher.html" title="interface in org.apache.mailet">Matcher</A></B></TD>
-<TD>This interface define the behaviour of the message "routing" inside
+<TD>This interface defines the behaviour of the message "routing" inside
  the mailet container.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../org/apache/mailet/MatcherConfig.html" title="interface in org.apache.mailet">MatcherConfig</A></B></TD>
-<TD>A matcher configuration object used by a mailet container used to pass information
- to a matcher during initialization.</TD>
+<TD>A matcher configuration object used by the mailet container to pass
+ information to a matcher during initialization.</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -134,8 +131,8 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../org/apache/mailet/HostAddress.html" title="class in org.apache.mailet">HostAddress</A></B></TD>
-<TD>A specialized subclass of javax.mail.URLName, which provides location
- information for servers.</TD>
+<TD>A specialized subclass of javax.mail.URLName, which provides
+ the name of a URL as well as its corresponding host name.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../org/apache/mailet/MailAddress.html" title="class in org.apache.mailet">MailAddress</A></B></TD>
@@ -164,7 +161,8 @@
 </H2>
 
 <P>
-<p>The classes that constitute the Mailet API.</p>
+<p>This package constitutes the Mailet API.</p>
+<p>To understand the API, start by reviewing the Matcher and Mailet interfaces.</p>
 <P>
 
 <P>

Modified: james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/package-tree.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/package-tree.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/package-tree.html (original)
+++ james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/package-tree.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:02 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:26 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 org.apache.mailet Class Hierarchy (Apache Mailet API 2.5-SNAPSHOT API)

Modified: james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/package-use.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/package-use.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/package-use.html (original)
+++ james/site/trunk/www/mailet/api/apidocs/org/apache/mailet/package-use.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:02 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:26 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Package org.apache.mailet (Apache Mailet API 2.5-SNAPSHOT API)
@@ -89,9 +89,7 @@
 <TD><B><A HREF="../../../org/apache/mailet/class-use/Mail.html#org.apache.mailet"><B>Mail</B></A></B>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wrap a MimeMessage with routing information (from SMTP) such
- as SMTP specified recipients, sender, and ip address and hostname
- of sending server.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wraps a MimeMessage with additional routing and processing information.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><B><A HREF="../../../org/apache/mailet/class-use/MailAddress.html#org.apache.mailet"><B>MailAddress</B></A></B>
@@ -103,23 +101,22 @@
 <TD><B><A HREF="../../../org/apache/mailet/class-use/MailetConfig.html#org.apache.mailet"><B>MailetConfig</B></A></B>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A mailet configuration object used by a mailet container to pass information
- to a mailet during initialization.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A mailet configuration object used by the mailet container to pass
+ information to a mailet during initialization.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><B><A HREF="../../../org/apache/mailet/class-use/MailetContext.html#org.apache.mailet"><B>MailetContext</B></A></B>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines a set of methods that a mailet or matcher uses to communicate
- with its mailet container, for example, to send a new message, to
- deliver a message locally, or write to a log file.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines a set of methods that can be used to interact with the mailet
+ container.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><B><A HREF="../../../org/apache/mailet/class-use/MatcherConfig.html#org.apache.mailet"><B>MatcherConfig</B></A></B>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A matcher configuration object used by a mailet container used to pass information
- to a matcher during initialization.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A matcher configuration object used by the mailet container to pass
+ information to a matcher during initialization.</TD>
 </TR>
 </TABLE>
 &nbsp;

Modified: james/site/trunk/www/mailet/api/apidocs/overview-tree.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/apidocs/overview-tree.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/apidocs/overview-tree.html (original)
+++ james/site/trunk/www/mailet/api/apidocs/overview-tree.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:02 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:26 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Class Hierarchy (Apache Mailet API 2.5-SNAPSHOT API)

Modified: james/site/trunk/www/mailet/api/apidocs/serialized-form.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/apidocs/serialized-form.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/apidocs/serialized-form.html (original)
+++ james/site/trunk/www/mailet/api/apidocs/serialized-form.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:02 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:26 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Serialized Form (Apache Mailet API 2.5-SNAPSHOT API)
@@ -79,6 +79,73 @@
 <H1>
 Serialized Form</H1>
 </CENTER>
+<HR SIZE="4" NOSHADE>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="center"><FONT SIZE="+2">
+<B>Package</B> <B>org.apache.mailet</B></FONT></TH>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="org.apache.mailet.MailAddress"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Class <A HREF="org/apache/mailet/MailAddress.html" title="class in org.apache.mailet">org.apache.mailet.MailAddress</A> extends java.lang.Object implements Serializable</B></FONT></TH>
+</TR>
+</TABLE>
+
+<P>
+<B>serialVersionUID:&nbsp;</B>2779163542539434916L
+
+<P>
+<A NAME="serializedForm"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Serialized Fields</B></FONT></TH>
+</TR>
+</TABLE>
+
+<H3>
+localPart</H3>
+<PRE>
+java.lang.String <B>localPart</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+<H3>
+domain</H3>
+<PRE>
+java.lang.String <B>domain</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+<H3>
+pos</H3>
+<PRE>
+int <B>pos</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+
+<P>
+<A NAME="org.apache.mailet.MailetException"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Class <A HREF="org/apache/mailet/MailetException.html" title="class in org.apache.mailet">org.apache.mailet.MailetException</A> extends javax.mail.MessagingException implements Serializable</B></FONT></TH>
+</TR>
+</TABLE>
+
+<P>
 
 <P>
 <HR>

Modified: james/site/trunk/www/mailet/api/dependencies.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/dependencies.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/dependencies.html (original)
+++ james/site/trunk/www/mailet/api/dependencies.html Mon Aug  3 12:18:51 2009
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/28/2009
+        Last Published: 08/03/2009
                       </div>
             <div class="xright">      <a href="../../index.html">JAMES Project</a>
           |
@@ -262,7 +262,7 @@
         }
       }
 </script>
-<div class="section"><h3>Dependency Tree</h3><ul><li>org.apache.james:apache-mailet:jar:2.5-SNAPSHOT <img id="_436219563" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_887714511', '_436219563' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_887714511" style="display:none"><table class="bodyTable"><tr class="a"><th>Apache Mailet API</th></tr><tr class="b"><td><p><b>Description: </b>The Apache Mailet API is a flexible specification for mail processing agents.</p><p><b>URL: </b><a href="http://james.apache.org/mailet/api/">http://james.apache.org/mailet/api/</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, Version 2.0</a></p></td></tr></table></div><ul><li>javax.mail:mail:jar:1.4.1 (compile) <img id="_1223077525" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_265299869', '_1223077525' );" style="cursor: pointer;vertica
 l-align:text-bottom;"></img><div id="_265299869" style="display:none"><table class="bodyTable"><tr class="a"><th>JavaMail API</th></tr><tr class="b"><td><p><b>Description: </b>The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.</p><p><b>URL: </b><a href="https://glassfish.dev.java.net/javaee5/mail/">https://glassfish.dev.java.net/javaee5/mail/</a></p><p><b>Project License: </b><a href="https://glassfish.dev.java.net/public/CDDLv1.0.html">Common Development and Distribution License (CDDL) v1.0</a></p></td></tr></table></div><ul><li>javax.activation:activation:jar:1.1 (compile) <img id="_941961090" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_2083709553', '_941961090' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_2083709553" style="display:none"><table class="bodyTable"><tr class="a"><th>JavaBeans Activation Framework (JAF)</th></tr><tr c
 lass="b"><td><p><b>Description: </b>JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).</p><p><b>URL: </b><a href="http://java.sun.com/products/javabeans/jaf/index.jsp">http://java.sun.com/products/javabeans/jaf/index.jsp</a></p><p><b>Project License: </b><a href="https://glassfish.dev.java.net/public/CDDLv1.0.html">Common Development and Distribution License (CDDL) v1.0</a></p></td></tr></table></div></li></ul></li><li>junit:junit:jar:3.8.1 (test) <img id="_1839697073" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1399309187', '_1839697073' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1399309187" style="display:none"><table class="bodyTable"><tr 
 class="a"><th>JUnit</th></tr><tr class="b"><td><p><b>Description: </b>JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.</p><p><b>URL: </b><a href="http://junit.org">http://junit.org</a></p><p><b>Project License: </b><a href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></p></td></tr></table></div></li></ul></li></ul></div></div><div class="section"><h2>Licenses</h2><p><b>Common Development and Distribution License (CDDL) v1.0: </b>JavaBeans Activation Framework (JAF), JavaMail API</p><p><b>Common Public License Version 1.0: </b>JUnit</p><p><b>Apache License, Version 2.0: </b>Apache Mailet API</p></div><div class="section"><h2>Dependency File Details</h2><table class="bodyTable"><tbody><tr class="a"><th align="left">Filename</th><th align="right">Size</th><th align="right">Entries</th><th align="right">Classes</th><th align="right">Packages</th><th
  align="center">JDK Rev</th><th align="center">Debug</th></tr><tr class="b"><td align="left">activation-1.1.jar</td><td align="right">61.51 kB</td><td align="right">50</td><td align="right">38</td><td align="right">3</td><td align="center">1.4</td><td align="center">debug</td></tr><tr class="a"><td align="left">mail-1.4.1.jar</td><td align="right">437.18 kB</td><td align="right">303</td><td align="right">279</td><td align="right">13</td><td align="center">1.4</td><td align="center">debug</td></tr><tr class="b"><td align="left">junit-3.8.1.jar</td><td align="right">118.23 kB</td><td align="right">119</td><td align="right">100</td><td align="right">6</td><td align="center">1.1</td><td align="center">debug</td></tr><tr class="a"><th align="left">Total</th><th align="right">Size</th><th align="right">Entries</th><th align="right">Classes</th><th align="right">Packages</th><th align="center">JDK Rev</th><th align="center">Debug</th></tr><tr class="b"><td align="right">3</td><td a
 lign="right">616.92 kB</td><td align="right">472</td><td align="right">417</td><td align="right">22</td><td align="center">1.4</td><td align="right">3</td></tr><tr class="a"><td align="right">compile: 2</td><td align="right">compile: 498.69 kB</td><td align="right">compile: 353</td><td align="right">compile: 317</td><td align="right">compile: 16</td><td align="center">-</td><td align="right">compile: 2</td></tr><tr class="b"><td align="right">test: 1</td><td align="right">test: 118.23 kB</td><td align="right">test: 119</td><td align="right">test: 100</td><td align="right">test: 6</td><td align="center">-</td><td align="right">test: 1</td></tr></tbody></table></div><div class="section"><h2>Dependency Repository Locations</h2><table class="bodyTable"><tbody><tr class="a"><th align="left">Repo ID</th><th align="left">URL</th><th align="center">Release</th><th align="center">Snapshot</th></tr><tr class="b"><td align="left">mailet-stage-repository</td><td align="left"><a href="fi
 le:///opt/development/workspace/mailet-site/api/stage">file:///opt/development/workspace/mailet-site/api/stage</a></td><td align="center">Yes</td><td align="center">Yes</td></tr><tr class="a"><td align="left">central</td><td align="left"><a href="http://repo1.maven.org/maven2">http://repo1.maven.org/maven2</a></td><td align="center">Yes</td><td align="center">-</td></tr><tr class="b"><td align="left">apache.snapshots</td><td align="left"><a href="http://people.apache.org/repo/m2-snapshot-repository">http://people.apache.org/repo/m2-snapshot-repository</a></td><td align="center">-</td><td align="center">Yes</td></tr><tr class="a"><td align="left">apache.releases</td><td align="left"><a href="http://people.apache.org/repo/m2-ibiblio-rsync-repository">http://people.apache.org/repo/m2-ibiblio-rsync-repository</a></td><td align="center">Yes</td><td align="center">-</td></tr></tbody></table><p>Repository locations for each of the Dependencies.</p><table class="bodyTable"><tbody><t
 r class="b"><th align="left">Artifact</th><th align="center">mailet-stage-repository</th><th align="center">central</th><th align="center">apache.snapshots</th><th align="center">apache.releases</th></tr><tr class="a"><td align="left">javax.activation:activation:jar:1.1</td><td align="center">-</td><td align="center"><a href="http://repo1.maven.org/maven2/javax/activation/activation/1.1/activation-1.1.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td><td align="center">-</td><td align="center">-</td></tr><tr class="b"><td align="left">javax.mail:mail:jar:1.4.1</td><td align="center"><a href="file:///opt/development/workspace/mailet-site/api/stage/javax.mail/jars/mail-1.4.1.jar"><img alt="Found at file:///opt/development/workspace/mailet-site/api/stage" src="images/icon_success_sml.gif" /></a></td><td align="center"><a href="http://repo1.maven.org/maven2/javax/mail/mail/1.4.1/mail-1.4.1.jar"><img alt="Found at http://repo1.mav
 en.org/maven2" src="images/icon_success_sml.gif" /></a></td><td align="center">-</td><td align="center">-</td></tr><tr class="a"><td align="left">junit:junit:jar:3.8.1</td><td align="center"><a href="file:///opt/development/workspace/mailet-site/api/stage/junit/jars/junit-3.8.1.jar"><img alt="Found at file:///opt/development/workspace/mailet-site/api/stage" src="images/icon_success_sml.gif" /></a></td><td align="center"><a href="http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td><td align="center">-</td><td align="center">-</td></tr><tr class="b"><th align="left">Total</th><th align="center">mailet-stage-repository</th><th align="center">central</th><th align="center">apache.snapshots</th><th align="center">apache.releases</th></tr><tr class="a"><td align="left">3 (compile: 2, test: 1)</td><td align="center">2</td><td align="center">3</td><td align="center">0</td><td 
 align="center">0</td></tr></tbody></table></div>
+<div class="section"><h3>Dependency Tree</h3><ul><li>org.apache.james:apache-mailet:jar:2.5-SNAPSHOT <img id="_1172543999" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1803057077', '_1172543999' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_1803057077" style="display:none"><table class="bodyTable"><tr class="a"><th>Apache Mailet API</th></tr><tr class="b"><td><p><b>Description: </b>The Apache Mailet API is a flexible specification for mail processing agents.</p><p><b>URL: </b><a href="http://james.apache.org/mailet/api/">http://james.apache.org/mailet/api/</a></p><p><b>Project License: </b><a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, Version 2.0</a></p></td></tr></table></div><ul><li>javax.mail:mail:jar:1.4.1 (compile) <img id="_1878790342" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_1966593784', '_1878790342' );" style="cursor: pointer;ve
 rtical-align:text-bottom;"></img><div id="_1966593784" style="display:none"><table class="bodyTable"><tr class="a"><th>JavaMail API</th></tr><tr class="b"><td><p><b>Description: </b>The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.</p><p><b>URL: </b><a href="https://glassfish.dev.java.net/javaee5/mail/">https://glassfish.dev.java.net/javaee5/mail/</a></p><p><b>Project License: </b><a href="https://glassfish.dev.java.net/public/CDDLv1.0.html">Common Development and Distribution License (CDDL) v1.0</a></p></td></tr></table></div><ul><li>javax.activation:activation:jar:1.1 (compile) <img id="_79575068" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_841489059', '_79575068' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_841489059" style="display:none"><table class="bodyTable"><tr class="a"><th>JavaBeans Activation Framework (JAF)</th></tr><tr
  class="b"><td><p><b>Description: </b>JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).</p><p><b>URL: </b><a href="http://java.sun.com/products/javabeans/jaf/index.jsp">http://java.sun.com/products/javabeans/jaf/index.jsp</a></p><p><b>Project License: </b><a href="https://glassfish.dev.java.net/public/CDDLv1.0.html">Common Development and Distribution License (CDDL) v1.0</a></p></td></tr></table></div></li></ul></li><li>junit:junit:jar:3.8.1 (test) <img id="_1994724887" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_237191548', '_1994724887' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_237191548" style="display:none"><table class="bodyTable"><tr 
 class="a"><th>JUnit</th></tr><tr class="b"><td><p><b>Description: </b>JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.</p><p><b>URL: </b><a href="http://junit.org">http://junit.org</a></p><p><b>Project License: </b><a href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></p></td></tr></table></div></li></ul></li></ul></div></div><div class="section"><h2>Licenses</h2><p><b>Common Development and Distribution License (CDDL) v1.0: </b>JavaBeans Activation Framework (JAF), JavaMail API</p><p><b>Common Public License Version 1.0: </b>JUnit</p><p><b>Apache License, Version 2.0: </b>Apache Mailet API</p></div><div class="section"><h2>Dependency File Details</h2><table class="bodyTable"><tbody><tr class="a"><th align="left">Filename</th><th align="right">Size</th><th align="right">Entries</th><th align="right">Classes</th><th align="right">Packages</th><th
  align="center">JDK Rev</th><th align="center">Debug</th></tr><tr class="b"><td align="left">activation-1.1.jar</td><td align="right">61.51 kB</td><td align="right">50</td><td align="right">38</td><td align="right">3</td><td align="center">1.4</td><td align="center">debug</td></tr><tr class="a"><td align="left">mail-1.4.1.jar</td><td align="right">437.18 kB</td><td align="right">303</td><td align="right">279</td><td align="right">13</td><td align="center">1.4</td><td align="center">debug</td></tr><tr class="b"><td align="left">junit-3.8.1.jar</td><td align="right">118.23 kB</td><td align="right">119</td><td align="right">100</td><td align="right">6</td><td align="center">1.1</td><td align="center">debug</td></tr><tr class="a"><th align="left">Total</th><th align="right">Size</th><th align="right">Entries</th><th align="right">Classes</th><th align="right">Packages</th><th align="center">JDK Rev</th><th align="center">Debug</th></tr><tr class="b"><td align="right">3</td><td a
 lign="right">616.92 kB</td><td align="right">472</td><td align="right">417</td><td align="right">22</td><td align="center">1.4</td><td align="right">3</td></tr><tr class="a"><td align="right">compile: 2</td><td align="right">compile: 498.69 kB</td><td align="right">compile: 353</td><td align="right">compile: 317</td><td align="right">compile: 16</td><td align="center">-</td><td align="right">compile: 2</td></tr><tr class="b"><td align="right">test: 1</td><td align="right">test: 118.23 kB</td><td align="right">test: 119</td><td align="right">test: 100</td><td align="right">test: 6</td><td align="center">-</td><td align="right">test: 1</td></tr></tbody></table></div><div class="section"><h2>Dependency Repository Locations</h2><table class="bodyTable"><tbody><tr class="a"><th align="left">Repo ID</th><th align="left">URL</th><th align="center">Release</th><th align="center">Snapshot</th></tr><tr class="b"><td align="left">mailet-stage-repository</td><td align="left"><a href="fi
 le:///opt/development/workspace/mailet-site/api/stage">file:///opt/development/workspace/mailet-site/api/stage</a></td><td align="center">Yes</td><td align="center">Yes</td></tr><tr class="a"><td align="left">central</td><td align="left"><a href="http://repo1.maven.org/maven2">http://repo1.maven.org/maven2</a></td><td align="center">Yes</td><td align="center">-</td></tr><tr class="b"><td align="left">apache.snapshots</td><td align="left"><a href="http://people.apache.org/repo/m2-snapshot-repository">http://people.apache.org/repo/m2-snapshot-repository</a></td><td align="center">-</td><td align="center">Yes</td></tr><tr class="a"><td align="left">apache.incubating</td><td align="left"><a href="http://people.apache.org/repo/m2-incubating-repository">http://people.apache.org/repo/m2-incubating-repository</a></td><td align="center">Yes</td><td align="center">Yes</td></tr><tr class="b"><td align="left">apache.releases</td><td align="left"><a href="http://people.apache.org/repo/m2
 -ibiblio-rsync-repository">http://people.apache.org/repo/m2-ibiblio-rsync-repository</a></td><td align="center">Yes</td><td align="center">-</td></tr></tbody></table><p>Repository locations for each of the Dependencies.</p><table class="bodyTable"><tbody><tr class="a"><th align="left">Artifact</th><th align="center">mailet-stage-repository</th><th align="center">central</th><th align="center">apache.snapshots</th><th align="center">apache.incubating</th><th align="center">apache.releases</th></tr><tr class="b"><td align="left">javax.activation:activation:jar:1.1</td><td align="center">-</td><td align="center"><a href="http://repo1.maven.org/maven2/javax/activation/activation/1.1/activation-1.1.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td><td align="center">-</td><td align="center">-</td><td align="center">-</td></tr><tr class="a"><td align="left">javax.mail:mail:jar:1.4.1</td><td align="center"><a href="file:///opt/devel
 opment/workspace/mailet-site/api/stage/javax.mail/jars/mail-1.4.1.jar"><img alt="Found at file:///opt/development/workspace/mailet-site/api/stage" src="images/icon_success_sml.gif" /></a></td><td align="center"><a href="http://repo1.maven.org/maven2/javax/mail/mail/1.4.1/mail-1.4.1.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td><td align="center">-</td><td align="center">-</td><td align="center">-</td></tr><tr class="b"><td align="left">junit:junit:jar:3.8.1</td><td align="center"><a href="file:///opt/development/workspace/mailet-site/api/stage/junit/jars/junit-3.8.1.jar"><img alt="Found at file:///opt/development/workspace/mailet-site/api/stage" src="images/icon_success_sml.gif" /></a></td><td align="center"><a href="http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td><td align="center">-</td><td align="center">-</t
 d><td align="center">-</td></tr><tr class="a"><th align="left">Total</th><th align="center">mailet-stage-repository</th><th align="center">central</th><th align="center">apache.snapshots</th><th align="center">apache.incubating</th><th align="center">apache.releases</th></tr><tr class="b"><td align="left">3 (compile: 2, test: 1)</td><td align="center">2</td><td align="center">3</td><td align="center">0</td><td align="center">0</td><td align="center">0</td></tr></tbody></table></div>
       </div>
     </div>
     <div class="clear">

Modified: james/site/trunk/www/mailet/api/dependency-convergence.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/dependency-convergence.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/dependency-convergence.html (original)
+++ james/site/trunk/www/mailet/api/dependency-convergence.html Mon Aug  3 12:18:51 2009
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/28/2009
+        Last Published: 08/03/2009
                       </div>
             <div class="xright">      <a href="../../index.html">JAMES Project</a>
           |

Modified: james/site/trunk/www/mailet/api/doap_apache-mailet.rdf
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/doap_apache-mailet.rdf?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/doap_apache-mailet.rdf (original)
+++ james/site/trunk/www/mailet/api/doap_apache-mailet.rdf Mon Aug  3 12:18:51 2009
@@ -6,7 +6,7 @@
 <!--                                                                        -->
 <!-- Any modifications will be overwritten.                                 -->
 <!--                                                                        -->
-<!-- Generated by Maven Doap Plugin on 5/28/09 11:11 AM                     -->
+<!-- Generated by Maven Doap Plugin on 8/3/09 1:36 PM                       -->
 <!-- See: http://maven.apache.org/plugins/maven-doap-plugin/                -->
 <!--                                                                        -->
 <!-- ====================================================================== -->

Modified: james/site/trunk/www/mailet/api/index.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/index.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/index.html (original)
+++ james/site/trunk/www/mailet/api/index.html Mon Aug  3 12:18:51 2009
@@ -48,7 +48,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/24/2009
+        Last Published: 08/03/2009
                       </div>
             <div class="xright">      <a href="../../index.html">JAMES Project</a>
           |

Modified: james/site/trunk/www/mailet/api/integration.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/integration.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/integration.html (original)
+++ james/site/trunk/www/mailet/api/integration.html Mon Aug  3 12:18:51 2009
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/28/2009
+        Last Published: 08/03/2009
                       </div>
             <div class="xright">      <a href="../../index.html">JAMES Project</a>
           |

Modified: james/site/trunk/www/mailet/api/issue-tracking.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/issue-tracking.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/issue-tracking.html (original)
+++ james/site/trunk/www/mailet/api/issue-tracking.html Mon Aug  3 12:18:51 2009
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/28/2009
+        Last Published: 08/03/2009
                       </div>
             <div class="xright">      <a href="../../index.html">JAMES Project</a>
           |

Modified: james/site/trunk/www/mailet/api/license.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/license.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/license.html (original)
+++ james/site/trunk/www/mailet/api/license.html Mon Aug  3 12:18:51 2009
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/28/2009
+        Last Published: 08/03/2009
                       </div>
             <div class="xright">      <a href="../../index.html">JAMES Project</a>
           |
@@ -246,40 +246,40 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section"><h2>Overview</h2><p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div><div class="section"><h2>Project License</h2><div class="section"><h3>Apache License, Version 2.0</h3><a href="http://www.apache.org/licenses/LICENSE-2.0.html">[Original text]</a><p>Copy of the license follows.</p>
-    <div class="navigation">
-        <ul>
-            <li><a href="http://www.apache.org/licenses/../" title="Foundation Home">Home</a></li>
-            <li><a href="http://www.apache.org/licenses/../foundation" title="About the Foundation">Foundation</a></li>
-            <li><a href="http://projects.apache.org" title="Apache Projects">Projects</a></li>
-            <li><a href="http://people.apache.org" title="Apache People">People</a></li>
-            <li><a href="http://www.apache.org/licenses/../foundation/getinvolved.html" title="Get involved in Apache">Get Involved</a></li>
-            <li><a href="http://www.apache.org/licenses/../foundation/sponsorship.html" title="Support the mission of Apache">Support Apache</a></li>           
-            <li class="dlink"><a href="http://www.apache.org/licenses/../dyn/closer.cgi" title="Download Apache projects">Download</a></li>
-            <li><a href="https://blogs.apache.org/foundation/" title="Foundation Blog">ASF Blog</a></li>
-        </ul>
-    </div>
-    <div class="container">
-    <hr class="space col"/>
-    <div class="block">
-        <div class="column span-24">
+ 	<div class="navigation">
+		<ul>
+			<li><a href="http://www.apache.org/licenses/../" title="Foundation Home">Home</a></li>
+			<li><a href="http://www.apache.org/licenses/../foundation" title="About the Foundation">Foundation</a></li>
+			<li><a href="http://projects.apache.org" title="Apache Projects">Projects</a></li>
+			<li><a href="http://people.apache.org" title="Apache People">People</a></li>
+			<li><a href="http://www.apache.org/licenses/../foundation/getinvolved.html" title="Get involved in Apache">Get Involved</a></li>
+			<li><a href="http://www.apache.org/licenses/../foundation/sponsorship.html" title="Support the mission of Apache">Support Apache</a></li>			
+			<li class="dlink"><a href="http://www.apache.org/licenses/../dyn/closer.cgi" title="Download Apache projects">Download</a></li>
+			<li><a href="https://blogs.apache.org/foundation/" title="Foundation Blog">ASF Blog</a></li>
+		</ul>
+	</div>
+	<div class="container">
+	<hr class="space col"/>
+	<div class="block">
+		<div class="column span-24">
       <div id="header">
                           <!-- Add 'default' header section here. -->
                                 <h1>Apache License, Version 2.0</h1>
                          </div>
       </div>
-    </div>
-    <hr/>
-    <div class="block">
-            <div class="column span-8 prepend-16 search searchsub">
-                <form action="http://www.google.com/search" method="get">
-                 <input value="*.apache.org" name="sitesearch" type="hidden"/>
-                 <input size="10" name="q" id="query" type="text"/>
-                 <input name="Search" value="Go" type="submit"/>
-           </form>
-        </div>
-    </div>
-    <div class="block content">
-        <div class="column span-15 colborder">
+	</div>
+	<hr/>
+	<div class="block">
+    		<div class="column span-8 prepend-16 search searchsub">
+    			<form action="http://www.google.com/search" method="get">
+		         <input value="*.apache.org" name="sitesearch" type="hidden"/>
+		         <input size="10" name="q" id="query" type="text"/>
+		         <input name="Search" value="Go" type="submit"/>
+	       </form>
+		</div>
+	</div>
+	<div class="block content">
+		<div class="column span-15 colborder">
                             
 <div class="section-content">
 <p align="center">
@@ -604,6 +604,7 @@
           <li><a href="http://www.apache.org/foundation/records/">Public Records</a></li> 
           <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> 
           <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> 
+          <li><a href="http://www.apache.org/foundation/buy_stuff.html">Buy Stuff</a></li> 
           <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> 
           <li><a href="http://www.apache.org/foundation/contact.html">Contact</a></li> 
       </ul>
@@ -657,7 +658,8 @@
     </div>
     <div class="column span-24 footer">
       <hr/>
-        <p>Copyright &#169; 2009 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+        <p>Copyright &#169; 2009 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+        Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </div>
     </div>
   </div>

Modified: james/site/trunk/www/mailet/api/mail-lists.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/mail-lists.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/mail-lists.html (original)
+++ james/site/trunk/www/mailet/api/mail-lists.html Mon Aug  3 12:18:51 2009
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/28/2009
+        Last Published: 08/03/2009
                       </div>
             <div class="xright">      <a href="../../index.html">JAMES Project</a>
           |

Modified: james/site/trunk/www/mailet/api/plugin-management.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/plugin-management.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/plugin-management.html (original)
+++ james/site/trunk/www/mailet/api/plugin-management.html Mon Aug  3 12:18:51 2009
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/28/2009
+        Last Published: 08/03/2009
                       </div>
             <div class="xright">      <a href="../../index.html">JAMES Project</a>
           |

Modified: james/site/trunk/www/mailet/api/plugins.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/plugins.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/plugins.html (original)
+++ james/site/trunk/www/mailet/api/plugins.html Mon Aug  3 12:18:51 2009
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/28/2009
+        Last Published: 08/03/2009
                       </div>
             <div class="xright">      <a href="../../index.html">JAMES Project</a>
           |

Modified: james/site/trunk/www/mailet/api/project-info.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/project-info.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/project-info.html (original)
+++ james/site/trunk/www/mailet/api/project-info.html Mon Aug  3 12:18:51 2009
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/28/2009
+        Last Published: 08/03/2009
                       </div>
             <div class="xright">      <a href="../../index.html">JAMES Project</a>
           |

Modified: james/site/trunk/www/mailet/api/project-reports.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/project-reports.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/project-reports.html (original)
+++ james/site/trunk/www/mailet/api/project-reports.html Mon Aug  3 12:18:51 2009
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/28/2009
+        Last Published: 08/03/2009
                       </div>
             <div class="xright">      <a href="../../index.html">JAMES Project</a>
           |

Modified: james/site/trunk/www/mailet/api/project-summary.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/project-summary.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/project-summary.html (original)
+++ james/site/trunk/www/mailet/api/project-summary.html Mon Aug  3 12:18:51 2009
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/28/2009
+        Last Published: 08/03/2009
                       </div>
             <div class="xright">      <a href="../../index.html">JAMES Project</a>
           |

Modified: james/site/trunk/www/mailet/api/rat-report.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/rat-report.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/rat-report.html (original)
+++ james/site/trunk/www/mailet/api/rat-report.html Mon Aug  3 12:18:51 2009
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/28/2009
+        Last Published: 08/03/2009
                       </div>
             <div class="xright">      <a href="../../index.html">JAMES Project</a>
           |
@@ -236,7 +236,7 @@
 Notes: 4
 Binaries: 4
 Archives: 5
-Standards: 22
+Standards: 23
 
 Apache Licensed: 20
 Generated Documents: 0
@@ -244,7 +244,7 @@
 JavaDocs are generated and so license header is optional
 Generated files do not required license headers
 
-2 Unknown Licenses
+3 Unknown Licenses
 
 *******************************
 
@@ -288,6 +288,7 @@
   AL    /opt/development/workspace/mailet-site/api/src/main/java/org/apache/mailet/package.html
   AL    /opt/development/workspace/mailet-site/api/src/main/java/org/apache/mailet/Mail.java
   AL    /opt/development/workspace/mailet-site/api/src/main/java/org/apache/mailet/MailAddress.java
+ !????? /opt/development/workspace/mailet-site/api/src/main/java/org/apache/mailet/Mail.java.rej
   AL    /opt/development/workspace/mailet-site/api/src/main/java/org/apache/mailet/Mailet.java
   AL    /opt/development/workspace/mailet-site/api/src/test/java/org/apache/mailet/MailAddressTest.java
   AL    /opt/development/workspace/mailet-site/api/build.xml
@@ -302,6 +303,60 @@
  
  
  =======================================================================
+ ==/opt/development/workspace/mailet-site/api/src/main/java/org/apache/mailet/Mail.java.rej
+ =======================================================================
+ ***************
+*** 27,206 ****
+  import java.util.Iterator;
+  
+  /**
+-  * Wrap a MimeMessage with routing information (from SMTP) such
+-  * as SMTP specified recipients, sender, and ip address and hostname
+-  * of sending server.  It also contains its state which represents
+-  * which processor in the mailet container it is currently running.
+-  * Special processor names are &quot;root&quot; and &quot;error&quot;.
+   *
+-  * @version CVS $Revision$ $Date$
+   */
+  public interface Mail extends Serializable, Cloneable {
+      String GHOST = &quot;ghost&quot;;
+      String DEFAULT = &quot;root&quot;;
+      String ERROR = &quot;error&quot;;
+      String TRANSPORT = &quot;transport&quot;;
+      /**
+-      * Returns the message name of this message
+       * 
+       * @return the message name
+       * @since Mailet API v2.3
+       */
+      String getName();
+      /**
+-      * Set the message name of this message
+       * 
+-      * @param newName new name
+       * @since Mailet API v2.3
+       */
+-     void setName(String newName);
+      /**
+-      * Returns the MimeMessage stored in this message
+       *
+       * @return the MimeMessage that this Mail object wraps
+-      * @throws MessagingException - an error occured while loading this object
+       */
+      MimeMessage getMessage() throws MessagingException;
+      /**
+-      * Returns a Collection of MailAddress objects that are recipients of this message
+       *
+-      * @return a Collection of MailAddress objects that are recipients of this message
+       */
+      Collection getRecipients();
+      /**
+-      * Method setRecipients.
+-      * @param recipients a Collection of MailAddress Objects representing the recipients of this message
+       * @since Mailet API v3.0-unstable
+       */
+
+ =======================================================================
  ==/opt/development/workspace/mailet-site/api/LICENSE.apache
  =======================================================================
                                   Apache License

Modified: james/site/trunk/www/mailet/api/source-repository.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/source-repository.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/source-repository.html (original)
+++ james/site/trunk/www/mailet/api/source-repository.html Mon Aug  3 12:18:51 2009
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/28/2009
+        Last Published: 08/03/2009
                       </div>
             <div class="xright">      <a href="../../index.html">JAMES Project</a>
           |

Modified: james/site/trunk/www/mailet/api/stylesheets/project.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/stylesheets/project.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/stylesheets/project.html (original)
+++ james/site/trunk/www/mailet/api/stylesheets/project.html Mon Aug  3 12:18:51 2009
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/24/2009
+        Last Published: 08/03/2009
                       </div>
             <div class="xright">      <a href="../../../index.html">JAMES Project</a>
           |

Modified: james/site/trunk/www/mailet/api/surefire-report.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/surefire-report.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/surefire-report.html (original)
+++ james/site/trunk/www/mailet/api/surefire-report.html Mon Aug  3 12:18:51 2009
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/28/2009
+        Last Published: 08/03/2009
                       </div>
             <div class="xright">      <a href="../../index.html">JAMES Project</a>
           |

Modified: james/site/trunk/www/mailet/api/taglist.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/taglist.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/taglist.html (original)
+++ james/site/trunk/www/mailet/api/taglist.html Mon Aug  3 12:18:51 2009
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/28/2009
+        Last Published: 08/03/2009
                       </div>
             <div class="xright">      <a href="../../index.html">JAMES Project</a>
           |

Modified: james/site/trunk/www/mailet/api/team-list.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/team-list.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/team-list.html (original)
+++ james/site/trunk/www/mailet/api/team-list.html Mon Aug  3 12:18:51 2009
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 05/28/2009
+        Last Published: 08/03/2009
                       </div>
             <div class="xright">      <a href="../../index.html">JAMES Project</a>
           |

Modified: james/site/trunk/www/mailet/api/testapidocs/allclasses-frame.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/testapidocs/allclasses-frame.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/testapidocs/allclasses-frame.html (original)
+++ james/site/trunk/www/mailet/api/testapidocs/allclasses-frame.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:04 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:28 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 All Classes (Apache Mailet API 2.5-SNAPSHOT Test API)

Modified: james/site/trunk/www/mailet/api/testapidocs/allclasses-noframe.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/testapidocs/allclasses-noframe.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/testapidocs/allclasses-noframe.html (original)
+++ james/site/trunk/www/mailet/api/testapidocs/allclasses-noframe.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:04 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:28 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 All Classes (Apache Mailet API 2.5-SNAPSHOT Test API)

Modified: james/site/trunk/www/mailet/api/testapidocs/constant-values.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/testapidocs/constant-values.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/testapidocs/constant-values.html (original)
+++ james/site/trunk/www/mailet/api/testapidocs/constant-values.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:03 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:28 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Constant Field Values (Apache Mailet API 2.5-SNAPSHOT Test API)

Modified: james/site/trunk/www/mailet/api/testapidocs/deprecated-list.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/testapidocs/deprecated-list.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/testapidocs/deprecated-list.html (original)
+++ james/site/trunk/www/mailet/api/testapidocs/deprecated-list.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:04 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:28 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Deprecated List (Apache Mailet API 2.5-SNAPSHOT Test API)

Modified: james/site/trunk/www/mailet/api/testapidocs/help-doc.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/testapidocs/help-doc.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/testapidocs/help-doc.html (original)
+++ james/site/trunk/www/mailet/api/testapidocs/help-doc.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:04 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:28 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 API Help (Apache Mailet API 2.5-SNAPSHOT Test API)

Modified: james/site/trunk/www/mailet/api/testapidocs/index-all.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/testapidocs/index-all.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/testapidocs/index-all.html (original)
+++ james/site/trunk/www/mailet/api/testapidocs/index-all.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:04 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:28 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Index (Apache Mailet API 2.5-SNAPSHOT Test API)
@@ -86,7 +86,7 @@
 <A NAME="_O_"><!-- --></A><H2>
 <B>O</B></H2>
 <DL>
-<DT><A HREF="./org/apache/mailet/package-summary.html"><B>org.apache.mailet</B></A> - package org.apache.mailet<DD>The classes that constitute the Mailet API.</DL>
+<DT><A HREF="./org/apache/mailet/package-summary.html"><B>org.apache.mailet</B></A> - package org.apache.mailet<DD>&nbsp;</DL>
 <HR>
 <A NAME="_T_"><!-- --></A><H2>
 <B>T</B></H2>

Modified: james/site/trunk/www/mailet/api/testapidocs/index.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/testapidocs/index.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/testapidocs/index.html (original)
+++ james/site/trunk/www/mailet/api/testapidocs/index.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc on Thu May 28 11:11:04 BST 2009-->
+<!-- Generated by javadoc on Mon Aug 03 13:36:28 BST 2009-->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Apache Mailet API 2.5-SNAPSHOT Test API

Modified: james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/MailAddressTest.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/MailAddressTest.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/MailAddressTest.html (original)
+++ james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/MailAddressTest.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:03 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:28 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 MailAddressTest (Apache Mailet API 2.5-SNAPSHOT Test API)

Modified: james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/class-use/MailAddressTest.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/class-use/MailAddressTest.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/class-use/MailAddressTest.html (original)
+++ james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/class-use/MailAddressTest.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:04 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:28 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.mailet.MailAddressTest (Apache Mailet API 2.5-SNAPSHOT Test API)

Modified: james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/package-frame.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/package-frame.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/package-frame.html (original)
+++ james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/package-frame.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:03 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:28 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 org.apache.mailet (Apache Mailet API 2.5-SNAPSHOT Test API)

Modified: james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/package-summary.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/package-summary.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/package-summary.html (original)
+++ james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/package-summary.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:03 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:28 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 org.apache.mailet (Apache Mailet API 2.5-SNAPSHOT Test API)
@@ -79,12 +79,6 @@
 <H2>
 Package org.apache.mailet
 </H2>
-The classes that constitute the Mailet API.
-<P>
-<B>See:</B>
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
-<P>
 
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
@@ -99,15 +93,6 @@
 &nbsp;
 
 <P>
-<A NAME="package_description"><!-- --></A><H2>
-Package org.apache.mailet Description
-</H2>
-
-<P>
-<p>The classes that constitute the Mailet API.</p>
-<P>
-
-<P>
 <DL>
 </DL>
 <HR>

Modified: james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/package-tree.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/package-tree.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/package-tree.html (original)
+++ james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/package-tree.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:03 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:28 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 org.apache.mailet Class Hierarchy (Apache Mailet API 2.5-SNAPSHOT Test API)

Modified: james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/package-use.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/package-use.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/package-use.html (original)
+++ james/site/trunk/www/mailet/api/testapidocs/org/apache/mailet/package-use.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:04 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:28 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Package org.apache.mailet (Apache Mailet API 2.5-SNAPSHOT Test API)

Modified: james/site/trunk/www/mailet/api/testapidocs/overview-tree.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/testapidocs/overview-tree.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/testapidocs/overview-tree.html (original)
+++ james/site/trunk/www/mailet/api/testapidocs/overview-tree.html Mon Aug  3 12:18:51 2009
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_18) on Thu May 28 11:11:04 BST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_18) on Mon Aug 03 13:36:28 BST 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Class Hierarchy (Apache Mailet API 2.5-SNAPSHOT Test API)

Modified: james/site/trunk/www/mailet/api/xref-test/allclasses-frame.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/xref-test/allclasses-frame.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/xref-test/allclasses-frame.html (original)
+++ james/site/trunk/www/mailet/api/xref-test/allclasses-frame.html Mon Aug  3 12:18:51 2009
@@ -1,20 +1,20 @@
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
 <html xml:lang="en" lang="en">
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-        <title>All Classes</title>
-        <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
+		<title>All Classes</title>
+		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
     </head>
     <body>
 
-        <h3>All Classes</h3>
+		<h3>All Classes</h3>
 
-        <ul>
-                        <li>
-                <a href="org/apache/mailet/MailAddressTest.html" target="classFrame">MailAddressTest</a>
-            </li>
-                  </ul>
+		<ul>
+						<li>
+				<a href="org/apache/mailet/MailAddressTest.html" target="classFrame">MailAddressTest</a>
+			</li>
+			      </ul>
 
     </body>
   </html>

Modified: james/site/trunk/www/mailet/api/xref-test/index.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/xref-test/index.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/xref-test/index.html (original)
+++ james/site/trunk/www/mailet/api/xref-test/index.html Mon Aug  3 12:18:51 2009
@@ -1,16 +1,16 @@
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "DTD/xhtml1-frameset.dtd">
 <html xml:lang="en" lang="en">
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-        <title>Apache Mailet API 2.5-SNAPSHOT Reference</title>
-    </head>
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
+		<title>Apache Mailet API 2.5-SNAPSHOT Reference</title>
+	</head>
     <frameset cols="20%,80%">
-        <frameset rows="30%,70%">
-            <frame src="overview-frame.html" name="packageListFrame" />
-            <frame src="allclasses-frame.html" name="packageFrame" />
-        </frameset>
-        <frame src="overview-summary.html" name="classFrame" />
+		<frameset rows="30%,70%">
+			<frame src="overview-frame.html" name="packageListFrame" />
+			<frame src="allclasses-frame.html" name="packageFrame" />
+		</frameset>
+		<frame src="overview-summary.html" name="classFrame" />
         <noframes>
             <body>
                 <h1>Frame Alert</h1>

Modified: james/site/trunk/www/mailet/api/xref-test/org/apache/mailet/package-frame.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/xref-test/org/apache/mailet/package-frame.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/xref-test/org/apache/mailet/package-frame.html (original)
+++ james/site/trunk/www/mailet/api/xref-test/org/apache/mailet/package-frame.html Mon Aug  3 12:18:51 2009
@@ -1,24 +1,24 @@
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
 <html xml:lang="en" lang="en">
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-        <title>Apache Mailet API 2.5-SNAPSHOT Reference Package org.apache.mailet</title>
-        <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" />
-    </head>
-    <body>
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
+		<title>Apache Mailet API 2.5-SNAPSHOT Reference Package org.apache.mailet</title>
+		<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" />
+	</head>
+	<body>
 
-        <h3>
-            <a href="package-summary.html" target="classFrame">org.apache.mailet</a>
-        </h3>
+		<h3>
+        	<a href="package-summary.html" target="classFrame">org.apache.mailet</a>
+      	</h3>
 
-        <h3>Classes</h3>
+      	<h3>Classes</h3>
 
-        <ul>
-                        <li>
-                <a href="MailAddressTest.html" target="classFrame">MailAddressTest</a>
-            </li>
-                    </ul>
+      	<ul>
+      		          	<li>
+            	<a href="MailAddressTest.html" target="classFrame">MailAddressTest</a>
+          	</li>
+          	      	</ul>
 
-    </body>
+	</body>
 </html>

Modified: james/site/trunk/www/mailet/api/xref-test/org/apache/mailet/package-summary.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/api/xref-test/org/apache/mailet/package-summary.html?rev=800330&r1=800329&r2=800330&view=diff
==============================================================================
--- james/site/trunk/www/mailet/api/xref-test/org/apache/mailet/package-summary.html (original)
+++ james/site/trunk/www/mailet/api/xref-test/org/apache/mailet/package-summary.html Mon Aug  3 12:18:51 2009
@@ -1,67 +1,67 @@
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
 <html xml:lang="en" lang="en">
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-        <title>Apache Mailet API 2.5-SNAPSHOT Reference Package org.apache.mailet</title>
-        <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" />
-    </head>
-    <body>
-                <div class="overview">
-            <ul>
-                <li>
-                    <a href="../../../overview-summary.html">Overview</a>
-                </li>
-                <li class="selected">Package</li>
-            </ul>
-        </div>
-        <div class="framenoframe">
-            <ul>
-                <li>
-                    <a href="../../../index.html" target="_top">FRAMES</a>
-                </li>
-                <li>
-                    <a href="package-summary.html" target="_top">NO FRAMES</a>
-                </li>
-            </ul>
-        </div>
-        
-                <h2>Package org.apache.mailet</h2>
+	<head>
+		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
+		<title>Apache Mailet API 2.5-SNAPSHOT Reference Package org.apache.mailet</title>
+		<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" />
+	</head>
+	<body>
+		      	<div class="overview">
+        	<ul>
+          		<li>
+            		<a href="../../../overview-summary.html">Overview</a>
+          		</li>
+          		<li class="selected">Package</li>
+        	</ul>
+      	</div>
+      	<div class="framenoframe">
+        	<ul>
+          		<li>
+            		<a href="../../../index.html" target="_top">FRAMES</a>
+          		</li>
+          		<li>
+            		<a href="package-summary.html" target="_top">NO FRAMES</a>
+          		</li>
+        	</ul>
+      	</div>
+		
+		      	<h2>Package org.apache.mailet</h2>
 
-        <table class="summary">
-            <thead>
-                <tr>
-                    <th>Class Summary</th>
-                </tr>
-            </thead>
-            <tbody>
-                                <tr>
-                    <td>
-                        <a href="MailAddressTest.html" target="classFrame">MailAddressTest</a>
-                    </td>
-                </tr>
-                            </tbody>
-        </table>
-        
-                <div class="overview">
-            <ul>
-                <li>
-                    <a href="../../../overview-summary.html">Overview</a>
-                </li>
-                <li class="selected">Package</li>
-            </ul>
-        </div>
-        <div class="framenoframe">
-            <ul>
-                <li>
-                    <a href="../../../index.html" target="_top">FRAMES</a>
-                </li>
-                <li>
-                    <a href="package-summary.html" target="_top">NO FRAMES</a>
-                </li>
-            </ul>
-        </div>
-                <hr />
-        Copyright &copy; 2007-2009 The Apache Software Foundation. All Rights Reserved.
-    </body>
+		<table class="summary">
+        	<thead>
+          		<tr>
+            		<th>Class Summary</th>
+          		</tr>
+        	</thead>
+        	<tbody>
+        		            	<tr>
+              		<td>
+                		<a href="MailAddressTest.html" target="classFrame">MailAddressTest</a>
+              		</td>
+            	</tr>
+				        	</tbody>
+      	</table>
+		
+		      	<div class="overview">
+        	<ul>
+          		<li>
+            		<a href="../../../overview-summary.html">Overview</a>
+          		</li>
+          		<li class="selected">Package</li>
+        	</ul>
+      	</div>
+      	<div class="framenoframe">
+        	<ul>
+          		<li>
+            		<a href="../../../index.html" target="_top">FRAMES</a>
+          		</li>
+          		<li>
+            		<a href="package-summary.html" target="_top">NO FRAMES</a>
+          		</li>
+        	</ul>
+      	</div>
+				<hr />
+		Copyright &copy; 2007-2009 The Apache Software Foundation. All Rights Reserved.
+	</body>
 </html>