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

Method tryAutomaticDisconnectAfterDelay

src/async/smtp/MCSMTPAsyncSession.cpp:209–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void SMTPAsyncSession::tryAutomaticDisconnectAfterDelay(void * context)
210{
211 SMTPDisconnectOperation * op = new SMTPDisconnectOperation();
212 op->setSession(this);
213 op->autorelease();
214 op->start();
215}
216
217SMTPOperation * SMTPAsyncSession::loginOperation()
218{

Callers

nothing calls this directly

Calls 3

setSessionMethod · 0.45
autoreleaseMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected