Package mireka.filter.local.table
Interface LocalPartSpecification
-
- All Known Implementing Classes:
CaseInsensitiveLocalPartSpecification,RegexLocalPart
public interface LocalPartSpecificationLocalPartSpecification is able to decide if the local part of a recipient address matches it. Local parts of local mailbox addresses are usually case insensitive. In contrast to this, generic recipient addresses (forwarded to a different domain) must be treated as if it were case sensitive.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSatisfiedBy(LocalPart localPart)
-
-
-
Method Detail
-
isSatisfiedBy
boolean isSatisfiedBy(LocalPart localPart)
-
-