Package | Description |
---|---|
mireka.address |
Classes representing recipient addresses passed in mail envelopes.
|
mireka.filter.local.table |
Provides classes for configuring which recipients are local and what to
do with mails addressed to them.
|
mireka.login |
Contains classes for the configuration and verification of login
credentials.
|
Modifier and Type | Method and Description |
---|---|
LocalPart |
Mailbox.getLocalPart() |
LocalPart |
DomainPostmaster.localPart() |
LocalPart |
GenericRecipient.localPart() |
LocalPart |
GlobalPostmaster.localPart() |
LocalPart |
Recipient.localPart() |
Constructor and Description |
---|
Mailbox(String smtpText,
LocalPart localPart,
RemotePart remotePart) |
Modifier and Type | Method and Description |
---|---|
boolean |
CaseInsensitiveLocalPartSpecification.isSatisfiedBy(LocalPart localPart) |
boolean |
LocalPartSpecification.isSatisfiedBy(LocalPart localPart) |
boolean |
RegexLocalPart.isSatisfiedBy(LocalPart localPart) |
Modifier and Type | Method and Description |
---|---|
boolean |
Username.matches(LocalPart localPart) |