Methods in com.hs.mail.mailet with parameters of type SmtpMessage |
boolean |
ToRepository.accept(Set<Recipient> recipients,
SmtpMessage message)
|
boolean |
RemoteDelivery.accept(Set<Recipient> recipients,
SmtpMessage message)
|
boolean |
Mailet.accept(Set<Recipient> recipients,
SmtpMessage message)
Check if the mailet is interested in the given recipients and message. |
boolean |
LocalDelivery.accept(Set<Recipient> recipients,
SmtpMessage message)
|
boolean |
AliasingForwarding.accept(Set<Recipient> recipients,
SmtpMessage message)
|
boolean |
AbstractMailet.accept(Set<Recipient> recipients,
SmtpMessage message)
|
void |
MailetContext.sendMail(String sender,
String[] recipients,
SmtpMessage msg)
Send an outgoing message to the top of this mailet container's root queue. |
void |
DefaultMailetContext.sendMail(String sender,
String[] recipients,
SmtpMessage msg)
|
void |
ToRepository.service(Set<Recipient> recipients,
SmtpMessage message)
|
void |
RemoteDelivery.service(Set<Recipient> recipients,
SmtpMessage message)
For this message, we take the list of recipients, organize these into
distinct servers, and deliver the message for each of these servers. |
void |
Mailet.service(Set<Recipient> recipients,
SmtpMessage message)
Called by the SmtpMessageConsumer to allow the mailet to process the
message. |
void |
LocalDelivery.service(Set<Recipient> recipients,
SmtpMessage message)
|
void |
AliasingForwarding.service(Set<Recipient> recipients,
SmtpMessage message)
|
abstract void |
AbstractMailet.service(Set<Recipient> recipients,
SmtpMessage message)
|
void |
MailetContext.storeMail(long soleRecipientID,
String destination,
SmtpMessage msg)
Stores the message in the target folder. |
void |
DefaultMailetContext.storeMail(long soleRecipientID,
String destination,
SmtpMessage msg)
|