From 127c50cc446de489c702400ebc5fc4874f6311b2 Mon Sep 17 00:00:00 2001 From: alwin Date: Tue, 23 Dec 2003 01:58:59 +0000 Subject: UFFFFFFF flushing send queue mostly finished. Attention: To get it work you must apply the patches from the libetpan/ directory! ToDo: - when flush then select a smtp-account to use for when there are more than one smtp accounts. (opiemail.cpp) This moment I just use the first one. - the special funs in mboxwrapper (deleting range of mail, storing a message to a folder) should go to all mailbox wrappers, means into the global interface of them. - cleanup/review the code of the smtp-wrapper. --- (limited to 'noncore/net/mail/mboxwrapper.h') diff --git a/noncore/net/mail/mboxwrapper.h b/noncore/net/mail/mboxwrapper.h index 1bbaf79..f64ad52 100644 --- a/noncore/net/mail/mboxwrapper.h +++ b/noncore/net/mail/mboxwrapper.h @@ -25,6 +25,9 @@ public: virtual RecBody fetchBody( const RecMail &mail ); static void mbox_progress( size_t current, size_t maximum ); + virtual void fetchRawBody(const RecMail&mail,char**target,size_t*length); + virtual void deleteMails(const QString & mailbox,QList &target); + protected: QString MBOXPath; }; -- cgit v0.9.0.2