Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
199
void AccountValidator::resolveMXTimeout(void * context)
200
{
201
mResolveMX->cancel();
202
MC_SAFE_RELEASE(mResolveMX);
203
resolveMXDone();
204
}
205
206
void AccountValidator::resolveMXDone()
207
{
Callers
nothing calls this directly
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected