Uses of Class
jakarta.mail.internet.ContentType
-
Packages that use ContentType Package Description jakarta.mail.internet Classes specific to Internet mail systems. -
-
Uses of ContentType in jakarta.mail.internet
Methods in jakarta.mail.internet with parameters of type ContentType Modifier and Type Method 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.
-