Package | Description |
---|---|
mireka.filter.local.table |
Provides classes for configuring which recipients are local and what to
do with mails addressed to them.
|
Modifier and Type | Class and Description |
---|---|
class |
CaseInsensitiveLocalPartSpecification
This implementation does case-insensitive comparisons using the US locale.
|
class |
RegexLocalPart
RegexLocalPart compares the local part of an address with the specified
regular expression.
|
Modifier and Type | Method and Description |
---|---|
LocalPartSpecification |
AnyDomainRecipient.getLocalPart() |
LocalPartSpecification |
SplitRecipientSpecification.getLocalPartSpecification() |
Modifier and Type | Method and Description |
---|---|
void |
AnyDomainRecipient.setLocalPart(LocalPartSpecification localPart) |
void |
SplitRecipientSpecification.setLocalPartSpecification(LocalPartSpecification localPartSpecification) |
Constructor and Description |
---|
LocalRemoteCombinedRecipientSpecification(LocalPartSpecification localPartSpecification,
RemotePart remotePart) |