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

Method password

src/server.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107QString Server::password() const
108{
109 Q_D(const Server);
110 return d->password;
111}
112
113void Server::setPassword(const QString &password)
114{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected