Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ getCc
Method
getCc
app/src/main/java/eu/faircode/email/MessageHelper.java:2954–2956 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2952
}
2953
2954
Address[] getCc() throws MessagingException {
2955
return
getAddressHeader(
"Cc"
);
2956
}
2957
2958
Address[] getBcc() throws MessagingException {
2959
return
getAddressHeader(
"Bcc"
);
Callers
7
onSend
Method · 0.95
onExecute
Method · 0.95
onExecute
Method · 0.95
onSynchronizeMessages
Method · 0.95
synchronizeMessage
Method · 0.95
onExecute
Method · 0.95
handle
Method · 0.80
Calls
1
getAddressHeader
Method · 0.95
Tested by
no test coverage detected