MCPcopy Create free account
hub / github.com/M66B/FairEmail / getFullText

Method getFullText

app/src/main/java/eu/faircode/email/HtmlHelper.java:2675–2685  ·  view source on GitHub ↗
(Context context, String body)

Source from the content-addressed store, hash-verified

2673 }
2674
2675 static String getFullText(Context context, String body) {
2676 try {
2677 if (body == null)
2678 return null;
2679 Document d = JsoupEx.parse(body);
2680 return _getText(context, d);
2681 } catch (OutOfMemoryError ex) {
2682 Log.e(ex);
2683 return null;
2684 }
2685 }
2686
2687 static String getFullText(Context context, File file) throws IOException {
2688 try {

Callers 15

onSendMethod · 0.95
getNotificationUnseenMethod · 0.95
getTextsMethod · 0.95
onExecuteMethod · 0.95
onExecuteMethod · 0.95
decodeMessageMethod · 0.95
onExecuteMethod · 0.95
answerMethod · 0.95
onActionAutomationMethod · 0.95
speakMethod · 0.95
onBodyMethod · 0.95
onSynchronizeMessagesMethod · 0.95

Calls 3

parseMethod · 0.95
_getTextMethod · 0.95
eMethod · 0.95

Tested by

no test coverage detected