Package org.apache.mailet

This package constitutes the Mailet API.

See:
          Description

Interface Summary
Mail Wraps a MimeMessage with additional routing and processing information.
Mailet A Mailet processes mail messages.
MailetConfig A mailet configuration object used by the mailet container to pass information to a mailet during initialization.
MailetContext Defines a set of methods that can be used to interact with the mailet container.
Matcher This interface defines the behaviour of the message "routing" inside the mailet container.
MatcherConfig A matcher configuration object used by the mailet container to pass information to a matcher during initialization.
 

Class Summary
HostAddress Deprecated.  
MailAddress A representation of an email address.
 

Enum Summary
MailetContext.LogLevel Loglevel for logging operations
MailetContext.RecordType DNS Record Types for lookup operations
 

Exception Summary
LookupException Defines a general exception raised by the MailetContext dns lookup methods.
MailetException Defines a general exception a mailet can throw when it encounters difficulty.
TemporaryLookupException Defines a general exception raised by the MailetContext dns lookup methods.
 

Package org.apache.mailet Description

This package constitutes the Mailet API.

To understand the API, start by reviewing the Matcher and Mailet interfaces.



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.