21 #ifndef G_SMTP_NULL_PROCESSOR_H
22 #define G_SMTP_NULL_PROCESSOR_H
55 virtual void start(
const std::string & path ) ;
58 virtual void abort() ;
61 virtual std::string
text()
const ;
67 virtual bool repoll()
const ;
virtual G::Signal1< bool > & doneSignal()
Final override from GSmtp::Processor.
A Processor class that does nothing.
SMTP and message-store classes.
An interface for processing message files.
NullProcessor()
Constructor.
virtual void start(const std::string &path)
Final override from GSmtp::Processor.
virtual void abort()
Final override from GSmtp::Processor.
virtual std::string text() const
Final override from GSmtp::Processor.
virtual bool cancelled() const
Final override from GSmtp::Processor.
virtual ~NullProcessor()
Destructor.
virtual bool repoll() const
Final override from GSmtp::Processor.