Interface LocalPartSpecification

  • All Known Implementing Classes:
    CaseInsensitiveLocalPartSpecification, RegexLocalPart

    public interface LocalPartSpecification
    LocalPartSpecification 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 Detail

      • isSatisfiedBy

        boolean isSatisfiedBy​(LocalPart localPart)