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

Method main

src/async/pop/MCPOPFetchHeaderOperation.cpp:43–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void POPFetchHeaderOperation::main()
44{
45 ErrorCode error;
46 mHeader = session()->session()->fetchHeader(mMessageIndex, &error);
47 if (mHeader != NULL) {
48 mHeader->retain();
49 }
50 setError(error);
51}

Callers

nothing calls this directly

Calls 3

retainMethod · 0.80
fetchHeaderMethod · 0.45
sessionMethod · 0.45

Tested by

no test coverage detected