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

Method identityOperation

src/async/imap/MCIMAPAsyncSession.cpp:757–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755}
756
757IMAPIdentityOperation * IMAPAsyncSession::identityOperation(IMAPIdentity * identity)
758{
759 IMAPIdentityOperation * op = new IMAPIdentityOperation();
760 op->setMainSession(this);
761 op->setClientIdentity(identity);
762 op->autorelease();
763 return op;
764}
765
766IMAPOperation * IMAPAsyncSession::connectOperation()
767{

Callers

nothing calls this directly

Calls 3

setMainSessionMethod · 0.80
setClientIdentityMethod · 0.45
autoreleaseMethod · 0.45

Tested by

no test coverage detected