Uses of Class
org.apache.mailet.MailAddress

Uses of MailAddress in org.apache.mailet
 

Methods in org.apache.mailet that return MailAddress
 MailAddress Mail.getSender()
          The sender of the message, as specified by the MAIL FROM header, or internally defined
 MailAddress MailetContext.getPostmaster()
          Returns the postmaster's address for this mailet context.
 

Methods in org.apache.mailet with parameters of type MailAddress
abstract  boolean GenericRecipientMatcher.matchRecipient(MailAddress recipient)
          Simple check to match exclusively on the email address (not message information).
 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(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.
 void MailetContext.storeMail(MailAddress sender, MailAddress recipient, MimeMessage msg)
          Deprecated. - use sparingly. Service will be replaced with resource acquired via JNDI.
 



"Copyright © 1999-2003 ASF James Project. All Rights Reserved."