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

Method fetchMessagesOperation

src/async/pop/MCPOPAsyncSession.cpp:173–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173POPFetchMessagesOperation * POPAsyncSession::fetchMessagesOperation()
174{
175 POPFetchMessagesOperation * op = new POPFetchMessagesOperation();
176 op->setSession(this);
177 op->autorelease();
178 return op;
179}
180
181POPFetchHeaderOperation * POPAsyncSession::fetchHeaderOperation(unsigned int index)
182{

Callers 1

testAsyncPOPFunction · 0.45

Calls 2

setSessionMethod · 0.45
autoreleaseMethod · 0.45

Tested by 1

testAsyncPOPFunction · 0.36