|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mail | |
---|---|
org.apache.mailet | The classes that constitute the Mailet API. |
Uses of Mail in org.apache.mailet |
---|
Methods in org.apache.mailet with parameters of type Mail | |
---|---|
void |
MailetContext.bounce(Mail mail,
String message)
Bounces the message using a standard format with the given message. |
void |
MailetContext.bounce(Mail mail,
String message,
MailAddress bouncer)
Bounces the email message using the provided email address as the sender of the bounce. |
Collection |
Matcher.match(Mail mail)
Takes a Mail message, looks at any pertinent information, and then returns a subset of recipients that meet the "match" conditions. |
Collection |
GenericRecipientMatcher.match(Mail mail)
Matches each recipient one by one through matchRecipient(MailAddress recipient) method. |
abstract Collection |
GenericMatcher.match(Mail mail)
Called by the matcher container to allow the matcher to process a message. |
void |
MailetContext.sendMail(Mail mail)
Send an outgoing message to the top of this mailet container's root queue. |
void |
Mailet.service(Mail mail)
Called by the mailet container to allow the mailet to process to a message. |
abstract void |
GenericMailet.service(Mail mail)
Called by the mailet container to allow the mailet to process a message. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |