Package | Description |
---|---|
mireka.address.parser |
SMTP specific parsers, for example one which parses the recipient parameter of an RCPT command.
|
mireka.address.parser.base |
Provides generic, non mail specific parsing infrastructure.
|
Modifier and Type | Field and Description |
---|---|
static CharClass |
CharClasses.ALPHA |
static CharClass |
CharClasses.DIGIT |
static CharClass |
CharClasses.LDH
Letter, digit, hyphen.
|
static CharClass |
CharClasses.LET_DIG
Letter, digit
|
Modifier and Type | Method and Description |
---|---|
protected void |
CharParser.accept(CharClass charClass) |