Uses of Class
com.icegreen.greenmail.mail.MailAddress
-
Packages that use MailAddress Package Description com.icegreen.greenmail.mail com.icegreen.greenmail.smtp com.icegreen.greenmail.user -
-
Uses of MailAddress in com.icegreen.greenmail.mail
Methods in com.icegreen.greenmail.mail that return MailAddress Modifier and Type Method Description MailAddressMovingMessage. getReturnPath()Retrieves the address from which the email was sent.Methods in com.icegreen.greenmail.mail that return types with arguments of type MailAddress Modifier and Type Method Description List<MailAddress>MovingMessage. getToAddresses()Retrieves the addresses from which the email was sent.Methods in com.icegreen.greenmail.mail with parameters of type MailAddress Modifier and Type Method Description voidMovingMessage. addRecipient(MailAddress s)Adds an address from which the email was sent.voidMovingMessage. removeRecipient(MailAddress s)Removes an address from the list of addresses from which the email was sent.voidMovingMessage. setReturnPath(MailAddress fromAddress)Sets or overwrites the address from which the email was sent. -
Uses of MailAddress in com.icegreen.greenmail.smtp
Methods in com.icegreen.greenmail.smtp with parameters of type MailAddress Modifier and Type Method Description StringSmtpManager. checkRecipient(SmtpState state, MailAddress rcpt)StringSmtpManager. checkSender(SmtpState state, MailAddress sender) -
Uses of MailAddress in com.icegreen.greenmail.user
Methods in com.icegreen.greenmail.user with parameters of type MailAddress Modifier and Type Method Description voidUserManager. deliver(MovingMessage msg, MailAddress mailAddress)GreenMailUserMessageDeliveryHandler. handle(MovingMessage msg, MailAddress mailAddress)
-