Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ autoLink
Method
autoLink
app/src/main/java/eu/faircode/email/HtmlHelper.java:1561–1563 ·
view source on GitHub ↗
(Document document)
Source
from the content-addressed store, hash-verified
1559
}
1560
1561
static
void
autoLink(Document document) {
1562
autoLink(document, false);
1563
}
1564
1565
static
void
autoLink(Document document, boolean outbound) {
1566
// https://en.wikipedia.org/wiki/List_of_URI_schemes
Callers
5
onExecute
Method · 0.95
onExecute
Method · 0.95
handle
Method · 0.95
onExecute
Method · 0.95
build
Method · 0.95
Calls
1
replace
Method · 0.45
Tested by
no test coverage detected