|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MailAddress | |
---|---|
org.apache.mailet | The classes that constitute the Mailet API. |
Uses of MailAddress in org.apache.mailet |
---|
Methods in org.apache.mailet that return MailAddress | |
---|---|
MailAddress |
MailetContext.getPostmaster()
Returns the postmaster's address for this mailet context. |
MailAddress |
Mail.getSender()
The sender of the message, as specified by the MAIL FROM header, or internally defined |
Methods in org.apache.mailet with parameters of type MailAddress | |
---|---|
void |
MailetContext.bounce(Mail mail,
String message,
MailAddress bouncer)
Bounces the email message using the provided email address as the sender of the bounce. |
abstract boolean |
GenericRecipientMatcher.matchRecipient(MailAddress recipient)
Simple check to match exclusively on the email address (not message information). |
void |
MailetContext.sendMail(MailAddress sender,
Collection recipients,
MimeMessage msg)
Send an outgoing message to the top of this mailet container's root queue. |
void |
MailetContext.sendMail(MailAddress sender,
Collection recipients,
MimeMessage msg,
String state)
Send an outgoing message to the top of this mailet container queue for the appropriate processor that is specified. |
void |
MailetContext.storeMail(MailAddress sender,
MailAddress recipient,
MimeMessage msg)
Deprecated. - use sparingly. Service will be replaced with resource acquired via JNDI. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |