21 #ifndef G_SMTP_VERIFIER_FACTORY_H
22 #define G_SMTP_VERIFIER_FACTORY_H
33 class VerifierFactory ;
45 static std::string
check(
const std::string & address ) ;
50 typedef std::pair<std::string,std::string> Pair ;
52 static Pair split(
const std::string & ) ;
SMTP and message-store classes.
An asynchronous interface that verifies recipient 'to' addresses.
static std::string check(const std::string &address)
Checks an address.
A factory for addresss verifiers.
static Verifier * newVerifier(const std::string &address, unsigned int timeout)
Returns a Verifier on the heap.