(package private) static InternetAddress |
InternetAddress._getLocalAddress(Session session) |
A package-private version of getLocalAddress that doesn't swallow
the exception.
|
private static void |
InternetAddress.checkAddress(java.lang.String addr,
boolean routeAddr,
boolean validate) |
Check that the address is a valid "mailbox" per RFC822.
|
InternetAddress[] |
InternetAddress.getGroup(boolean strict) |
Return the members of a group address.
|
static InternetAddress[] |
InternetAddress.parse(java.lang.String addresslist) |
Parse the given comma separated sequence of addresses into
InternetAddress objects.
|
static InternetAddress[] |
InternetAddress.parse(java.lang.String addresslist,
boolean strict) |
Parse the given sequence of addresses into InternetAddress
objects.
|
private static InternetAddress[] |
InternetAddress.parse(java.lang.String s,
boolean strict,
boolean parseHdr) |
|
static NewsAddress[] |
NewsAddress.parse(java.lang.String newsgroups) |
Parse the given comma separated sequence of newsgroups into
NewsAddress objects.
|
static InternetAddress[] |
InternetAddress.parseHeader(java.lang.String addresslist,
boolean strict) |
Parse the given sequence of addresses into InternetAddress
objects.
|
void |
InternetAddress.validate() |
Validate that this address conforms to the syntax rules of
RFC 822.
|