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

Method toHtml

app/src/main/java/eu/faircode/email/HtmlEx.java:62–65  ·  view source on GitHub ↗

@deprecated use #toHtml(Spanned, int) instead.

(Spanned text)

Source from the content-addressed store, hash-verified

60 * @deprecated use {@link #toHtml(Spanned, int)} instead.
61 */
62 @Deprecated
63 public /* static */ String toHtml(Spanned text) {
64 return toHtml(text, TO_HTML_PARAGRAPH_LINES_CONSECUTIVE);
65 }
66
67 /**
68 * Returns an HTML representation of the provided Spanned text. A best effort is

Callers 1

toHtmlMethod · 0.95

Calls 2

withinHtmlMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected