summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/mainwindow.h
blob: 27b527de55ac6485b1252dbfb9605e0a6090814d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef MAINWINDOW_H
#define MAINWINDOW_H

#include "mainwindowbase.h"

class IMAPHandler;
class IMAPResponseFETCH;

class MainWindow : public MainWindowBase
{
	Q_OBJECT

public:
	MainWindow(QWidget *parent = 0, const char *name = 0, WFlags fl = 0);

protected slots:
	void slotCompose();
 	void slotSendQueued();
	void slotSearch();
	void slotConfigure();
	void mailClicked(IMAPResponseFETCH mail, IMAPHandler *handler);

};

#endif