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

Method setMessageIndexes

src/async/pop/MCPOPDeleteMessagesOperation.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void POPDeleteMessagesOperation::setMessageIndexes(IndexSet * indexes)
27{
28 MC_SAFE_REPLACE_RETAIN(IndexSet, mMessageIndexes, indexes);
29}
30
31IndexSet * POPDeleteMessagesOperation::messageIndexes()
32{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected