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

Method setMessageFilepath

src/async/smtp/MCSMTPSendWithDataOperation.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void SMTPSendWithDataOperation::setMessageFilepath(String * path)
43{
44 MC_SAFE_REPLACE_RETAIN(String, mMessageFilepath, path);
45}
46
47String * SMTPSendWithDataOperation::messageFilepath()
48{

Callers 1

sendMessageOperationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected