Classes specific to Internet mail systems.
-
InternetAddress.getGroup(boolean strict)
Return the members of a group address.
Parse the given comma separated sequence of addresses into
InternetAddress objects.
InternetAddress.parse(String addresslist,
boolean strict)
Parse the given sequence of addresses into InternetAddress
objects.
Parse the given comma separated sequence of newsgroups into
NewsAddress objects.
Parse the given sequence of addresses into InternetAddress
objects.
void
Validate that this address conforms to the syntax rules of
RFC 822.
Parse the given string and create an InternetAddress.