mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Fixed encoding plain text messages
This commit is contained in:
@@ -1045,7 +1045,7 @@ public class MessageHelper {
|
||||
}
|
||||
|
||||
if (part == plain)
|
||||
result = "<pre plain=\"true\">" + result + "</pre>";
|
||||
result = "<div>" + HtmlHelper.formatPre(result) + "</div>";
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user