Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

SmtpAfterPop.h

Go to the documentation of this file.
00001 #ifndef SMTPAFTERPOP_H
00002 #define SMTPAFTERPOP_H
00003 
00004 #include <abuse/Smtp.h>
00005 
00006 class SmtpAfterPop: public Smtp
00007 {
00008 public:
00009         SmtpAfterPop(const char* user,const char* pwd,const Url& popserver,VirtStream& hOut,const std::string& logfilename="");
00010         virtual void quit();
00011 private:
00012         ZeSocket m_popSocket;
00013         std::string getPopReply()throw(smtp_error);
00014 };
00015 
00016 #endif

Generated on Thu Jun 16 00:13:14 2005 for Netlib for Abuse! by  doxygen 1.4.3