21#ifndef G_SMTP_VERIFIER_FACTORY_H
22#define G_SMTP_VERIFIER_FACTORY_H
33 class VerifierFactory ;
43 const std::string & identifier ,
unsigned int timeout ) ;
48 static std::string
check(
const std::string & identifier ) ;
A tuple containing an ExceptionHandler interface pointer and a bound 'exception source' pointer.
A factory for addresss verifiers.
static std::string check(const std::string &identifier)
Checks an identifier.
static std::unique_ptr< Verifier > newVerifier(GNet::ExceptionSink, const std::string &identifier, unsigned int timeout)
Returns a Verifier on the heap.
SMTP and message-store classes.