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

Method runOperation

src/async/smtp/MCSMTPAsyncSession.cpp:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void SMTPAsyncSession::runOperation(SMTPOperation * operation)
188{
189 cancelDelayedPerformMethod((Object::Method) &SMTPAsyncSession::tryAutomaticDisconnectAfterDelay, NULL);
190 mQueue->addOperation(operation);
191}
192
193SMTPSession * SMTPAsyncSession::session()
194{

Callers 1

startMethod · 0.45

Calls 1

addOperationMethod · 0.45

Tested by

no test coverage detected