InternetAddress[] | 
InternetAddress.getGroup(boolean strict) | 
 Return the members of a group address. 
 | 
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 NewsAddress[] | 
NewsAddress.parse(String newsgroups) | 
 Parse the given comma separated sequence of newsgroups into
 NewsAddress objects. 
 | 
static InternetAddress[] | 
InternetAddress.parseHeader(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. 
 |