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

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

Uses of SmtpMessage in com.hs.mail.mailet
 

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)
           
 

Uses of SmtpMessage in com.hs.mail.sieve
 

Methods in com.hs.mail.sieve that return SmtpMessage
 SmtpMessage SieveMailAdapter.getMessage()
           
 

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

Uses of SmtpMessage in com.hs.mail.smtp
 

Methods in com.hs.mail.smtp that return SmtpMessage
 SmtpMessage SmtpSession.getMessage()
           
 

Methods in com.hs.mail.smtp with parameters of type SmtpMessage
 void SmtpSession.setMessage(SmtpMessage message)
           
 

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

Methods in com.hs.mail.smtp.message that return SmtpMessage
static SmtpMessage SmtpMessage.readMessage(String name)
           
 



Copyright © 2011. All Rights Reserved.