Uses of Interface
org.apache.mailet.MailetConfig

Packages that use MailetConfig
org.apache.james.core Implementations of core James services and concepts. 
org.apache.james.transport.mailets Core mailets for use with the Mailet API. 
org.apache.james.transport.mailets.debug Debugging mailets for use with the Mailet API. 
org.apache.mailet The classes that constitute the Mailet API. 
 

Uses of MailetConfig in org.apache.james.core
 

Classes in org.apache.james.core that implement MailetConfig
 class MailetConfigImpl
          Implements the configuration object for a Mailet.
 

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

Classes in org.apache.james.transport.mailets that implement MailetConfig
 class AddFooter
          This mailet will attach text to the end of the message (like a footer).
 class AddHabeasWarrantMark
           
 class AddHeader
          Adds a specified header and value to the message.
 class AvalonListserv
          MailingListServer capability.
 class AvalonListservManager
          Adds or removes an email address to a listserv.
 class Forward
          Replaces incoming recipients with those specified.
 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 JDBCListserv
          Rewrites recipient addresses based on a database table.
 class JDBCVirtualUserTable
          Implements a Virtual User Table for JAMES.
 class LocalDelivery
          Receives a Mail from JamesSpoolManager and takes care of delivery of 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
          Simplest Mailet which destroys 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.
 class RemoteDelivery
          Receives 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
          This mailet redirects the mail to the named processor Sample configuration: spam Notice attached to the message (optional)
 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 MailetConfig in org.apache.james.transport.mailets.debug
 

Classes in org.apache.james.transport.mailets.debug that implement MailetConfig
 class Counter
          A simple in memory counter.
 class DumpSystemErr
          Debugging purpose Mailet.
 class ExceptionThrowingMailet
          Debugging purpose Mailet.
 class Identity
          Opposite of Null Mailet.
 

Uses of MailetConfig in org.apache.mailet
 

Classes in org.apache.mailet that implement MailetConfig
 class GenericMailet
          GenericMailet makes writing mailets easier.
 

Methods in org.apache.mailet that return MailetConfig
 MailetConfig Mailet.getMailetConfig()
          Returns a MailetConfig object, which contains initialization and startup parameters for this mailet.
 MailetConfig GenericMailet.getMailetConfig()
          Returns this matcher's MailetConfig object.
 

Methods in org.apache.mailet with parameters of type MailetConfig
 void Mailet.init(MailetConfig config)
          Called by the mailet container to indicate to a mailet that the mailet is being placed into service.
 void GenericMailet.init(MailetConfig newConfig)
          Called by the mailet container to indicate to a mailet that the mailet is being placed into service.
 



"Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved."