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

Method resolveMXTimeout

src/core/provider/MCAccountValidator.cpp:199–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void AccountValidator::resolveMXTimeout(void * context)
200{
201 mResolveMX->cancel();
202 MC_SAFE_RELEASE(mResolveMX);
203 resolveMXDone();
204}
205
206void AccountValidator::resolveMXDone()
207{

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected