Package | Description |
---|---|
javax.mail.internet |
Classes specific to Internet mail systems.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ContentType.match(ContentType cType)
Match with the specified ContentType object.
|
private static boolean |
MimeUtility.nonAsciiCharset(ContentType ct)
Determine whether the charset in the Content-Type is compatible
with ASCII or not.
|