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