Uses of Class
org.apache.mailet.GenericMailet

Packages that use GenericMailet
org.apache.james.transport.mailets   
org.apache.james.transport.mailets.debug   
 

Uses of GenericMailet in org.apache.james.transport.mailets
 

Subclasses of GenericMailet in org.apache.james.transport.mailets
 class AddFooter
          This mailet will attach text to the end of the message (like a footer).
 class AvalonListserv
          MailingListServer capability.
 class AvalonListservManager
          Adds or removes an email address to a listserv.
 class Forward
          Replace incoming recipient with specified ones.
 class GenericListserv
          An abstract implementation of a listserv.
 class GenericListservManager
          An abstract implementation of a listserv manager.
 class JDBCAlias
          Rewrites recipient addresses based on a database table.
 class LocalDelivery
          Receive a Mail from JamesSpoolManager and takes care of delivery the message to local inboxes.
 class NotifyPostmaster
          Sends an error message to the sender of a message (that's typically landed in the error mail repository).
 class NotifySender
          Sends an error message to the sender of a message (that's typically landed in the error mail repository).
 class Null
          Simpliest Mailet which destroy any incoming messages.
 class PostmasterAlias
          Rewrites recipient addresses to make sure email for the postmaster is always handled.
 class Redirect
          A mailet providing configurable redirection services
This mailet can produce listserver, forward and notify behaviour, with the original message intact, attached, appended or left out altogether.
This built in functionality is controlled by the configuration as laid out below.
 class RemoteDelivery
          Receive a MessageContainer from JamesSpoolManager and takes care of delivery the message to remote hosts.
 class ServerTime
          Returns the current time for the mail server.
 class ToProcessor
          No idea what this class is for.....
 class ToRepository
          Stores incoming Mail in the specified Repository.
 class UseHeaderRecipients
          Mailet designed to process the recipients from the mail headers rather than the recipients specified in the SMTP message header.
 

Uses of GenericMailet in org.apache.james.transport.mailets.debug
 

Subclasses of GenericMailet in org.apache.james.transport.mailets.debug
 class Counter
          A simple in memory counter.
 class DumpSystemErr
          Debugging purpose Mailet.
 class ExceptionThrowingMailet
          Debugging purpose Mailet.
 class Identity
          Opposite of Null Mailet.
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.