Uses of Class
com.icegreen.greenmail.mail.MailAddress

Packages that use MailAddress
com.icegreen.greenmail.mail   
com.icegreen.greenmail.smtp   
 

Uses of MailAddress in com.icegreen.greenmail.mail
 

Methods in com.icegreen.greenmail.mail that return MailAddress
 MailAddress MovingMessage.getReturnPath()
           
 

Methods in com.icegreen.greenmail.mail with parameters of type MailAddress
 void MovingMessage.addRecipient(MailAddress s)
           
 void MovingMessage.removeRecipient(MailAddress s)
           
 void MovingMessage.setReturnPath(MailAddress fromAddress)
           
 

Uses of MailAddress in com.icegreen.greenmail.smtp
 

Methods in com.icegreen.greenmail.smtp with parameters of type MailAddress
 String SmtpManager.checkRecipient(SmtpState state, MailAddress rcpt)
           
 String SmtpManager.checkSender(SmtpState state, MailAddress sender)
           
 



Copyright © 2006-2009 Icegreen Technologies. All Rights Reserved.