|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AddressException | |
|---|---|
| javax.mail.internet | Classes modelling Internet mail systems. |
| Uses of AddressException in javax.mail.internet |
|---|
| Methods in javax.mail.internet that throw AddressException | |
static NewsAddress[] |
NewsAddress.parse(java.lang.String newsgroups)
Parses the given comma-separated sequence of newsgroups into NewsAddresses. |
InternetAddress[] |
InternetAddress.getGroup(boolean strict)
Returns the members of a group address. |
void |
InternetAddress.validate()
Validate this address according to the syntax rules of RFC 822. |
static InternetAddress[] |
InternetAddress.parse(java.lang.String addresslist)
Parses the given comma-separated sequence of RFC 822 addresses into InternetAddresses. |
static InternetAddress[] |
InternetAddress.parse(java.lang.String addresslist,
boolean strict)
Parses the given comma-separated sequence of RFC 822 addresses into InternetAddresses. |
static InternetAddress[] |
InternetAddress.parseHeader(java.lang.String addresslist,
boolean strict)
Parses the given comma-separated sequence of RFC 822 addresses into InternetAddresses. |
| Constructors in javax.mail.internet that throw AddressException | |
InternetAddress(java.lang.String address)
Constructor with an RFC 822 string representation of the address. |
|
InternetAddress(java.lang.String address,
boolean strict)
Constructor with an RFC 822 string representation of the address. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||