org.apache.james.transport.mailets.listservcommands |
|
Java Source File Name | Type | Comment |
BaseCommand.java | Class | BaseCommand is a convience base class for any class that wishes to implement
IListServCommand . |
ErrorCommand.java | Class | Error handles the error command. |
IListServCommand.java | Interface | IListServCommand is the interface that all pluggable list serv commands must implement. |
Info.java | Class | Info handles the info command. |
MailDataSource.java | Class | |
Owner.java | Class | |
Subscribe.java | Class | Subscribe handles the subscribe command.
It is configured by:
<command name="subscribe" class="Subscribe"/>
It uses the formatted text-based resources for its return mail body:
After formatting the text, the message is delivered with
Subscribe.sendStandardReply Note, prior to formatting and sending any text, the user is checked to see if they
are already subscribed to this list. |
SubscribeConfirm.java | Class | Subscribe handles the subscribe-confirm command. |
UnSubscribe.java | Class | UnSubscribe handles the unsubscribe command.
It is configured by:
<command name="unsubscribe" class="UnSubscribe"/>
It uses the formatted text-based resources for its return mail body:
After formatting the text, the message is delivered with
UnSubscribe.sendStandardReply Note, prior to formatting and sending any text, the user is checked to see that they
are currently subscribed to this list. |
UnSubscribeConfirm.java | Class | UnSubscribeConfirm handles the unsubscribe-confirm command. |