MCPcopy 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

onSendMethod · 0.95
onExecuteMethod · 0.95
onExecuteMethod · 0.95
onSynchronizeMessagesMethod · 0.95
synchronizeMessageMethod · 0.95
onExecuteMethod · 0.95
handleMethod · 0.80

Calls 1

getAddressHeaderMethod · 0.95

Tested by

no test coverage detected