Package | Description |
---|---|
javax.mail.internet |
Classes modelling Internet mail systems.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AddressException |
An exception thrown when an incorrectly formatted address is encountered.
|
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
MimeUtility.decodeWord(java.lang.String text) |
Decodes the specified string using the RFC 2047 rules for parsing an
"encoded-word".
|
HeaderTokenizer.Token |
HeaderTokenizer.next() |
Returns the next token.
|
HeaderTokenizer.Token |
HeaderTokenizer.peek() |
Peeks at the next token.
|
Constructor | Description |
---|---|
ContentDisposition(java.lang.String s) |
Constructor that parses a Content-Disposition value from an RFC 2045
string representation.
|
ContentType(java.lang.String s) |
Constructor that parses a Content-Type value from an RFC 2045 string
representation.
|
ParameterList(java.lang.String s) |
Constructor with a parameter-list string.
|
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved