MCPcopy 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

onSendMethod · 0.95
onExecuteMethod · 0.95
onExecuteMethod · 0.95
onSynchronizeMessagesMethod · 0.95
synchronizeMessageMethod · 0.95

Calls 1

getAddressHeaderMethod · 0.95

Tested by

no test coverage detected