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

Method cancel

src/async/smtp/MCSMTPSendWithDataOperation.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void SMTPSendWithDataOperation::cancel()
89{
90 SMTPOperation::cancel();
91 session()->session()->cancelMessageSending();
92}

Callers

nothing calls this directly

Calls 2

cancelMessageSendingMethod · 0.80
sessionMethod · 0.45

Tested by

no test coverage detected