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

Method afterMainOnMainThread

src/async/imap/MCIMAPOperation.cpp:185–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void IMAPOperation::afterMainOnMainThread()
186{
187 if (mSession->session()->isAutomaticConfigurationDone()) {
188 mSession->owner()->automaticConfigurationDone(mSession->session());
189 mSession->session()->resetAutomaticConfigurationDone();
190 }
191 release();
192}

Callers

nothing calls this directly

Calls 5

ownerMethod · 0.80
sessionMethod · 0.45

Tested by

no test coverage detected