From f09f685be0540e98cc33bc4f664a812aed756926 Mon Sep 17 00:00:00 2001 From: groucho Date: Tue, 29 Apr 2003 08:04:34 +0000 Subject: - added ReplyAll for CC: addressing - added a download button in mail view - smaller layout fixes - now it's getting to be real useful --- (limited to 'noncore/unsupported/mailit/emailclient.h') diff --git a/noncore/unsupported/mailit/emailclient.h b/noncore/unsupported/mailit/emailclient.h index 549683b..994fec5 100644 --- a/noncore/unsupported/mailit/emailclient.h +++ b/noncore/unsupported/mailit/emailclient.h @@ -41,6 +41,7 @@ #include #include #include +#include #include #include "emailhandler.h" @@ -70,10 +71,9 @@ public: EmailClient( QWidget* parent, const char* name, WFlags fl = 0 ); ~EmailClient(); AddressList* getAdrListRef(); - void download(Email*); protected: - void timerEvent(QTimerEvent*); + //void timerEvent(QTimerEvent*); signals: void composeRequested(); @@ -116,13 +116,18 @@ public slots: void setMailSize(int); void setDownloadedSize(int); void moveMailFront(Email *mailPtr); + void download(Email*); /* void reply(); void replyAll(); void forward(); void remove();*/ +private slots: + void receive(const QCString&, const QByteArray&); + private: void init(); + void initStatusBar(QWidget*); void readMail(); QString getPath(bool enclosurePath); void readSettings(); @@ -146,6 +151,8 @@ private: QString lineShift; MailAccount account, *currentAccount; + QCopChannel* channel; + QToolBar *bar; QProgressBar *progressBar; QStatusBar *statusBar; -- cgit v0.9.0.2