Classes specific to Internet mail systems.
-
class
The exception thrown when a wrongly formatted address is encountered.
The string is parsed using the rules in RFC 2047 and RFC 2231 for
parsing an "encoded-word".
Parses the next token from this String.
HeaderTokenizer.next(char endOfAtom)
Parses the next token from this String.
HeaderTokenizer.next(char endOfAtom,
boolean keepEscapes)
Parses the next token from this String.
Peek at the next token, without actually removing the token
from the parse stream.
Constructor that takes a ContentDisposition string.
Constructor that takes a Content-Type string.
Constructor that takes a parameter-list string.