MCPcopy 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
81int SMTPOperation::lastSMTPResponseCode()
82{
83 return session()->session()->lastSMTPResponseCode();
84}
85
86struct progressContext {
87 unsigned int current;

Callers

nothing calls this directly

Calls 1

sessionMethod · 0.45

Tested by

no test coverage detected