| Package | Description |
|---|---|
| javax.mail.internet |
Classes specific to Internet mail systems.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AddressException |
The exception thrown when a wrongly formatted address is encountered.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
MimeUtility.decodeWord(java.lang.String eword) |
The string is parsed using the rules in RFC 2047 and RFC 2231 for
parsing an "encoded-word".
|
HeaderTokenizer.Token |
HeaderTokenizer.next() |
Parses the next token from this String.
|
HeaderTokenizer.Token |
HeaderTokenizer.next(char endOfAtom) |
Parses the next token from this String.
|
HeaderTokenizer.Token |
HeaderTokenizer.next(char endOfAtom,
boolean keepEscapes) |
Parses the next token from this String.
|
HeaderTokenizer.Token |
HeaderTokenizer.peek() |
Peek at the next token, without actually removing the token
from the parse stream.
|
| Constructor | Description |
|---|---|
ContentDisposition(java.lang.String s) |
Constructor that takes a ContentDisposition string.
|
ContentType(java.lang.String s) |
Constructor that takes a Content-Type string.
|
ParameterList(java.lang.String s) |
Constructor that takes a parameter-list string.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms< /a>.