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

Method checkAccountOperation

src/async/smtp/MCSMTPAsyncSession.cpp:254–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254SMTPOperation * SMTPAsyncSession::checkAccountOperation(Address * from)
255{
256 SMTPCheckAccountOperation * op = new SMTPCheckAccountOperation();
257 op->setFrom(from);
258 op->setSession(this);
259 return (SMTPOperation *) op->autorelease();
260}
261
262SMTPOperation * SMTPAsyncSession::noopOperation()
263{

Callers

nothing calls this directly

Calls 3

setFromMethod · 0.45
setSessionMethod · 0.45
autoreleaseMethod · 0.45

Tested by

no test coverage detected