MCPcopy 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
686void ServerPrivate::commandQuit()
687{
688 socket->write("QUIT\r\n", 6);
689}
690
691void ServerPrivate::failConnection(Server::SmtpError defaultError,
692 int responseCode,

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected