From b41e3eb92eab8bf61fd20db70d0317c816b1c2f0 Mon Sep 17 00:00:00 2001 From: alwin Date: Sun, 28 Dec 2003 12:57:44 +0000 Subject: basic folder handling for pop3 accounts some code dups reduced --- (limited to 'noncore/net/mail/libmailwrapper/abstractmail.h') diff --git a/noncore/net/mail/libmailwrapper/abstractmail.h b/noncore/net/mail/libmailwrapper/abstractmail.h index b609aa7..5dc4cab 100644 --- a/noncore/net/mail/libmailwrapper/abstractmail.h +++ b/noncore/net/mail/libmailwrapper/abstractmail.h @@ -29,6 +29,7 @@ public: virtual void answeredMail(const RecMail&mail)=0; virtual void cleanMimeCache(){}; virtual int deleteAllMail(const Folder*){return 1;} + virtual int deleteMbox(const Folder*){return 1;} /* mail box methods */ /* parameter is the box to create. @@ -36,7 +37,6 @@ public: * them has to be appended automatic. */ virtual int createMbox(const QString&,const Folder*parentfolder=0,const QString& delemiter="/",bool getsubfolder=false){return 0;} - virtual int deleteMbox(const Folder*){return 1;} static AbstractMail* getWrapper(IMAPaccount *a); static AbstractMail* getWrapper(POP3account *a); -- cgit v0.9.0.2