See: Description
Class | Description |
---|---|
AbstractNotify |
Abstract mailet providing configurable notification services.
This mailet can be subclassed to make authoring notification mailets simple. |
AbstractRecipientRewriteTable | Deprecated
use the definitions in virtualusertable-store.xml instead
|
AbstractRecipientRewriteTableMailet |
Abstract base class which should get extended by classes which handle mapping
operations based on RecipientRewriteTable implementations
|
AbstractRedirect |
Abstract mailet providing configurable redirection services.
This mailet can be subclassed to make authoring redirection mailets simple. By extending it and overriding one or more of these methods new behaviour can be quickly created without the author having to address any other issue than the relevant one: |
AbstractRedirect.SpecialAddress |
Class containing "special addresses" constants.
|
BayesianAnalysis |
Spam detection mailet using bayesian analysis techniques.
|
BayesianAnalysisFeeder |
Feeds ham OR spam messages to train the
BayesianAnalysis mailet. |
Bounce |
Generates a response to the reverse-path address.
|
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.
|
Forward |
Replaces incoming recipients with those specified, and resends the message
unaltered.
|
FromRepository |
Re-spools Mail found in the specified Repository.
|
JDBCAlias |
Rewrites recipient addresses based on a database table.
|
JDBCRecipientRewriteTable | Deprecated
use the definitions in virtualusertable-store.xml instead
|
LocalDelivery |
Receives a Mail from the Queue and takes care of delivery of the
message to local inboxes.
|
NotifyPostmaster |
Sends a notification message to the Postmaster.
|
NotifySender |
Sends a notification message to the sender of a message.
|
RecipientRewriteTable |
Mailet which should get used when using RecipientRewriteTable-Store to
implementations for mappings of forwards and aliases.
|
Redirect |
A mailet providing configurable redirection services.
|
RemoteDelivery |
The RemoteDelivery mailet delivers messages to a remote SMTP server able to deliver or forward messages to their final
destination.
|
RemoteDeliverySocketFactory |
It is used by RemoteDelivery in order to make possible to bind the client
socket to a specific ip address.
|
Resend |
A mailet providing configurable redirection services.
|
ResourceLocatorImpl |
To maintain backwards compatibility with existing installations, this uses
the old file based scheme.
|
SieveMailet |
Contains resource bindings.
|
SpamAssassin |
Sends the message through daemonized SpamAssassin (spamd), visit spamassassin.apache.org/ for info
on configuration.
|
SPF |
Check the ip, sender, helo against SPF.
|
ToRecipientFolder |
Receives a Mail from the Queue and takes care to deliver the message
to a defined folder of the recipient(s).
|
ToRepository |
Stores incoming Mail in the specified Repository.
If the "passThrough" in confs is true the mail will be returned untouched in the pipe. |
ToSenderFolder |
Receives a Mail from the Queue and takes care to deliver the message
to a defined folder of the sender.
|
UsersRepositoryAliasingForwarding | Deprecated
use org.apache.james.transport.mailets.RecipientRewriteTable
|
WhiteListManager |
Manages for each local user a "white list" of remote addresses whose messages
should never be blocked as spam.
|
XMLRecipientRewriteTable | Deprecated
use the definitions in virtualusertable-store.xml instead
|
Core mailets for use with the Mailet API.
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.