Home | History | Annotate | Download | only in message

Lines Matching refs:mimeCharset

50     private String mimeCharset = null;

57 public MemoryTextBody(InputStream is, String mimeCharset)
60 this.mimeCharset = mimeCharset;
75 if (mimeCharset != null) {
76 javaCharset = CharsetUtil.toJavaCharset(mimeCharset);
83 if (mimeCharset == null) {
87 log.warn("MIME charset '" + mimeCharset + "' has no "
95 if (mimeCharset == null) {
99 log.warn("MIME charset '" + mimeCharset + "' has no "