Uses of Class
com.icegreen.greenmail.mail.MailAddress
Packages that use MailAddress
Package
Description
-
Uses of MailAddress in com.icegreen.greenmail.mail
Methods in com.icegreen.greenmail.mail that return MailAddressModifier and TypeMethodDescriptionMovingMessage.getReturnPath()Retrieves the address from which the email was sent.Methods in com.icegreen.greenmail.mail that return types with arguments of type MailAddressModifier and TypeMethodDescriptionMovingMessage.getToAddresses()Retrieves the addresses from which the email was sent.Methods in com.icegreen.greenmail.mail with parameters of type MailAddressModifier and TypeMethodDescriptionvoidMovingMessage.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 MailAddressModifier and TypeMethodDescriptionSmtpManager.checkRecipient(SmtpState state, MailAddress rcpt) SmtpManager.checkSender(SmtpState state, MailAddress sender) -
Uses of MailAddress in com.icegreen.greenmail.user
Methods in com.icegreen.greenmail.user with parameters of type MailAddressModifier and TypeMethodDescriptionvoidUserManager.deliver(MovingMessage msg, MailAddress mailAddress) MessageDeliveryHandler.handle(MovingMessage msg, MailAddress mailAddress)