MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / setFrom

Method setFrom

src/async/smtp/MCSMTPSendWithDataOperation.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void SMTPSendWithDataOperation::setFrom(Address * from)
53{
54 MC_SAFE_REPLACE_COPY(Address, mFrom, from);
55}
56
57Address * SMTPSendWithDataOperation::from()
58{

Callers 2

sendMessageOperationMethod · 0.45
checkAccountOperationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected