Package | Description |
---|---|
javax.mail.internet |
Classes specific to Internet mail systems.
|
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 object representing the current user.
|
static InternetAddress[] |
InternetAddress.parse(String addresslist)
Parse the given comma separated sequence of addresses into
InternetAddress objects.
|
static InternetAddress[] |
InternetAddress.parse(String addresslist,
boolean strict)
Parse the given sequence of addresses into InternetAddress
objects.
|
static InternetAddress[] |
InternetAddress.parseHeader(String addresslist,
boolean strict)
Parse the given sequence of addresses into InternetAddress
objects.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.