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 ba...@apache.org on 2008/08/23 19:59:37 UTC

svn commit: r688384 [21/31] - in /james/site/trunk/www: ./ jsieve/ jsieve/apidocs/org/apache/jsieve/ jsieve/apidocs/org/apache/jsieve/class-use/ jsieve/apidocs/org/apache/jsieve/comparators/ jsieve/apidocs/org/apache/jsieve/comparators/class-use/ jsiev...

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/SizeGreaterThan.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/SizeGreaterThan.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/SizeGreaterThan.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/SizeGreaterThan.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:51 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:14 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 SizeGreaterThan (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -91,12 +91,15 @@
 Class SizeGreaterThan</H2>
 <PRE>
 java.lang.Object
-  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">GenericMatcher
+  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html" title="class or interface in org.apache.mailet">org.apache.mailet.GenericMatcher</A>
       <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.james.transport.matchers.SizeGreaterThan</B>
 </PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/Matcher.html" title="class or interface in org.apache.mailet">Matcher</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/MatcherConfig.html" title="class or interface in org.apache.mailet">MatcherConfig</A></DD>
+</DL>
 <HR>
 <DL>
-<DT><PRE>public class <B>SizeGreaterThan</B><DT>extends GenericMatcher</DL>
+<DT><PRE>public class <B>SizeGreaterThan</B><DT>extends <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html" title="class or interface in org.apache.mailet">GenericMatcher</A></DL>
 </PRE>
 
 <P>
@@ -146,12 +149,21 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;java.util.Collection</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/james/transport/matchers/SizeGreaterThan.html#match(org.apache.mailet.Mail)">match</A></B>(org.apache.mailet.Mail&nbsp;mail)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/james/transport/matchers/SizeGreaterThan.html#match(org.apache.mailet.Mail)">match</A></B>(<A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/Mail.html" title="class or interface in org.apache.mailet">Mail</A>&nbsp;mail)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 </TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_org.apache.mailet.GenericMatcher"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class org.apache.mailet.<A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html" title="class or interface in org.apache.mailet">GenericMatcher</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#destroy()" title="class or interface in org.apache.mailet">destroy</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getCondition()" title="class or interface in org.apache.mailet">getCondition</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getMailetContext()" title="class or interface in org.apache.mailet">getMailetContext</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getMatcherConfig()" title="class or interface in org.apache.mailet">getMatcherConfig</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getMatcherInfo()" title="class or interface in org.apache.mailet">getMatcherInfo</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getMatcherNam
 e()" title="class or interface in org.apache.mailet">getMatcherName</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#init(org.apache.mailet.MatcherConfig)" title="class or interface in org.apache.mailet">init</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#log(java.lang.String)" title="class or interface in org.apache.mailet">log</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#log(java.lang.String, java.lang.Throwable)" title="class or interface in org.apache.mailet">log</A></CODE></TD>
+</TR>
+</TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
@@ -198,6 +210,9 @@
           throws javax.mail.MessagingException</PRE>
 <DL>
 <DD><DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#init()" title="class or interface in org.apache.mailet">init</A></CODE> in class <CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html" title="class or interface in org.apache.mailet">GenericMatcher</A></CODE></DL>
+</DD>
+<DD><DL>
 
 <DT><B>Throws:</B>
 <DD><CODE>javax.mail.MessagingException</CODE></DL>
@@ -208,13 +223,16 @@
 <A NAME="match(org.apache.mailet.Mail)"><!-- --></A><H3>
 match</H3>
 <PRE>
-public java.util.Collection <B>match</B>(org.apache.mailet.Mail&nbsp;mail)
+public java.util.Collection <B>match</B>(<A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/Mail.html" title="class or interface in org.apache.mailet">Mail</A>&nbsp;mail)
                            throws javax.mail.MessagingException</PRE>
 <DL>
 <DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/Matcher.html#match(org.apache.mailet.Mail)" title="class or interface in org.apache.mailet">match</A></CODE> in interface <CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/Matcher.html" title="class or interface in org.apache.mailet">Matcher</A></CODE><DT><B>Specified by:</B><DD><CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#match(org.apache.mailet.Mail)" title="class or interface in org.apache.mailet">match</A></CODE> in class <CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html" title="class or interface in org.apache.mailet">GenericMatcher</A></CODE></DL>
+</DD>
+<DD><DL>
 
 <DT><B>Throws:</B>
-<DD><CODE>javax.mail.MessagingException</CODE><DT><B>See Also:</B><DD><CODE>org.apache.mailet.GenericMatcher#match(org.apache.mailet.Mail)</CODE></DL>
+<DD><CODE>javax.mail.MessagingException</CODE><DT><B>See Also:</B><DD><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#match(org.apache.mailet.Mail)" title="class or interface in org.apache.mailet"><CODE>GenericMatcher.match(org.apache.mailet.Mail)</CODE></A></DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/SizeGreaterThan.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/SubjectIs.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/SubjectIs.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/SubjectIs.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/SubjectIs.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:52 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:14 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 SubjectIs (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -91,12 +91,15 @@
 Class SubjectIs</H2>
 <PRE>
 java.lang.Object
-  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">GenericMatcher
+  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html" title="class or interface in org.apache.mailet">org.apache.mailet.GenericMatcher</A>
       <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.james.transport.matchers.SubjectIs</B>
 </PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/Matcher.html" title="class or interface in org.apache.mailet">Matcher</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/MatcherConfig.html" title="class or interface in org.apache.mailet">MatcherConfig</A></DD>
+</DL>
 <HR>
 <DL>
-<DT><PRE>public class <B>SubjectIs</B><DT>extends GenericMatcher</DL>
+<DT><PRE>public class <B>SubjectIs</B><DT>extends <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html" title="class or interface in org.apache.mailet">GenericMatcher</A></DL>
 </PRE>
 
 <P>
@@ -139,12 +142,21 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;java.util.Collection</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/james/transport/matchers/SubjectIs.html#match(org.apache.mailet.Mail)">match</A></B>(org.apache.mailet.Mail&nbsp;mail)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/james/transport/matchers/SubjectIs.html#match(org.apache.mailet.Mail)">match</A></B>(<A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/Mail.html" title="class or interface in org.apache.mailet">Mail</A>&nbsp;mail)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 </TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_org.apache.mailet.GenericMatcher"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class org.apache.mailet.<A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html" title="class or interface in org.apache.mailet">GenericMatcher</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#destroy()" title="class or interface in org.apache.mailet">destroy</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getCondition()" title="class or interface in org.apache.mailet">getCondition</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getMailetContext()" title="class or interface in org.apache.mailet">getMailetContext</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getMatcherConfig()" title="class or interface in org.apache.mailet">getMatcherConfig</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getMatcherInfo()" title="class or interface in org.apache.mailet">getMatcherInfo</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getMatcherNam
 e()" title="class or interface in org.apache.mailet">getMatcherName</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#init()" title="class or interface in org.apache.mailet">init</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#init(org.apache.mailet.MatcherConfig)" title="class or interface in org.apache.mailet">init</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#log(java.lang.String)" title="class or interface in org.apache.mailet">log</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#log(java.lang.String, java.lang.Throwable)" title="class or interface in org.apache.mailet">log</A></CODE></TD>
+</TR>
+</TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
@@ -187,10 +199,13 @@
 <A NAME="match(org.apache.mailet.Mail)"><!-- --></A><H3>
 match</H3>
 <PRE>
-public java.util.Collection <B>match</B>(org.apache.mailet.Mail&nbsp;mail)
+public java.util.Collection <B>match</B>(<A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/Mail.html" title="class or interface in org.apache.mailet">Mail</A>&nbsp;mail)
                            throws javax.mail.MessagingException</PRE>
 <DL>
 <DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/Matcher.html#match(org.apache.mailet.Mail)" title="class or interface in org.apache.mailet">match</A></CODE> in interface <CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/Matcher.html" title="class or interface in org.apache.mailet">Matcher</A></CODE><DT><B>Specified by:</B><DD><CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#match(org.apache.mailet.Mail)" title="class or interface in org.apache.mailet">match</A></CODE> in class <CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html" title="class or interface in org.apache.mailet">GenericMatcher</A></CODE></DL>
+</DD>
+<DD><DL>
 
 <DT><B>Throws:</B>
 <DD><CODE>javax.mail.MessagingException</CODE></DL>

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/SubjectIs.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/SubjectStartsWith.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/SubjectStartsWith.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/SubjectStartsWith.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/SubjectStartsWith.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:52 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:14 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 SubjectStartsWith (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -91,12 +91,15 @@
 Class SubjectStartsWith</H2>
 <PRE>
 java.lang.Object
-  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">GenericMatcher
+  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html" title="class or interface in org.apache.mailet">org.apache.mailet.GenericMatcher</A>
       <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.james.transport.matchers.SubjectStartsWith</B>
 </PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/Matcher.html" title="class or interface in org.apache.mailet">Matcher</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/MatcherConfig.html" title="class or interface in org.apache.mailet">MatcherConfig</A></DD>
+</DL>
 <HR>
 <DL>
-<DT><PRE>public class <B>SubjectStartsWith</B><DT>extends GenericMatcher</DL>
+<DT><PRE>public class <B>SubjectStartsWith</B><DT>extends <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html" title="class or interface in org.apache.mailet">GenericMatcher</A></DL>
 </PRE>
 
 <P>
@@ -139,12 +142,21 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;java.util.Collection</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/james/transport/matchers/SubjectStartsWith.html#match(org.apache.mailet.Mail)">match</A></B>(org.apache.mailet.Mail&nbsp;mail)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/james/transport/matchers/SubjectStartsWith.html#match(org.apache.mailet.Mail)">match</A></B>(<A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/Mail.html" title="class or interface in org.apache.mailet">Mail</A>&nbsp;mail)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 </TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_org.apache.mailet.GenericMatcher"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class org.apache.mailet.<A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html" title="class or interface in org.apache.mailet">GenericMatcher</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#destroy()" title="class or interface in org.apache.mailet">destroy</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getCondition()" title="class or interface in org.apache.mailet">getCondition</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getMailetContext()" title="class or interface in org.apache.mailet">getMailetContext</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getMatcherConfig()" title="class or interface in org.apache.mailet">getMatcherConfig</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getMatcherInfo()" title="class or interface in org.apache.mailet">getMatcherInfo</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getMatcherNam
 e()" title="class or interface in org.apache.mailet">getMatcherName</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#init()" title="class or interface in org.apache.mailet">init</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#init(org.apache.mailet.MatcherConfig)" title="class or interface in org.apache.mailet">init</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#log(java.lang.String)" title="class or interface in org.apache.mailet">log</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#log(java.lang.String, java.lang.Throwable)" title="class or interface in org.apache.mailet">log</A></CODE></TD>
+</TR>
+</TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
@@ -187,10 +199,13 @@
 <A NAME="match(org.apache.mailet.Mail)"><!-- --></A><H3>
 match</H3>
 <PRE>
-public java.util.Collection <B>match</B>(org.apache.mailet.Mail&nbsp;mail)
+public java.util.Collection <B>match</B>(<A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/Mail.html" title="class or interface in org.apache.mailet">Mail</A>&nbsp;mail)
                            throws javax.mail.MessagingException</PRE>
 <DL>
 <DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/Matcher.html#match(org.apache.mailet.Mail)" title="class or interface in org.apache.mailet">match</A></CODE> in interface <CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/Matcher.html" title="class or interface in org.apache.mailet">Matcher</A></CODE><DT><B>Specified by:</B><DD><CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#match(org.apache.mailet.Mail)" title="class or interface in org.apache.mailet">match</A></CODE> in class <CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html" title="class or interface in org.apache.mailet">GenericMatcher</A></CODE></DL>
+</DD>
+<DD><DL>
 
 <DT><B>Throws:</B>
 <DD><CODE>javax.mail.MessagingException</CODE></DL>

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/SubjectStartsWith.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/UserIs.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/UserIs.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/UserIs.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/UserIs.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:52 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:14 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 UserIs (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -91,12 +91,16 @@
 Class UserIs</H2>
 <PRE>
 java.lang.Object
-  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">GenericRecipientMatcher
-      <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.james.transport.matchers.UserIs</B>
+  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html" title="class or interface in org.apache.mailet">org.apache.mailet.GenericMatcher</A>
+      <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericRecipientMatcher.html" title="class or interface in org.apache.mailet">org.apache.mailet.GenericRecipientMatcher</A>
+          <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.james.transport.matchers.UserIs</B>
 </PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/Matcher.html" title="class or interface in org.apache.mailet">Matcher</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/MatcherConfig.html" title="class or interface in org.apache.mailet">MatcherConfig</A></DD>
+</DL>
 <HR>
 <DL>
-<DT><PRE>public class <B>UserIs</B><DT>extends GenericRecipientMatcher</DL>
+<DT><PRE>public class <B>UserIs</B><DT>extends <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericRecipientMatcher.html" title="class or interface in org.apache.mailet">GenericRecipientMatcher</A></DL>
 </PRE>
 
 <P>
@@ -147,12 +151,30 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/james/transport/matchers/UserIs.html#matchRecipient(org.apache.mailet.MailAddress)">matchRecipient</A></B>(org.apache.mailet.MailAddress&nbsp;recipient)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/james/transport/matchers/UserIs.html#matchRecipient(org.apache.mailet.MailAddress)">matchRecipient</A></B>(<A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/MailAddress.html" title="class or interface in org.apache.mailet">MailAddress</A>&nbsp;recipient)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 </TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_org.apache.mailet.GenericRecipientMatcher"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class org.apache.mailet.<A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericRecipientMatcher.html" title="class or interface in org.apache.mailet">GenericRecipientMatcher</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericRecipientMatcher.html#match(org.apache.mailet.Mail)" title="class or interface in org.apache.mailet">match</A></CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_org.apache.mailet.GenericMatcher"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class org.apache.mailet.<A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html" title="class or interface in org.apache.mailet">GenericMatcher</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#destroy()" title="class or interface in org.apache.mailet">destroy</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getCondition()" title="class or interface in org.apache.mailet">getCondition</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getMailetContext()" title="class or interface in org.apache.mailet">getMailetContext</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getMatcherConfig()" title="class or interface in org.apache.mailet">getMatcherConfig</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getMatcherInfo()" title="class or interface in org.apache.mailet">getMatcherInfo</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#getMatcherNam
 e()" title="class or interface in org.apache.mailet">getMatcherName</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#init(org.apache.mailet.MatcherConfig)" title="class or interface in org.apache.mailet">init</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#log(java.lang.String)" title="class or interface in org.apache.mailet">log</A>, <A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#log(java.lang.String, java.lang.Throwable)" title="class or interface in org.apache.mailet">log</A></CODE></TD>
+</TR>
+</TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
@@ -198,6 +220,9 @@
 public void <B>init</B>()</PRE>
 <DL>
 <DD><DL>
+<DT><B>Overrides:</B><DD><CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html#init()" title="class or interface in org.apache.mailet">init</A></CODE> in class <CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericMatcher.html" title="class or interface in org.apache.mailet">GenericMatcher</A></CODE></DL>
+</DD>
+<DD><DL>
 </DL>
 </DD>
 </DL>
@@ -206,9 +231,12 @@
 <A NAME="matchRecipient(org.apache.mailet.MailAddress)"><!-- --></A><H3>
 matchRecipient</H3>
 <PRE>
-public boolean <B>matchRecipient</B>(org.apache.mailet.MailAddress&nbsp;recipient)</PRE>
+public boolean <B>matchRecipient</B>(<A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/MailAddress.html" title="class or interface in org.apache.mailet">MailAddress</A>&nbsp;recipient)</PRE>
 <DL>
 <DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericRecipientMatcher.html#matchRecipient(org.apache.mailet.MailAddress)" title="class or interface in org.apache.mailet">matchRecipient</A></CODE> in class <CODE><A HREF="http://james.apache.org/mailet/api//apidocs/org/apache/mailet/GenericRecipientMatcher.html" title="class or interface in org.apache.mailet">GenericRecipientMatcher</A></CODE></DL>
+</DD>
+<DD><DL>
 </DL>
 </DD>
 </DL>

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/UserIs.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/AbstractQuotaMatcher.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/AbstractQuotaMatcher.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/AbstractQuotaMatcher.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/AbstractQuotaMatcher.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.AbstractQuotaMatcher (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/AbstractQuotaMatcher.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useAbstractQuotaMatcher.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="AbstractQuotaMatcher.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/AbstractQuotaMatcher.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useAbstractQuotaMatcher.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="AbstractQuotaMatcher.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/AbstractQuotaMatcher.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/All.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/All.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/All.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/All.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.All (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/All.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useAll.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="All.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/All.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useAll.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="All.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/All.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/AttachmentFileNameIs.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/AttachmentFileNameIs.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/AttachmentFileNameIs.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/AttachmentFileNameIs.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.AttachmentFileNameIs (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/AttachmentFileNameIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useAttachmentFileNameIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="AttachmentFileNameIs.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/AttachmentFileNameIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useAttachmentFileNameIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="AttachmentFileNameIs.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/AttachmentFileNameIs.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/CommandForListserv.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/CommandForListserv.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/CommandForListserv.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/CommandForListserv.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.CommandForListserv (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/CommandForListserv.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useCommandForListserv.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CommandForListserv.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/CommandForListserv.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useCommandForListserv.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CommandForListserv.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/CommandForListserv.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/CommandListservMatcher.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/CommandListservMatcher.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/CommandListservMatcher.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/CommandListservMatcher.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.CommandListservMatcher (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/CommandListservMatcher.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useCommandListservMatcher.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CommandListservMatcher.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/CommandListservMatcher.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useCommandListservMatcher.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CommandListservMatcher.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/CommandListservMatcher.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/CompareNumericHeaderValue.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/CompareNumericHeaderValue.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/CompareNumericHeaderValue.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/CompareNumericHeaderValue.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.CompareNumericHeaderValue (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/CompareNumericHeaderValue.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useCompareNumericHeaderValue.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CompareNumericHeaderValue.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/CompareNumericHeaderValue.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useCompareNumericHeaderValue.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="CompareNumericHeaderValue.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/CompareNumericHeaderValue.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/FetchedFrom.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/FetchedFrom.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/FetchedFrom.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/FetchedFrom.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.FetchedFrom (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/FetchedFrom.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useFetchedFrom.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="FetchedFrom.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/FetchedFrom.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useFetchedFrom.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="FetchedFrom.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/FetchedFrom.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasAttachment.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasAttachment.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasAttachment.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasAttachment.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.HasAttachment (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/HasAttachment.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useHasAttachment.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="HasAttachment.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/HasAttachment.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useHasAttachment.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="HasAttachment.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasAttachment.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasHabeasWarrantMark.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasHabeasWarrantMark.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasHabeasWarrantMark.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasHabeasWarrantMark.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.HasHabeasWarrantMark (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/HasHabeasWarrantMark.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useHasHabeasWarrantMark.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="HasHabeasWarrantMark.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/HasHabeasWarrantMark.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useHasHabeasWarrantMark.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="HasHabeasWarrantMark.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasHabeasWarrantMark.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasHeader.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasHeader.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasHeader.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasHeader.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.HasHeader (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/HasHeader.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useHasHeader.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="HasHeader.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/HasHeader.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useHasHeader.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="HasHeader.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasHeader.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasMailAttribute.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasMailAttribute.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasMailAttribute.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasMailAttribute.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.HasMailAttribute (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/HasMailAttribute.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useHasMailAttribute.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="HasMailAttribute.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/HasMailAttribute.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useHasMailAttribute.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="HasMailAttribute.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasMailAttribute.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasMailAttributeWithValue.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasMailAttributeWithValue.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasMailAttributeWithValue.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasMailAttributeWithValue.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.HasMailAttributeWithValue (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/HasMailAttributeWithValue.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useHasMailAttributeWithValue.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="HasMailAttributeWithValue.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/HasMailAttributeWithValue.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useHasMailAttributeWithValue.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="HasMailAttributeWithValue.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HasMailAttributeWithValue.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HostIs.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HostIs.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HostIs.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HostIs.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.HostIs (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/HostIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useHostIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="HostIs.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/HostIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useHostIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="HostIs.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HostIs.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HostIsLocal.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HostIsLocal.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HostIsLocal.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HostIsLocal.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.HostIsLocal (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/HostIsLocal.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useHostIsLocal.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="HostIsLocal.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/HostIsLocal.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useHostIsLocal.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="HostIsLocal.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/HostIsLocal.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/IsSingleRecipient.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/IsSingleRecipient.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/IsSingleRecipient.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/IsSingleRecipient.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.IsSingleRecipient (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/IsSingleRecipient.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useIsSingleRecipient.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="IsSingleRecipient.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/IsSingleRecipient.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useIsSingleRecipient.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="IsSingleRecipient.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/IsSingleRecipient.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/RecipientIs.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/RecipientIs.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/RecipientIs.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/RecipientIs.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.RecipientIs (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/RecipientIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useRecipientIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="RecipientIs.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/RecipientIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useRecipientIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="RecipientIs.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/RecipientIs.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/RecipientIsLocal.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/RecipientIsLocal.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/RecipientIsLocal.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/RecipientIsLocal.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.RecipientIsLocal (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/RecipientIsLocal.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useRecipientIsLocal.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="RecipientIsLocal.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/RecipientIsLocal.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useRecipientIsLocal.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="RecipientIsLocal.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/RecipientIsLocal.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/RelayLimit.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/RelayLimit.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/RelayLimit.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/RelayLimit.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.RelayLimit (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/RelayLimit.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useRelayLimit.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="RelayLimit.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/RelayLimit.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useRelayLimit.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="RelayLimit.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/RelayLimit.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SMTPAuthSuccessful.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SMTPAuthSuccessful.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SMTPAuthSuccessful.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SMTPAuthSuccessful.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.SMTPAuthSuccessful (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/SMTPAuthSuccessful.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useSMTPAuthSuccessful.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SMTPAuthSuccessful.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/SMTPAuthSuccessful.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useSMTPAuthSuccessful.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SMTPAuthSuccessful.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SMTPAuthSuccessful.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SMTPAuthUserIs.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SMTPAuthUserIs.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SMTPAuthUserIs.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SMTPAuthUserIs.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.SMTPAuthUserIs (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/SMTPAuthUserIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useSMTPAuthUserIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SMTPAuthUserIs.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/SMTPAuthUserIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useSMTPAuthUserIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SMTPAuthUserIs.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SMTPAuthUserIs.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SMTPIsAuthNetwork.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SMTPIsAuthNetwork.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SMTPIsAuthNetwork.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SMTPIsAuthNetwork.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.SMTPIsAuthNetwork (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/SMTPIsAuthNetwork.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useSMTPIsAuthNetwork.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SMTPIsAuthNetwork.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/SMTPIsAuthNetwork.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useSMTPIsAuthNetwork.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SMTPIsAuthNetwork.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SMTPIsAuthNetwork.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderHostIs.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderHostIs.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderHostIs.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderHostIs.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.SenderHostIs (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/SenderHostIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useSenderHostIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SenderHostIs.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/SenderHostIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useSenderHostIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SenderHostIs.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderHostIs.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderHostIsLocal.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderHostIsLocal.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderHostIsLocal.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderHostIsLocal.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.SenderHostIsLocal (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/SenderHostIsLocal.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useSenderHostIsLocal.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SenderHostIsLocal.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/SenderHostIsLocal.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useSenderHostIsLocal.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SenderHostIsLocal.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderHostIsLocal.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderIs.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderIs.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderIs.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderIs.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.SenderIs (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/SenderIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useSenderIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SenderIs.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/SenderIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useSenderIs.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SenderIs.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderIs.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderIsNull.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderIsNull.html?rev=688384&r1=688383&r2=688384&view=diff
==============================================================================
--- james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderIsNull.html (original)
+++ james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderIsNull.html Sat Aug 23 10:58:50 2008
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_16) on Sat Aug 23 14:34:53 BST 2008 -->
+<!-- Generated by javadoc (build 1.5.0) on Sat Aug 23 17:43:15 GMT 2008 -->
 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <TITLE>
 Uses of Class org.apache.james.transport.matchers.SenderIsNull (Apache JAMES Standard Mailets 1.0-SNAPSHOT API)
@@ -55,7 +55,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/SenderIsNull.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useSenderIsNull.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SenderIsNull.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -115,7 +115,7 @@
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers/class-use/SenderIsNull.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/james/transport/matchers//class-useSenderIsNull.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SenderIsNull.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Propchange: james/site/trunk/www/mailet/standard/apidocs/org/apache/james/transport/matchers/class-use/SenderIsNull.html
------------------------------------------------------------------------------
    svn:eol-style = native