mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Cleanup
This commit is contained in:
@@ -1081,10 +1081,6 @@ 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