mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Jsoup parse from file to reduce memory usage
This commit is contained in:
@@ -484,8 +484,7 @@ public class MessageHelper {
|
||||
}
|
||||
|
||||
// Build html body
|
||||
String html = Helper.readText(message.getFile(context));
|
||||
Document document = JsoupEx.parse(html);
|
||||
Document document = JsoupEx.parse(message.getFile(context));
|
||||
|
||||
// When sending message
|
||||
if (identity != null)
|
||||
|
||||
Reference in New Issue
Block a user