| Package | Description | 
|---|---|
| mireka.address.parser | SMTP specific parsers, for example one which parses the recipient parameter of an RCPT command. | 
| Modifier and Type | Field and Description | 
|---|---|
| Ipv6Token.Kind | Ipv6Token. kind | 
| Modifier and Type | Method and Description | 
|---|---|
| static Ipv6Token.Kind | Ipv6Token.Kind. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Ipv6Token.Kind[] | Ipv6Token.Kind. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| Ipv6Token(int position,
         java.util.List<CharToken> spellingTokens,
         Ipv6Token.Kind kind) |