Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ getTo
Method
getTo
app/src/main/java/eu/faircode/email/MessageHelper.java:2950–2952 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2948
}
2949
2950
Address[] getTo() throws MessagingException {
2951
return
getAddressHeader(
"To"
);
2952
}
2953
2954
Address[] getCc() throws MessagingException {
2955
return
getAddressHeader(
"Cc"
);
Callers
14
onExecute
Method · 0.95
onExecute
Method · 0.95
onSynchronizeMessages
Method · 0.95
synchronizeMessage
Method · 0.95
onExecute
Method · 0.95
_getThreadIdAlt
Method · 0.95
onClick
Method · 0.80
onCreateDialog
Method · 0.80
format
Method · 0.80
getConfirmHost
Method · 0.80
getHost
Method · 0.80
handle
Method · 0.80
Calls
1
getAddressHeader
Method · 0.95
Tested by
no test coverage detected