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

Method automaticConfigurationDone

src/async/imap/MCIMAPAsyncSession.cpp:871–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869}
870
871void IMAPAsyncSession::automaticConfigurationDone(IMAPSession * session)
872{
873 MC_SAFE_REPLACE_COPY(IMAPIdentity, mServerIdentity, session->serverIdentity());
874 MC_SAFE_REPLACE_COPY(String, mGmailUserDisplayName, session->gmailUserDisplayName());
875 mIdleEnabled = session->isIdleEnabled();
876 setDefaultNamespace(session->defaultNamespace());
877 mAutomaticConfigurationDone = true;
878}
879
880void IMAPAsyncSession::setOperationQueueCallback(OperationQueueCallback * callback)
881{

Callers 1

afterMainOnMainThreadMethod · 0.80

Calls 4

serverIdentityMethod · 0.45
gmailUserDisplayNameMethod · 0.45
isIdleEnabledMethod · 0.45
defaultNamespaceMethod · 0.45

Tested by

no test coverage detected