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

Method myAddress

app/src/main/java/eu/faircode/email/Log.java:1905–1907  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1903 }
1904
1905 static InternetAddress myAddress() throws UnsupportedEncodingException {
1906 return new InternetAddress("marcel+fairemail@faircode.eu", "FairCode", StandardCharsets.UTF_8.name());
1907 }
1908
1909 static StringBuilder getSpans(CharSequence text) {
1910 StringBuilder sb = new StringBuilder();

Callers 3

getIntentIssueMethod · 0.95
getDebugInfoMethod · 0.95
attachNetworkInfoMethod · 0.95

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected