MCPcopy Create free account
hub / github.com/cutelyst/simple-mail / authMethod

Method authMethod

src/server.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119Server::AuthMethod Server::authMethod() const
120{
121 Q_D(const Server);
122 return d->authMethod;
123}
124
125void Server::setAuthMethod(Server::AuthMethod method)
126{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected