|
|
@ -1589,7 +1589,7 @@ public class MessageHelper {
|
|
|
|
if (part.isMimeType("text/plain")) {
|
|
|
|
if (part.isMimeType("text/plain")) {
|
|
|
|
if ("flowed".equalsIgnoreCase(ct.getParameter("format")))
|
|
|
|
if ("flowed".equalsIgnoreCase(ct.getParameter("format")))
|
|
|
|
result = HtmlHelper.flow(result);
|
|
|
|
result = HtmlHelper.flow(result);
|
|
|
|
result = "<div>" + HtmlHelper.formatPre(result) + "</div>";
|
|
|
|
result = "<pre>" + HtmlHelper.formatPre(result) + "</pre>";
|
|
|
|
} else if (part.isMimeType("text/html")) {
|
|
|
|
} else if (part.isMimeType("text/html")) {
|
|
|
|
if (TextUtils.isEmpty(charset)) {
|
|
|
|
if (TextUtils.isEmpty(charset)) {
|
|
|
|
// <meta charset="utf-8" />
|
|
|
|
// <meta charset="utf-8" />
|
|
|
|