From adb369c28cac7600b3912d6a3fdb645f1b1d571d Mon Sep 17 00:00:00 2001 From: alwin Date: Sat, 20 Dec 2003 13:36:34 +0000 Subject: fetching attachments from a pop3mail works. this moment the whole message will be hold in memory until I have an idea for a clean(!) filebased cache which will not get to large. Thats why the biggest pop3 mail we can fetch is 5MB, this should be enough. --- (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 c16e9c0..8dd2e12 100644 --- a/noncore/net/mail/libmailwrapper/abstractmail.h +++ b/noncore/net/mail/libmailwrapper/abstractmail.h @@ -30,7 +30,10 @@ public: static AbstractMail* getWrapper(IMAPaccount *a); static AbstractMail* getWrapper(POP3account *a); + +protected: static encodedString*decode_String(const encodedString*text,const QString&enc); static QString convert_String(const char*text); + static QString gen_attachment_id(); }; #endif -- cgit v0.9.0.2