mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Get body text only
This commit is contained in:
@@ -2126,7 +2126,7 @@ public class HtmlHelper {
|
||||
for (Element bq : d.select("blockquote"))
|
||||
bq.prependChild(new TextNode("> "));
|
||||
|
||||
return d.text();
|
||||
return d.body().text();
|
||||
}
|
||||
|
||||
static String getQuoteStyle(Element e) {
|
||||
|
||||
Reference in New Issue
Block a user