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

Method disconnectOperation

src/async/smtp/MCSMTPAsyncSession.cpp:269–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269SMTPOperation * SMTPAsyncSession::disconnectOperation()
270{
271 SMTPDisconnectOperation * op = new SMTPDisconnectOperation();
272 op->setSession(this);
273 return (SMTPOperation *) op->autorelease();
274}
275
276void SMTPAsyncSession::setConnectionLogger(ConnectionLogger * logger)
277{

Callers

nothing calls this directly

Calls 2

setSessionMethod · 0.45
autoreleaseMethod · 0.45

Tested by

no test coverage detected