See: Description
Interface | Description |
---|---|
MailValidator |
MailValidator validates a mail based on its content, in contrast to
validating based on the mail envelope.
|
Class | Description |
---|---|
ListDestination |
A ListDestination assigned to a recipient indicates that the mail should be
redistributed to multiple recipients.
|
ListMapper |
ListMapper is a configuration helper, which maps the canonical address of the
list (in case-insensitive mode) to the list.
|
ListMember |
Member holds information about a mailing list member.
|
ParsedMail |
ParsedMail encompasses both the original
Mail object and the mail
body lazily parsed into a MimeMessage format. |
SubjectRegexpValidator |
SubjectRegexpValidator accepts a mail if its subject matches the specified
regular expression pattern.
|