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

Method main

src/async/imap/MCIMAPIdentityOperation.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void IMAPIdentityOperation::main()
45{
46 ErrorCode error;
47 mServerIdentity = session()->session()->identity(mClientIdentity, &error);
48 MC_SAFE_RETAIN(mServerIdentity);
49 setError(error);
50}
51

Callers

nothing calls this directly

Calls 2

identityMethod · 0.80
sessionMethod · 0.45

Tested by

no test coverage detected