Uses of Class javax.mail.internet.AddressException

Uses in package javax.mail.internet

Constructors which throw type javax.mail.internet.AddressException

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.

© Copyright 2003, 2004 The Free Software Foundation, All rights reserved