Package mireka.list
Provides a simple mailing list, which can be used for small, closed,
internal mailing lists, if a full mailing list manager software is not
available.
-
Interface Summary Interface Description MailValidator MailValidator validates a mail based on its content, in contrast to validating based on the mail envelope. -
Class Summary 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 originalMailobject and the mail body lazily parsed into aMimeMessageformat.SubjectRegexpValidator SubjectRegexpValidator accepts a mail if its subject matches the specified regular expression pattern.