Uses of Class
org.apache.james.transport.mailets.AbstractRedirect

Packages that use AbstractRedirect
org.apache.james.transport.mailets Core mailets for use with the Mailet API. 
 

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

Subclasses of AbstractRedirect in org.apache.james.transport.mailets
 class AbstractNotify
          Abstract mailet providing configurable notification services.
 class Bounce
          Generates a response to the reverse-path address.
 class DSNBounce
          Generates a Delivery Status Notification (DSN) Note that this is different than a mail-client's reply, which would use the Reply-To or From header.
 class Forward
          Replaces incoming recipients with those specified, and resends the message unaltered.
 class NotifyPostmaster
          Sends a notification message to the Postmaster.
 class NotifySender
          Sends a notification message to the sender of a message.
 class Redirect
          A mailet providing configurable redirection services.
 class Resend
          A mailet providing configurable redirection services.
 



Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.