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

Method loginOperation

src/async/smtp/MCSMTPAsyncSession.cpp:217–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217SMTPOperation * SMTPAsyncSession::loginOperation()
218{
219 SMTPLoginOperation * op = new SMTPLoginOperation();
220 op->setSession(this);
221 return (SMTPOperation *) op->autorelease();
222}
223
224SMTPOperation * SMTPAsyncSession::sendMessageOperation(Data * messageData)
225{

Callers

nothing calls this directly

Calls 2

setSessionMethod · 0.45
autoreleaseMethod · 0.45

Tested by

no test coverage detected