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 parseParserException
public static Address parseAddress(java.lang.CharSequence address) throws ParserException
address
- CharSequence to parseParserException
Copyright © 2021. All Rights Reserved.