Uses of Class
javax.mail.internet.ParameterList.Value
-
Packages that use ParameterList.Value Package Description javax.mail.internet Classes specific to Internet mail systems. -
-
Uses of ParameterList.Value in javax.mail.internet
Methods in javax.mail.internet that return ParameterList.Value Modifier and Type Method Description private static ParameterList.Value
ParameterList. encodeValue(java.lang.String value, java.lang.String charset)
Encode a parameter value, if necessary.private static ParameterList.Value
ParameterList. extractCharset(java.lang.String value)
Extract charset and encoded value.
-