Package | Description |
---|---|
javax.mail.internet |
Modifier and Type | Method and Description |
---|---|
InternetAddress[] |
InternetAddress.getGroup(boolean strict)
Return the members of a group address.
|
static InternetAddress |
InternetAddress.getLocalAddress(Session session)
Return an InternetAddress representing the current user.
|
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.
|
Copyright © 2013. All Rights Reserved.