summaryrefslogtreecommitdiff
path: root/noncore/net/mailit/emailclient.h
Side-by-side diff
Diffstat (limited to 'noncore/net/mailit/emailclient.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mailit/emailclient.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/noncore/net/mailit/emailclient.h b/noncore/net/mailit/emailclient.h
index 549683b..994fec5 100644
--- a/noncore/net/mailit/emailclient.h
+++ b/noncore/net/mailit/emailclient.h
@@ -42,4 +42,5 @@
#include <stdlib.h>
#include <opie/otabwidget.h>
+#include <qpe/qcopenvelope_qws.h>
#include <qtimer.h>
@@ -71,8 +72,7 @@ public:
~EmailClient();
AddressList* getAdrListRef();
- void download(Email*);
protected:
- void timerEvent(QTimerEvent*);
+ //void timerEvent(QTimerEvent*);
signals:
@@ -117,4 +117,5 @@ public slots:
void setDownloadedSize(int);
void moveMailFront(Email *mailPtr);
+ void download(Email*);
/* void reply();
void replyAll();
@@ -122,6 +123,10 @@ public slots:
void remove();*/
+private slots:
+ void receive(const QCString&, const QByteArray&);
+
private:
void init();
+ void initStatusBar(QWidget*);
void readMail();
QString getPath(bool enclosurePath);
@@ -147,4 +152,6 @@ private:
MailAccount account, *currentAccount;
+ QCopChannel* channel;
+
QToolBar *bar;
QProgressBar *progressBar;