#ifndef ____SMTP_VRFY_h__ # define ____SMTP_VRFY_h__ # include "SMTPCommand.h" namespace mail { class __SMTP_VRFY : public SMTPCommand { int processCommand(coreutils::ZString &request, SMTPSession &session, SMTPServer &server) override; }; } #endif