Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cutelyst/simple-mail
/ commandQuit
Method
commandQuit
src/server.cpp:686–689 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
684
}
685
686
void ServerPrivate::commandQuit()
687
{
688
socket->write(
"QUIT\r\n"
, 6);
689
}
690
691
void ServerPrivate::failConnection(Server::SmtpError defaultError,
692
int responseCode,
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected