Home | History | Annotate | Download | only in message

Lines Matching defs:mimeCharset

49     private String mimeCharset = null;

56 public TempFileTextBody(InputStream is, String mimeCharset)
59 this.mimeCharset = mimeCharset;
74 if (mimeCharset != null) {
75 javaCharset = CharsetUtil.toJavaCharset(mimeCharset);
82 if (mimeCharset == null) {
86 log.warn("MIME charset '" + mimeCharset + "' has no "
94 if (mimeCharset == null) {
98 log.warn("MIME charset '" + mimeCharset + "' has no "