Frames | No Frames |
Constructors which throw type javax.mail.internet.AddressException | |
InternetAddress.InternetAddress(String address) Parse the given string and create an InternetAddress. | |
InternetAddress.InternetAddress(String address, boolean strict) Parse the given string and create an InternetAddress. |
Methods which throw type javax.mail.internet.AddressException | |
InternetAddress[] | InternetAddress.getGroup(boolean strict) Return the members of a group address. |
InternetAddress[] | InternetAddress.parse(String addresslist) Parse the given comma separated sequence of addresses into
InternetAddress objects. |
NewsAddress[] | NewsAddress.parse(String newsgroups) Parse the given comma separated sequence of newsgroups into NewsAddress
objects. |
InternetAddress[] | InternetAddress.parse(String addresslist, boolean strict) Parse the given sequence of addresses into InternetAddress objects. |
InternetAddress[] | InternetAddress.parseHeader(String addresslist, boolean strict) Parse the given sequence of addresses into InternetAddress objects. |
void | Validate that this address conforms to the syntax rules of RFC 822. |