Uses of Class javax.mail.internet.AddressException

Uses in package javax.mail.internet

Constructors which throw type javax.mail.internet.AddressException

Constructor with an RFC 822 string representation of the address.
InternetAddress.InternetAddress(String address, boolean strict)
Constructor with an RFC 822 string representation of the address.

Methods which throw type javax.mail.internet.AddressException

InternetAddress[]
InternetAddress.getGroup(boolean strict)
Returns the members of a group address.
InternetAddress[]
InternetAddress.parse(String addresslist)
Parses the given comma-separated sequence of RFC 822 addresses into InternetAddresses.
NewsAddress[]
NewsAddress.parse(String newsgroups)
Parses the given comma-separated sequence of newsgroups into NewsAddresses.
InternetAddress[]
InternetAddress.parse(String addresslist, boolean strict)
Parses the given comma-separated sequence of RFC 822 addresses into InternetAddresses.
InternetAddress[]
InternetAddress.parseHeader(String addresslist, boolean strict)
Parses the given comma-separated sequence of RFC 822 addresses into InternetAddresses.
void
Validate this address according to the syntax rules of RFC 822.

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