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

Method checkAccountOperation

src/async/pop/MCPOPAsyncSession.cpp:213–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213POPOperation * POPAsyncSession::checkAccountOperation()
214{
215 POPCheckAccountOperation * op = new POPCheckAccountOperation();
216 op->setSession(this);
217 op->autorelease();
218 return op;
219}
220
221POPOperation * POPAsyncSession::noopOperation()
222{

Callers 1

checkNextHostMethod · 0.45

Calls 2

setSessionMethod · 0.45
autoreleaseMethod · 0.45

Tested by

no test coverage detected