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

Method main

src/async/imap/MCIMAPConnectOperation.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14using namespace mailcore;
15
16void IMAPConnectOperation::main()
17{
18 ErrorCode error;
19 session()->session()->connectIfNeeded(&error);
20 setError(error);
21}

Callers

nothing calls this directly

Calls 2

connectIfNeededMethod · 0.45
sessionMethod · 0.45

Tested by

no test coverage detected