mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Differentiate between formatted and preview text
This commit is contained in:
@@ -1070,6 +1070,10 @@ public class HtmlHelper {
|
||||
return preview;
|
||||
}
|
||||
|
||||
static String getPreviewText(String html) {
|
||||
return JsoupEx.parse(html).text();
|
||||
}
|
||||
|
||||
static String getText(String html) {
|
||||
final StringBuilder sb = new StringBuilder();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user