author | alwin <alwin> | 2003-12-02 21:21:53 (UTC) |
---|---|---|
committer | alwin <alwin> | 2003-12-02 21:21:53 (UTC) |
commit | d5b6b246978ff34fb21b3306899c997528f8341c (patch) (unidiff) | |
tree | 1d5e67efc9a37dcf5f752dee8c96a53919c2e171 | |
parent | b25754f6ecb9ded83323e39ad62b8fd18ae278ca (diff) | |
download | opie-d5b6b246978ff34fb21b3306899c997528f8341c.zip opie-d5b6b246978ff34fb21b3306899c997528f8341c.tar.gz opie-d5b6b246978ff34fb21b3306899c997528f8341c.tar.bz2 |
fix of bug number 0001210
the libmail is now called libcoremail (fix inside the .pro files)
mail application got a appName for quicklauncher.
-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,24 +1,24 @@ | |||
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 \ |
21 | ../../../i18n/ko/libbend.ts \ | 21 | ../../../i18n/ko/libbend.ts \ |
22 | ../../../i18n/no/libbend.ts \ | 22 | ../../../i18n/no/libbend.ts \ |
23 | ../../../i18n/pl/libbend.ts \ | 23 | ../../../i18n/pl/libbend.ts \ |
24 | ../../../i18n/pt/libbend.ts \ | 24 | ../../../i18n/pt/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 | |||
@@ -7,33 +7,33 @@ HEADERS = configfile.h \ | |||
7 | imaphandler.h \ | 7 | imaphandler.h \ |
8 | imapresponse.h \ | 8 | imapresponse.h \ |
9 | mailfactory.h \ | 9 | mailfactory.h \ |
10 | md5.h \ | 10 | md5.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 \ |
36 | ../../../i18n/no/libmail.ts \ | 36 | ../../../i18n/no/libmail.ts \ |
37 | ../../../i18n/pl/libmail.ts \ | 37 | ../../../i18n/pl/libmail.ts \ |
38 | ../../../i18n/pt/libmail.ts \ | 38 | ../../../i18n/pt/libmail.ts \ |
39 | ../../../i18n/pt_BR/libmail.ts \ | 39 | ../../../i18n/pt_BR/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 | |||
@@ -27,33 +27,33 @@ SOURCES = accounteditor.cpp \ | |||
27 | mailtable.cpp \ | 27 | mailtable.cpp \ |
28 | main.cpp \ | 28 | main.cpp \ |
29 | mainwindow.cpp \ | 29 | mainwindow.cpp \ |
30 | mainwindowbase.cpp \ | 30 | mainwindowbase.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 \ |
56 | ../../i18n/no/mail.ts \ | 56 | ../../i18n/no/mail.ts \ |
57 | ../../i18n/pl/mail.ts \ | 57 | ../../i18n/pl/mail.ts \ |
58 | ../../i18n/pt/mail.ts \ | 58 | ../../i18n/pt/mail.ts \ |
59 | ../../i18n/pt_BR/mail.ts \ | 59 | ../../i18n/pt_BR/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 | |||
@@ -34,32 +34,33 @@ public: | |||
34 | 34 | ||
35 | private: | 35 | private: |
36 | AttachItemStore _attachItemStore; | 36 | AttachItemStore _attachItemStore; |
37 | 37 | ||
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: |
62 | bool _inLoop; | 63 | bool _inLoop; |
63 | IMAPResponseFETCH _mail; | 64 | IMAPResponseFETCH _mail; |
64 | IMAPHandler *_handler; | 65 | IMAPHandler *_handler; |
65 | QString _mailHtml; | 66 | QString _mailHtml; |