Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
void SMTPSendWithDataOperation::cancel()
89
{
90
SMTPOperation::cancel();
91
session()->session()->cancelMessageSending();
92
}
Callers
nothing calls this directly
Calls
2
cancelMessageSending
Method · 0.80
session
Method · 0.45
Tested by
no test coverage detected