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

Method IMAPIdentityOperation

src/async/imap/MCIMAPIdentityOperation.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15using namespace mailcore;
16
17IMAPIdentityOperation::IMAPIdentityOperation()
18{
19 mClientIdentity = NULL;
20 mServerIdentity = NULL;
21}
22
23IMAPIdentityOperation::~IMAPIdentityOperation()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected