21 #ifndef G_SMTP_PROCESSOR_FACTORY_H
22 #define G_SMTP_PROCESSOR_FACTORY_H
33 class ProcessorFactory ;
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.
static Processor * newProcessor(const std::string &address, unsigned int timeout)
Returns a Processor on the heap.
An interface for processing message files.
A factory for message processors.
static std::string check(const std::string &address)
Checks an address.