MCPcopy 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

onExecuteMethod · 0.95
onExecuteMethod · 0.95
onSynchronizeMessagesMethod · 0.95
synchronizeMessageMethod · 0.95
onExecuteMethod · 0.95
_getThreadIdAltMethod · 0.95
onClickMethod · 0.80
onCreateDialogMethod · 0.80
formatMethod · 0.80
getConfirmHostMethod · 0.80
getHostMethod · 0.80
handleMethod · 0.80

Calls 1

getAddressHeaderMethod · 0.95

Tested by

no test coverage detected