Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ lastSMTPResponseCode
Method
lastSMTPResponseCode
src/async/smtp/MCSMTPOperation.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
int SMTPOperation::lastSMTPResponseCode()
82
{
83
return session()->session()->lastSMTPResponseCode();
84
}
85
86
struct progressContext {
87
unsigned int current;
Callers
nothing calls this directly
Calls
1
session
Method · 0.45
Tested by
no test coverage detected