Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
using namespace mailcore;
15
16
void IMAPConnectOperation::main()
17
{
18
ErrorCode error;
19
session()->session()->connectIfNeeded(&error);
20
setError(error);
21
}
Callers
nothing calls this directly
Calls
2
connectIfNeeded
Method · 0.45
session
Method · 0.45
Tested by
no test coverage detected