| Package | Description |
|---|---|
| javax.mail.internet |
| Modifier and Type | Method and Description |
|---|---|
InternetAddress[] |
InternetAddress.getGroup(boolean strict)
Return the members of a group address.
|
static NewsAddress[] |
NewsAddress.parse(String addresses)
Parse a comma-spearated list of addresses.
|
static InternetAddress[] |
InternetAddress.parse(String addresses)
Parse addresses out of the string with basic checking.
|
static InternetAddress[] |
InternetAddress.parse(String addresses,
boolean strict)
Parse addresses out of the string.
|
static InternetAddress[] |
InternetAddress.parseHeader(String addresses,
boolean strict)
Parse addresses out of the string.
|
void |
InternetAddress.validate()
Validate the address portion of an internet address to ensure
validity.
|
| Constructor and Description |
|---|
InternetAddress(String address) |
InternetAddress(String address,
boolean strict) |
Copyright © 2013. All Rights Reserved.