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

Method fetchHeaderOperation

src/async/pop/MCPOPAsyncSession.cpp:181–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181POPFetchHeaderOperation * POPAsyncSession::fetchHeaderOperation(unsigned int index)
182{
183 POPFetchHeaderOperation * op = new POPFetchHeaderOperation();
184 op->setSession(this);
185 op->setMessageIndex(index);
186 op->autorelease();
187 return op;
188}
189
190POPFetchMessageOperation * POPAsyncSession::fetchMessageOperation(unsigned int index)
191{

Callers

nothing calls this directly

Calls 3

setSessionMethod · 0.45
setMessageIndexMethod · 0.45
autoreleaseMethod · 0.45

Tested by

no test coverage detected