-rw-r--r-- | noncore/unsupported/mail2/bend/bend.pro | 2 | ||||
-rw-r--r-- | noncore/unsupported/mail2/libmail/libmail.pro | 2 | ||||
-rw-r--r-- | noncore/unsupported/mail2/mail.pro | 2 | ||||
-rw-r--r-- | noncore/unsupported/mail2/viewmail.h | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/noncore/unsupported/mail2/bend/bend.pro b/noncore/unsupported/mail2/bend/bend.pro index 61eea5f..ad96063 100644 --- a/noncore/unsupported/mail2/bend/bend.pro +++ b/noncore/unsupported/mail2/bend/bend.pro | |||
@@ -1,20 +1,20 @@ | |||
1 | TEMPLATE =lib | 1 | TEMPLATE =lib |
2 | CONFIG +=qt plugin warn_on release | 2 | CONFIG +=qt plugin warn_on release |
3 | HEADERS +=bend.h \ | 3 | HEADERS +=bend.h \ |
4 | bendimpl.h | 4 | bendimpl.h |
5 | SOURCES +=bend.cpp \ | 5 | SOURCES +=bend.cpp \ |
6 | bendimpl.cpp | 6 | bendimpl.cpp |
7 | INCLUDEPATH +=$(OPIEDIR)/include ../libmail | 7 | INCLUDEPATH +=$(OPIEDIR)/include ../libmail |
8 | LIBS +=-lmail -lqpe | 8 | LIBS +=-lcoremail -lqpe |
9 | TARGET =bend | 9 | TARGET =bend |
10 | DESTDIR +=$(OPIEDIR)/plugins/applets/ | 10 | DESTDIR +=$(OPIEDIR)/plugins/applets/ |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libbend.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libbend.ts \ |
13 | ../../../i18n/nl/libbend.ts \ | 13 | ../../../i18n/nl/libbend.ts \ |
14 | ../../../i18n/da/libbend.ts \ | 14 | ../../../i18n/da/libbend.ts \ |
15 | ../../../i18n/xx/libbend.ts \ | 15 | ../../../i18n/xx/libbend.ts \ |
16 | ../../../i18n/en/libbend.ts \ | 16 | ../../../i18n/en/libbend.ts \ |
17 | ../../../i18n/es/libbend.ts \ | 17 | ../../../i18n/es/libbend.ts \ |
18 | ../../../i18n/fr/libbend.ts \ | 18 | ../../../i18n/fr/libbend.ts \ |
19 | ../../../i18n/hu/libbend.ts \ | 19 | ../../../i18n/hu/libbend.ts \ |
20 | ../../../i18n/ja/libbend.ts \ | 20 | ../../../i18n/ja/libbend.ts \ |
diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro index 81ccdec..3bd6ab0 100644 --- a/noncore/unsupported/mail2/libmail/libmail.pro +++ b/noncore/unsupported/mail2/libmail/libmail.pro | |||
@@ -11,25 +11,25 @@ HEADERS = configfile.h \ | |||
11 | miscfunctions.h \ | 11 | miscfunctions.h \ |
12 | smtphandler.h | 12 | smtphandler.h |
13 | SOURCES =configfile.cpp \ | 13 | SOURCES =configfile.cpp \ |
14 | imapbase.cpp \ | 14 | imapbase.cpp \ |
15 | imaphandler.cpp \ | 15 | imaphandler.cpp \ |
16 | imapresponse.cpp \ | 16 | imapresponse.cpp \ |
17 | mailfactory.cpp \ | 17 | mailfactory.cpp \ |
18 | md5.cpp \ | 18 | md5.cpp \ |
19 | miscfunctions.cpp \ | 19 | miscfunctions.cpp \ |
20 | smtphandler.cpp | 20 | smtphandler.cpp |
21 | INCLUDEPATH +=$(OPIEDIR)/include | 21 | INCLUDEPATH +=$(OPIEDIR)/include |
22 | LIBS +=-L$(OPIEDIR)/lib -lqpe | 22 | LIBS +=-L$(OPIEDIR)/lib -lqpe |
23 | TARGET =mail | 23 | TARGET =coremail |
24 | DESTDIR = $(OPIEDIR)/lib | 24 | DESTDIR = $(OPIEDIR)/lib |
25 | 25 | ||
26 | TRANSLATIONS = ../../../i18n/de/libmail.ts \ | 26 | TRANSLATIONS = ../../../i18n/de/libmail.ts \ |
27 | ../../../i18n/nl/libmail.ts \ | 27 | ../../../i18n/nl/libmail.ts \ |
28 | ../../../i18n/da/libmail.ts \ | 28 | ../../../i18n/da/libmail.ts \ |
29 | ../../../i18n/xx/libmail.ts \ | 29 | ../../../i18n/xx/libmail.ts \ |
30 | ../../../i18n/en/libmail.ts \ | 30 | ../../../i18n/en/libmail.ts \ |
31 | ../../../i18n/es/libmail.ts \ | 31 | ../../../i18n/es/libmail.ts \ |
32 | ../../../i18n/fr/libmail.ts \ | 32 | ../../../i18n/fr/libmail.ts \ |
33 | ../../../i18n/hu/libmail.ts \ | 33 | ../../../i18n/hu/libmail.ts \ |
34 | ../../../i18n/ja/libmail.ts \ | 34 | ../../../i18n/ja/libmail.ts \ |
35 | ../../../i18n/ko/libmail.ts \ | 35 | ../../../i18n/ko/libmail.ts \ |
diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro index f521178..1fa087a 100644 --- a/noncore/unsupported/mail2/mail.pro +++ b/noncore/unsupported/mail2/mail.pro | |||
@@ -31,25 +31,25 @@ SOURCES = accounteditor.cpp \ | |||
31 | opendiag.cpp \ | 31 | opendiag.cpp \ |
32 | rename.cpp \ | 32 | rename.cpp \ |
33 | searchdiag.cpp \ | 33 | searchdiag.cpp \ |
34 | viewmail.cpp \ | 34 | viewmail.cpp \ |
35 | viewmailbase.cpp | 35 | viewmailbase.cpp |
36 | INTERFACES = accounteditorbase.ui \ | 36 | INTERFACES = accounteditorbase.ui \ |
37 | addresspickerbase.ui \ | 37 | addresspickerbase.ui \ |
38 | configdiagbase.ui \ | 38 | configdiagbase.ui \ |
39 | opendiagbase.ui \ | 39 | opendiagbase.ui \ |
40 | renamebase.ui \ | 40 | renamebase.ui \ |
41 | searchdiagbase.ui | 41 | searchdiagbase.ui |
42 | INCLUDEPATH += $(OPIEDIR)/include libmail | 42 | INCLUDEPATH += $(OPIEDIR)/include libmail |
43 | LIBS += -lmail -lqpe -lopie | 43 | LIBS += -lcoremail -lqpe -lopie |
44 | TARGET = mail | 44 | TARGET = mail |
45 | 45 | ||
46 | TRANSLATIONS = ../../i18n/de/mail.ts \ | 46 | TRANSLATIONS = ../../i18n/de/mail.ts \ |
47 | ../../i18n/nl/mail.ts \ | 47 | ../../i18n/nl/mail.ts \ |
48 | ../../i18n/da/mail.ts \ | 48 | ../../i18n/da/mail.ts \ |
49 | ../../i18n/xx/mail.ts \ | 49 | ../../i18n/xx/mail.ts \ |
50 | ../../i18n/en/mail.ts \ | 50 | ../../i18n/en/mail.ts \ |
51 | ../../i18n/es/mail.ts \ | 51 | ../../i18n/es/mail.ts \ |
52 | ../../i18n/fr/mail.ts \ | 52 | ../../i18n/fr/mail.ts \ |
53 | ../../i18n/hu/mail.ts \ | 53 | ../../i18n/hu/mail.ts \ |
54 | ../../i18n/ja/mail.ts \ | 54 | ../../i18n/ja/mail.ts \ |
55 | ../../i18n/ko/mail.ts \ | 55 | ../../i18n/ko/mail.ts \ |
diff --git a/noncore/unsupported/mail2/viewmail.h b/noncore/unsupported/mail2/viewmail.h index efc2300..de36f7a 100644 --- a/noncore/unsupported/mail2/viewmail.h +++ b/noncore/unsupported/mail2/viewmail.h | |||
@@ -38,24 +38,25 @@ private: | |||
38 | }; | 38 | }; |
39 | 39 | ||
40 | class ViewMail : public ViewMailBase | 40 | class ViewMail : public ViewMailBase |
41 | { | 41 | { |
42 | Q_OBJECT | 42 | Q_OBJECT |
43 | 43 | ||
44 | public: | 44 | public: |
45 | ViewMail(IMAPResponseFETCH &mail, IMAPHandler *handler, QWidget *parent = 0, const char *name = 0, WFlags fl = Qt::WType_Modal); | 45 | ViewMail(IMAPResponseFETCH &mail, IMAPHandler *handler, QWidget *parent = 0, const char *name = 0, WFlags fl = Qt::WType_Modal); |
46 | ~ViewMail(); | 46 | ~ViewMail(); |
47 | 47 | ||
48 | void hide(); | 48 | void hide(); |
49 | void exec(); | 49 | void exec(); |
50 | static QString appName() { return QString::fromLatin1("mail"); } | ||
50 | 51 | ||
51 | protected: | 52 | protected: |
52 | //void fillList(IMAPResponseBODYSTRUCTURE &structure); | 53 | //void fillList(IMAPResponseBODYSTRUCTURE &structure); |
53 | QString deHtml(const QString &string); | 54 | QString deHtml(const QString &string); |
54 | 55 | ||
55 | protected slots: | 56 | protected slots: |
56 | void slotReply(); | 57 | void slotReply(); |
57 | void slotForward(); | 58 | void slotForward(); |
58 | 59 | ||
59 | void slotIMAPUid(IMAPResponse &response); | 60 | void slotIMAPUid(IMAPResponse &response); |
60 | 61 | ||
61 | private: | 62 | private: |