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

Method fetchMessageOperation

src/async/pop/MCPOPAsyncSession.cpp:190–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190POPFetchMessageOperation * POPAsyncSession::fetchMessageOperation(unsigned int index)
191{
192 POPFetchMessageOperation * op = new POPFetchMessageOperation();
193 op->setSession(this);
194 op->setMessageIndex(index);
195 op->autorelease();
196 return op;
197}
198
199POPOperation * POPAsyncSession::deleteMessagesOperation(IndexSet * indexes)
200{

Callers

nothing calls this directly

Calls 3

setSessionMethod · 0.45
setMessageIndexMethod · 0.45
autoreleaseMethod · 0.45

Tested by

no test coverage detected