|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EmailAddress | |
---|---|
com.goldeninnovations.smp | |
com.goldeninnovations.smp.messagefilter | The messagefilter package provides several MessageFilter implementations
that can be used in addition to or as an alternative to defining a custom MessageFilter implementation. |
Uses of EmailAddress in com.goldeninnovations.smp |
---|
Methods in com.goldeninnovations.smp that return EmailAddress | |
---|---|
abstract EmailAddress |
EmailMessage.getFromAddress()
The email address of the sender specified by the remote SMTP server. |
Methods in com.goldeninnovations.smp that return types with arguments of type EmailAddress | |
---|---|
abstract List<EmailAddress> |
EmailMessage.getToAddress()
Email addresses of the recipients specified by the remote SMPT server. |
Methods in com.goldeninnovations.smp with parameters of type EmailAddress | |
---|---|
boolean |
MessageFilter.acceptMessage(EmailAddress recipient,
InetAddress senderAddress,
EmailAddress sender)
Determines whether the email message (or the recipient if there are multiple to addresses specified) should be accepted. |
abstract void |
EmailMessage.addToAddress(EmailAddress address)
Email addresses of the recipients specified by the remote SMPT server. |
abstract void |
EmailMessage.setFrom(EmailAddress address)
The email address of the sender specified by the remote SMTP server. |
Uses of EmailAddress in com.goldeninnovations.smp.messagefilter |
---|
Methods in com.goldeninnovations.smp.messagefilter with parameters of type EmailAddress | |
---|---|
boolean |
MessageFilterChain.acceptMessage(EmailAddress recipient,
InetAddress senderAddress,
EmailAddress sender)
Checks with the MessageFilters and returns true only if they all accept the message |
boolean |
DomainMessageFilter.acceptMessage(EmailAddress recipient,
InetAddress senderAddress,
EmailAddress sender)
Returns true if the domain name of the recipient matches exactly with one of the domains specified in by the addDomain method (or constructor). |
boolean |
DefaultMessageFilter.acceptMessage(EmailAddress recipient,
InetAddress senderAddress,
EmailAddress sender)
Returns true for all legal email addresses. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |