From bdc60d27df0fa3a861e9117547fd2bed8a39661e Mon Sep 17 00:00:00 2001 From: alwin Date: Sun, 14 Dec 2003 22:30:26 +0000 Subject: -answered mails get another pic (checked in in pics/opiemail) -if a description for an attachment exists it will displayed -if mailbody is selected from list of attachments it will displayd without menu --- (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 9ef762d..7d7bebc 100644 --- a/noncore/net/mail/libmailwrapper/mailtypes.h +++ b/noncore/net/mail/libmailwrapper/mailtypes.h @@ -80,7 +80,7 @@ typedef QMap part_plist_t; class RecPart { protected: - QString m_type,m_subtype,m_identifier,m_encoding; + QString m_type,m_subtype,m_identifier,m_encoding,m_description; unsigned int m_lines,m_size; part_plist_t m_Parameters; /* describes the position in the mail */ @@ -98,6 +98,8 @@ public: void setIdentifier(const QString&identifier); const QString&Encoding()const; void setEncoding(const QString&encoding); + const QString&Description()const; + void setDescription(const QString&desc); void setLines(unsigned int lines); const unsigned int Lines()const; void setSize(unsigned int size); -- cgit v0.9.0.2