How do I parse a comma-separated list of newsgroups into an array of Address objects?
Created May 7, 2012
John Zukowski The NewsAddress class in the javax.mail.internet package can do this for you:
public static NewsAddress[] parse(String newsgroups) throws AddressException