From 0b7d74768f00be986f44bfbd61a6342fc854cc3a Mon Sep 17 00:00:00 2001 From: harlekin Date: Tue, 09 Dec 2003 18:02:33 +0000 Subject: more updates --- (limited to 'noncore/net/mail/viewmail.h') diff --git a/noncore/net/mail/viewmail.h b/noncore/net/mail/viewmail.h index 9d3c6e4..615939a 100644 --- a/noncore/net/mail/viewmail.h +++ b/noncore/net/mail/viewmail.h @@ -3,6 +3,7 @@ #include #include +#include #include "viewmailbase.h" //#include "imapresponse.h" @@ -49,7 +50,7 @@ public: void hide(); void exec(); static QString appName() { return QString::fromLatin1("mail"); } - void setMailInfo( const QString & from, const QString & to, const QString & subject, const QString & cc, const QString & bcc, const QString & bodytext ); + void setMailInfo( const QString & from, const QStringList & to, const QString & subject, const QStringList & cc, const QStringList & bcc,const QString & date, const QString & bodytext ); protected: // void fillList(IMAPResponseBODYSTRUCTURE &structure); @@ -68,7 +69,16 @@ private: // IMAPHandler *_handler; QString _mailHtml; bool _gotBody; + + // 0 from + // 1 subject + // 2 bodytext + // 3 date QMap m_mail; + // 0 to + // 1 cc + // 2 bcc + QMap m_mail2; }; -- cgit v0.9.0.2