| Package | Description |
|---|---|
| javax.mail.internet |
Classes specific to Internet mail systems.
|
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
static NewsAddress[] |
NewsAddress.parse(java.lang.String newsgroups) |
Parse the given comma separated sequence of newsgroup 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.
|
| Constructor | Description |
|---|---|
InternetAddress(java.lang.String address) |
Constructor.
|
InternetAddress(java.lang.String address,
boolean strict) |
Parse the given string and create an InternetAddress.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms< /a>.