38 if( p.first.empty() || p.first ==
"exit" )
42 else if( p.first ==
"net" )
A Verifier that runs an executable.
The standard internal Verifier.
A structure representing an external program, holding a path and a set of arguments.
A Verifier that talks to a remote verifier over the network.
An asynchronous interface that verifies recipient 'to' addresses.
static std::string check(const std::string &address)
Checks an address.
static std::pair< std::string, std::string > parse(const std::string &address, const std::string &)
Parses an identifier.
static std::string check(const std::string &address, const std::string &)
Parses and checks an identifier.
static Verifier * newVerifier(const std::string &address, unsigned int timeout)
Returns a Verifier on the heap.