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

Method sendMessageOperation

src/async/smtp/MCSMTPAsyncSession.cpp:224–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224SMTPOperation * SMTPAsyncSession::sendMessageOperation(Data * messageData)
225{
226 SMTPSendWithDataOperation * op = new SMTPSendWithDataOperation();
227 op->setSession(this);
228 op->setMessageData(messageData);
229 return (SMTPOperation *) op->autorelease();
230}
231
232SMTPOperation * SMTPAsyncSession::sendMessageOperation(Address * from, Array * recipients,
233 Data * messageData)

Callers 2

testAsyncSMTPFunction · 0.45

Calls 6

setRecipientsMethod · 0.80
setSessionMethod · 0.45
setMessageDataMethod · 0.45
autoreleaseMethod · 0.45
setFromMethod · 0.45
setMessageFilepathMethod · 0.45

Tested by 2

testAsyncSMTPFunction · 0.36