org.apache.mailet |
The classes that constitute the Mailet API.
|
Java Source File Name | Type | Comment |
GenericMailet.java | Class | GenericMailet makes writing mailets easier. |
GenericMatcher.java | Class | GenericMatcher implements the Matcher and MatcherConfig interfaces.
GenericMatcher makes writing matchers easier. |
GenericRecipientMatcher.java | Class | GenericMatcher makes writing recipient based matchers easier. |
HostAddress.java | Class | |
Mail.java | Interface | Wrap a MimeMessage with routing information (from SMTP) such
as SMTP specified recipients, sender, and ip address and hostname
of sending server. |
MailAddress.java | Class | A representation of an email address.
This class encapsulates functionalities to access to different
parts of an email address without dealing with its parsing.
A MailAddress is an address specified in the MAIL FROM and
RCPT TO commands in SMTP sessions. |
Mailet.java | Interface | Draft of a Mailet inteface. |
MailetConfig.java | Interface | A mailet configuration object used by a mailet container to pass information
to a mailet during initialization. |
MailetContext.java | Interface | Defines a set of methods that a mailet or matcher uses to communicate
with its mailet container, for example, to send a new message, to
deliver a message locally, or write to a log file. |
MailetException.java | Class | Defines a general exception a mailet can throw when it encounters difficulty. |
Matcher.java | Interface | This interface define the behaviour of the message "routing" inside
the mailet container. |
MatcherConfig.java | Interface | A matcher configuration object used by a mailet container used to pass information
to a matcher during initialization. |
RFC2822Headers.java | Class | |