|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InternetAddress | |
javax.mail.internet | Classes modelling Internet mail systems. |
Uses of InternetAddress in javax.mail.internet |
Methods in javax.mail.internet that return InternetAddress | |
InternetAddress[] |
InternetAddress.getGroup(boolean strict)
Returns the members of a group address. |
static InternetAddress |
InternetAddress.getLocalAddress(Session session)
Returns an InternetAddress object representing the current user. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |