From 7f0861e63db74263ff286e09fbc4faf16d367a5b Mon Sep 17 00:00:00 2001 From: alwin Date: Sat, 13 Dec 2003 03:51:21 +0000 Subject: displaying list of attachments of a mail works. (Of course only if the mail HAS attachments ;) --- (limited to 'noncore/net/mail/libmailwrapper/mailtypes.h') diff --git a/noncore/net/mail/libmailwrapper/mailtypes.h b/noncore/net/mail/libmailwrapper/mailtypes.h index f308bc7..24518cf 100644 --- a/noncore/net/mail/libmailwrapper/mailtypes.h +++ b/noncore/net/mail/libmailwrapper/mailtypes.h @@ -76,7 +76,7 @@ class RecPart { protected: QString m_type,m_subtype,m_identifier,m_encoding; - unsigned int m_lines; + unsigned int m_lines,m_size; part_plist_t m_Parameters; /* describes the position in the mail */ QValueList m_poslist; @@ -95,6 +95,9 @@ public: void setEncoding(const QString&encoding); void setLines(unsigned int lines); const unsigned int Lines()const; + void setSize(unsigned int size); + const unsigned int Size()const; + void setParameters(const part_plist_t&list); const part_plist_t&Parameters()const; -- cgit v0.9.0.2