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

Method main

src/async/imap/MCIMAPCustomCommandOperation.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void IMAPCustomCommandOperation::main()
39{
40 ErrorCode error;
41 mResponse = session()->session()->customCommand(mCustomCommand, &error);
42 MC_SAFE_RETAIN(mResponse);
43 setError(error);
44}

Callers

nothing calls this directly

Calls 2

customCommandMethod · 0.45
sessionMethod · 0.45

Tested by

no test coverage detected