|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
void |
MailetContext.sendMail(Mail mail)
Send an outgoing message to the top of this mailet container's root queue. |
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. |
void |
Mailet.service(Mail mail)
Called by the mailet container to allow the mailet to process to a message. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |