public class AddressParser
extends java.lang.Object
| Constructor and Description |
|---|
AddressParser() |
| Modifier and Type | Method and Description |
|---|---|
static Address |
parseAddress(java.lang.CharSequence address)
Parses a address like specified in RFC 2822.
|
static Address[] |
parseMailboxList(java.lang.CharSequence mailboxList)
Parses a mailbox-list like specified in RFC 2822.
|
public static Address[] parseMailboxList(java.lang.CharSequence mailboxList) throws ParserException
mailboxList - CharSequence to parseParserExceptionpublic static Address parseAddress(java.lang.CharSequence address) throws ParserException
address - CharSequence to parseParserExceptionCopyright © 2024. All Rights Reserved.