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

Method main

src/async/pop/MCPOPFetchMessageOperation.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void POPFetchMessageOperation::main()
43{
44 ErrorCode error;
45 mData = session()->session()->fetchMessage(mMessageIndex, this, &error);
46 MC_SAFE_RETAIN(mData);
47 setError(error);
48}
49

Callers

nothing calls this directly

Calls 2

fetchMessageMethod · 0.45
sessionMethod · 0.45

Tested by

no test coverage detected