vincenzo 2003/07/06 04:53:56
Modified: src/java/org/apache/james/transport/mailets Tag:
branch_2_1_fcs CommandListservFooter.java
CommandListservManager.java
CommandListservProcessor.java
ICommandListservManager.java
src/java/org/apache/james/transport/mailets/listservcommands
Tag: branch_2_1_fcs BaseCommand.java
ErrorCommand.java IListServCommand.java Info.java
MailDataSource.java Owner.java Subscribe.java
SubscribeConfirm.java UnSubscribe.java
UnSubscribeConfirm.java
src/java/org/apache/james/transport/matchers Tag:
branch_2_1_fcs CommandListservMatcher.java
Log:
Adding @version and @since to javadoc.
Revision Changes Path
No revision
No revision
1.1.2.2 +3 -0
james-server/src/java/org/apache/james/transport/mailets/Attic/CommandListservFooter.java
Index: CommandListservFooter.java
===================================================================
RCS file:
/home/cvs/james-server/src/java/org/apache/james/transport/mailets/Attic/CommandListservFooter.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- CommandListservFooter.java 3 Jul 2003 07:50:15 -0000 1.1.2.1
+++ CommandListservFooter.java 6 Jul 2003 11:53:55 -0000 1.1.2.2
@@ -77,6 +77,9 @@
* It is used by the [EMAIL PROTECTED] CommandListservProcessor} to inject a footer
into mailing list.
* <br />
* <br />
+ *
+ * @version CVS $Revision$ $Date$
+ * @since 2.2.0
* @see XMLResources
*/
public class CommandListservFooter extends GenericMailet {
1.1.2.2 +3 -0
james-server/src/java/org/apache/james/transport/mailets/Attic/CommandListservManager.java
Index: CommandListservManager.java
===================================================================
RCS file:
/home/cvs/james-server/src/java/org/apache/james/transport/mailets/Attic/CommandListservManager.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- CommandListservManager.java 3 Jul 2003 07:50:15 -0000 1.1.2.1
+++ CommandListservManager.java 6 Jul 2003 11:53:55 -0000 1.1.2.2
@@ -124,6 +124,9 @@
* <pre>
* <listName>-<commandName>-<optCommandParam>@domain
* </pre>
+ *
+ * @version CVS $Revision$ $Date$
+ * @since 2.2.0
*/
public class CommandListservManager extends GenericMailet implements
ICommandListservManager {
1.1.2.2 +3 -0
james-server/src/java/org/apache/james/transport/mailets/Attic/CommandListservProcessor.java
Index: CommandListservProcessor.java
===================================================================
RCS file:
/home/cvs/james-server/src/java/org/apache/james/transport/mailets/Attic/CommandListservProcessor.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- CommandListservProcessor.java 3 Jul 2003 07:50:15 -0000 1.1.2.1
+++ CommandListservProcessor.java 6 Jul 2003 11:53:55 -0000 1.1.2.2
@@ -99,6 +99,9 @@
* </mailet>
*
* </pre>
+ *
+ * @version CVS $Revision$ $Date$
+ * @since 2.2.0
*/
public class CommandListservProcessor extends GenericMailet {
1.1.2.2 +3 -0
james-server/src/java/org/apache/james/transport/mailets/Attic/ICommandListservManager.java
Index: ICommandListservManager.java
===================================================================
RCS file:
/home/cvs/james-server/src/java/org/apache/james/transport/mailets/Attic/ICommandListservManager.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- ICommandListservManager.java 3 Jul 2003 07:50:15 -0000 1.1.2.1
+++ ICommandListservManager.java 6 Jul 2003 11:53:55 -0000 1.1.2.2
@@ -77,6 +77,9 @@
* <pre>
* ICommandListservManager mgr =
(ICommandListservManager)mailetContext.getAttribute(ICommandListservManager.ID +
listName);
* </pre>
+ *
+ * @version CVS $Revision$ $Date$
+ * @since 2.2.0
*/
public interface ICommandListservManager extends Mailet {
No revision
No revision
1.1.2.2 +3 -0
james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/BaseCommand.java
Index: BaseCommand.java
===================================================================
RCS file:
/home/cvs/james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/BaseCommand.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- BaseCommand.java 3 Jul 2003 07:50:16 -0000 1.1.2.1
+++ BaseCommand.java 6 Jul 2003 11:53:56 -0000 1.1.2.2
@@ -88,6 +88,9 @@
*
* <br />
* <br />
+ *
+ * @version CVS $Revision$ $Date$
+ * @since 2.2.0
* @see org.apache.james.transport.mailets.CommandListservManager
*/
public abstract class BaseCommand implements IListServCommand {
1.1.2.2 +3 -0
james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/ErrorCommand.java
Index: ErrorCommand.java
===================================================================
RCS file:
/home/cvs/james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/ErrorCommand.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- ErrorCommand.java 3 Jul 2003 07:50:16 -0000 1.1.2.1
+++ ErrorCommand.java 6 Jul 2003 11:53:56 -0000 1.1.2.2
@@ -84,6 +84,9 @@
* <br />
* <br />
* After formatting the text, the message is delivered with [EMAIL PROTECTED]
#sendStandardReply}
+ *
+ * @version CVS $Revision$ $Date$
+ * @since 2.2.0
*/
public class ErrorCommand extends BaseCommand {
1.1.2.2 +2 -0
james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/IListServCommand.java
Index: IListServCommand.java
===================================================================
RCS file:
/home/cvs/james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/IListServCommand.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- IListServCommand.java 3 Jul 2003 07:50:16 -0000 1.1.2.1
+++ IListServCommand.java 6 Jul 2003 11:53:56 -0000 1.1.2.2
@@ -90,6 +90,8 @@
*
* This allows you to customize the messages sent by these commands by editing text
files and not editing the javacode.
*
+ * @version CVS $Revision$ $Date$
+ * @since 2.2.0
* @see ICommandListservManager
*/
public interface IListServCommand {
1.1.2.2 +3 -0
james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/Info.java
Index: Info.java
===================================================================
RCS file:
/home/cvs/james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/Info.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- Info.java 3 Jul 2003 07:50:16 -0000 1.1.2.1
+++ Info.java 6 Jul 2003 11:53:56 -0000 1.1.2.2
@@ -88,6 +88,9 @@
* After formatting the text, the message is delivered with [EMAIL PROTECTED]
#sendStandardReply}
*
* Todo: make displaying the current member list optional
+ *
+ * @version CVS $Revision$ $Date$
+ * @since 2.2.0
*/
public class Info extends BaseCommand {
1.1.2.2 +3 -0
james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/MailDataSource.java
Index: MailDataSource.java
===================================================================
RCS file:
/home/cvs/james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/MailDataSource.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- MailDataSource.java 3 Jul 2003 07:50:16 -0000 1.1.2.1
+++ MailDataSource.java 6 Jul 2003 11:53:56 -0000 1.1.2.2
@@ -66,6 +66,9 @@
* an InputStream, a byte array, and a string
*
* This is used from [EMAIL PROTECTED] BaseCommand#generateMail}
+ *
+ * @version CVS $Revision$ $Date$
+ * @since 2.2.0
*/
public class MailDataSource implements DataSource {
1.1.2.2 +3 -0
james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/Owner.java
Index: Owner.java
===================================================================
RCS file:
/home/cvs/james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/Owner.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- Owner.java 3 Jul 2003 07:50:16 -0000 1.1.2.1
+++ Owner.java 6 Jul 2003 11:53:56 -0000 1.1.2.2
@@ -70,6 +70,9 @@
/**
* This command will send email to the current owner(s) of this mailing list
+ *
+ * @version CVS $Revision$ $Date$
+ * @since 2.2.0
*/
public class Owner extends BaseCommand {
1.1.2.2 +2 -1
james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/Subscribe.java
Index: Subscribe.java
===================================================================
RCS file:
/home/cvs/james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/Subscribe.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- Subscribe.java 3 Jul 2003 07:50:16 -0000 1.1.2.1
+++ Subscribe.java 6 Jul 2003 11:53:56 -0000 1.1.2.2
@@ -89,7 +89,8 @@
* are already subscribed to this list. If not, they will be sent a confirmation
mail to
* be processed by [EMAIL PROTECTED] SubscribeConfirm}
*
- * @author <a href="mailto:[EMAIL PROTECTED]">Mark Imel</a>
+ * @version CVS $Revision$ $Date$
+ * @since 2.2.0
* @see SubscribeConfirm
*/
public class Subscribe extends BaseCommand {
1.1.2.2 +2 -0
james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/SubscribeConfirm.java
Index: SubscribeConfirm.java
===================================================================
RCS file:
/home/cvs/james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/SubscribeConfirm.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- SubscribeConfirm.java 3 Jul 2003 07:50:16 -0000 1.1.2.1
+++ SubscribeConfirm.java 6 Jul 2003 11:53:56 -0000 1.1.2.2
@@ -90,6 +90,8 @@
* <br />
* This command basically sends the welcome message and adds the user to the
mailing list.
*
+ * @version CVS $Revision$ $Date$
+ * @since 2.2.0
* @see Subscribe
*/
public class SubscribeConfirm extends BaseCommand {
1.1.2.2 +2 -0
james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/UnSubscribe.java
Index: UnSubscribe.java
===================================================================
RCS file:
/home/cvs/james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/UnSubscribe.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- UnSubscribe.java 3 Jul 2003 07:50:16 -0000 1.1.2.1
+++ UnSubscribe.java 6 Jul 2003 11:53:56 -0000 1.1.2.2
@@ -89,6 +89,8 @@
* are currently subscribed to this list. If so, they will be sent a confirmation
mail to
* be processed by [EMAIL PROTECTED] UnSubscribeConfirm}
*
+ * @version CVS $Revision$ $Date$
+ * @since 2.2.0
* @see UnSubscribeConfirm
*/
public class UnSubscribe extends BaseCommand {
1.1.2.2 +2 -0
james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/UnSubscribeConfirm.java
Index: UnSubscribeConfirm.java
===================================================================
RCS file:
/home/cvs/james-server/src/java/org/apache/james/transport/mailets/listservcommands/Attic/UnSubscribeConfirm.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- UnSubscribeConfirm.java 3 Jul 2003 07:50:16 -0000 1.1.2.1
+++ UnSubscribeConfirm.java 6 Jul 2003 11:53:56 -0000 1.1.2.2
@@ -89,6 +89,8 @@
* <br />
* This command basically sends a goodbye message and removes the user from the
mailing list.
*
+ * @version CVS $Revision$ $Date$
+ * @since 2.2.0
* @see UnSubscribe
*/
public class UnSubscribeConfirm extends BaseCommand {
No revision
No revision
1.1.2.2 +2 -0
james-server/src/java/org/apache/james/transport/matchers/Attic/CommandListservMatcher.java
Index: CommandListservMatcher.java
===================================================================
RCS file:
/home/cvs/james-server/src/java/org/apache/james/transport/matchers/Attic/CommandListservMatcher.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- CommandListservMatcher.java 3 Jul 2003 07:50:16 -0000 1.1.2.1
+++ CommandListservMatcher.java 6 Jul 2003 11:53:56 -0000 1.1.2.2
@@ -73,6 +73,8 @@
* </mailet>
* </pre>
*
+ * @version CVS $Revision$ $Date$
+ * @since 2.2.0
* @see org.apache.james.transport.mailets.CommandListservManager
*/
public class CommandListservMatcher extends GenericRecipientMatcher {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]