Uses of Interface
org.apache.mailet.Mail

Uses of Mail in org.apache.mailet
 

Methods in org.apache.mailet with parameters of type Mail
 void MailetContext.bounce(Mail mail, java.lang.String message)
          Bounces the message using a standard format with the given message.
 void MailetContext.bounce(Mail mail, java.lang.String message, MailAddress bouncer)
          Bounces the message using a standard format with the given message.
 java.util.Collection Matcher.match(Mail mail)
          Takes a Mail message, looks at any pertinent information, and returns a subset of recipients that meet the match conditions.
 void MailetContext.sendMail(Mail mail)
          Sends an outgoing message to the top of this mailet container's root queue.
 void Mailet.service(Mail mail)
          Services a mail message.
 



Copyright © 2007-2009 The Apache Software Foundation. All Rights Reserved.