A Verifier that talks to a remote verifier over the network. More...
#include <gnetworkverifier.h>
Public Member Functions | |
NetworkVerifier (const std::string &, unsigned int, unsigned int) | |
Constructor. More... | |
virtual | ~NetworkVerifier () |
Destructor. More... | |
virtual void | verify (const std::string &rcpt_to_parameter, const std::string &mail_from_parameter, const GNet::Address &client_ip, const std::string &auth_mechanism, const std::string &auth_extra) |
Final override from GSmtp::Verifier. More... | |
virtual G::Signal2< std::string, VerifierStatus > & | doneSignal () |
Final override from GSmtp::Verifier. More... | |
virtual void | reset () |
Final override from GSmtp::Verifier. More... | |
![]() | |
virtual | ~Verifier () |
Destructor. More... | |
A Verifier that talks to a remote verifier over the network.
Definition at line 41 of file gnetworkverifier.h.
GSmtp::NetworkVerifier::NetworkVerifier | ( | const std::string & | server, |
unsigned int | connection_timeout, | ||
unsigned int | response_timeout | ||
) |
|
virtual |
Destructor.
Definition at line 39 of file gnetworkverifier.cpp.
|
virtual |
Final override from GSmtp::Verifier.
Implements GSmtp::Verifier.
Definition at line 115 of file gnetworkverifier.cpp.
|
virtual |
Final override from GSmtp::Verifier.
Implements GSmtp::Verifier.
Definition at line 120 of file gnetworkverifier.cpp.
|
virtual |
Final override from GSmtp::Verifier.
Implements GSmtp::Verifier.
Definition at line 44 of file gnetworkverifier.cpp.
References GNet::Address::displayString(), GNet::Local::fqdn(), G::Str::head(), G::Str::join(), G::Str::tail(), and G::Str::upper().