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 A specialized subclass of javax.mail.URLName, which provides the name of a URL as well as its corresponding host name.
MailAddress A representation of an email address.
 

Exception Summary
MailetException Defines a general exception a mailet can throw when it encounters difficulty.
 

Package org.apache.mailet Description

This package constitutes the Mailet API.

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



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