Uses of Interface
org.apache.mailet.Mail

Uses of Mail in org.apache.mailet
 

Methods in org.apache.mailet with parameters of type Mail
 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.
 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 message.
abstract  void GenericMailet.service(Mail mail)
          Called by the mailet container to allow the mailet to process a message.
 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.
 



"Copyright © 1999-2003 Apache Jakarta Project. All Rights Reserved."