summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/mainwindow.h
blob: 1edf10be30af6882ca75333a83a37d1d2f9a0de1 (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
#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 slotSearch();
	void slotConfigure();
	void mailClicked(IMAPResponseFETCH mail, IMAPHandler *handler);

};

#endif