Uses of Class
com.hs.mail.smtp.message.Recipient

Packages that use Recipient
com.hs.mail.mailet   
com.hs.mail.sieve   
com.hs.mail.smtp.message   
 

Uses of Recipient in com.hs.mail.mailet
 

Method parameters in com.hs.mail.mailet with type arguments of type Recipient
 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)
           
static void RemoteDelivery.removeAll(Collection<Recipient> recipients, javax.mail.Address[] addresses)
           
 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)
           
 

Uses of Recipient in com.hs.mail.sieve
 

Methods in com.hs.mail.sieve with parameters of type Recipient
static boolean Sieve.runSieve(MailetContext context, Recipient recipient, SmtpMessage msg)
           
 

Uses of Recipient in com.hs.mail.smtp.message
 

Methods in com.hs.mail.smtp.message that return types with arguments of type Recipient
 Set<Recipient> SmtpMessage.getRecipients()
           
 

Methods in com.hs.mail.smtp.message with parameters of type Recipient
 void SmtpMessage.addRecipient(Recipient recipient)
           
 



Copyright © 2011. All Rights Reserved.