A factory for addresss verifiers. More...
#include <gverifierfactory.h>
Static Public Member Functions | |
static Verifier * | newVerifier (const std::string &address, unsigned int timeout) |
Returns a Verifier on the heap. More... | |
static std::string | check (const std::string &address) |
Checks an address. More... | |
A factory for addresss verifiers.
Definition at line 39 of file gverifierfactory.h.
|
static |
Checks an address.
Returns an empty string if okay, or a diagnostic reason string.
Definition at line 30 of file gverifierfactory_exec_enabled.cpp.
References GSmtp::FactoryParser::check().
|
static |
Returns a Verifier on the heap.
Definition at line 35 of file gverifierfactory_exec_enabled.cpp.
References GSmtp::FactoryParser::parse().