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

Method deleteMessagesOperation

src/async/pop/MCPOPAsyncSession.cpp:199–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199POPOperation * POPAsyncSession::deleteMessagesOperation(IndexSet * indexes)
200{
201 POPDeleteMessagesOperation * op = new POPDeleteMessagesOperation();
202 op->setSession(this);
203 op->setMessageIndexes(indexes);
204 op->autorelease();
205 return op;
206}
207
208POPOperation * POPAsyncSession::disconnectOperation()
209{

Callers

nothing calls this directly

Calls 3

setMessageIndexesMethod · 0.80
setSessionMethod · 0.45
autoreleaseMethod · 0.45

Tested by

no test coverage detected