diff options
22 files changed, 402 insertions, 0 deletions
diff --git a/applications/kmail-mobile/Avatar.qml b/applications/kube-mail-mobile/Avatar.qml index 3d3ffb2e..3d3ffb2e 100644 --- a/applications/kmail-mobile/Avatar.qml +++ b/applications/kube-mail-mobile/Avatar.qml | |||
diff --git a/applications/kmail-mobile/ColorPalette.qml b/applications/kube-mail-mobile/ColorPalette.qml index c3993954..c3993954 100644 --- a/applications/kmail-mobile/ColorPalette.qml +++ b/applications/kube-mail-mobile/ColorPalette.qml | |||
diff --git a/applications/kmail-mobile/ComposerView.qml b/applications/kube-mail-mobile/ComposerView.qml index d2f478b0..d2f478b0 100644 --- a/applications/kmail-mobile/ComposerView.qml +++ b/applications/kube-mail-mobile/ComposerView.qml | |||
diff --git a/applications/kmail-mobile/FolderListModel.qml b/applications/kube-mail-mobile/FolderListModel.qml index 19093d51..19093d51 100644 --- a/applications/kmail-mobile/FolderListModel.qml +++ b/applications/kube-mail-mobile/FolderListModel.qml | |||
diff --git a/applications/kmail-mobile/FolderListView.qml b/applications/kube-mail-mobile/FolderListView.qml index 1baa03b6..1baa03b6 100644 --- a/applications/kmail-mobile/FolderListView.qml +++ b/applications/kube-mail-mobile/FolderListView.qml | |||
diff --git a/applications/kmail-mobile/MailListModel.qml b/applications/kube-mail-mobile/MailListModel.qml index 4b425b90..4b425b90 100644 --- a/applications/kmail-mobile/MailListModel.qml +++ b/applications/kube-mail-mobile/MailListModel.qml | |||
diff --git a/applications/kmail-mobile/MailListView.qml b/applications/kube-mail-mobile/MailListView.qml index 869ce5e5..869ce5e5 100644 --- a/applications/kmail-mobile/MailListView.qml +++ b/applications/kube-mail-mobile/MailListView.qml | |||
diff --git a/applications/kmail-mobile/SingleMailView.qml b/applications/kube-mail-mobile/SingleMailView.qml index ae184c4a..ae184c4a 100644 --- a/applications/kmail-mobile/SingleMailView.qml +++ b/applications/kube-mail-mobile/SingleMailView.qml | |||
diff --git a/applications/kmail-mobile/main.qml b/applications/kube-mail-mobile/main.qml index 751c080c..751c080c 100644 --- a/applications/kmail-mobile/main.qml +++ b/applications/kube-mail-mobile/main.qml | |||
diff --git a/docs/usecases.md b/docs/usecases.md new file mode 100644 index 00000000..4d08d9f7 --- /dev/null +++ b/docs/usecases.md | |||
@@ -0,0 +1,162 @@ | |||
1 | |||
2 | U1 Finding mail | ||
3 | U 1.1 As a user I want to see my unread mail. # | ||
4 | U 1.2 As a user I want to see my important mail | ||
5 | U 1.3 As a user I want to see the latest mail from a specific folder # | ||
6 | U 1.4 As a user I want to see the latest mail from a specific account | ||
7 | U 1.5 As a user I want to see the latest mail from all accounts | ||
8 | U 1.6 As a user I want to search for a specific email # | ||
9 | U1.6.1 by search string matching the full mail # | ||
10 | U 1.7 As a user I want to get an overview over how many unread mails I have (in my inbox) # | ||
11 | U 1.8 As a user I want to be notified about incoming mail | ||
12 | U 1.8.1 As a user I want to be able to set filterrules for incoming mail notifications | ||
13 | |||
14 | U 1.9 As a user I want to go though my mail by thread | ||
15 | U 1.10 As a user I want to find my emails by date range | ||
16 | U 1.11 As a user I want to find emails by sender | ||
17 | |||
18 | |||
19 | U 1.? As a user I want to regularly see mails that match a custom search query | ||
20 | |||
21 | |||
22 | |||
23 | U2 Managing mail (B is for bulk) | ||
24 | U 2.1 As a user I want to delete an email (B) # | ||
25 | U 2.2 As a user I want to mark an email as read/unread (B) # | ||
26 | U 2.3 As a user I want to mark an enail as imporatnt/not important (B) # | ||
27 | U 2.4 As a user I want to organize my emails into folders # | ||
28 | U 2.4.1 As a user I want to create a folder # | ||
29 | U 2.4.2 As a user I want to remove a folder # | ||
30 | U 2.4.3 As a user I want to move a folder # | ||
31 | U 2.4.4 As a user I want to move an email to a folder (B) # | ||
32 | U 2.4.5 As a user I want to copy an email to a folder (B) ??? # | ||
33 | U 2.4.6 As a user I want to set remote filter rules to automatically sort my incoming emails into folders | ||
34 | U 2.4.7 As a user I want to set local filter rules to automatically sort my incoming emails into folders | ||
35 | U 2.4.8 As a user I want to hide folders | ||
36 | U 2.4.9 As a user I want to bookmark my favourite folder | ||
37 | |||
38 | |||
39 | U 2-? As a user I want to archive an email (B) ??? | ||
40 | U 2-? As a user I want to print an email ??? | ||
41 | U 2-? As a user I want to mark email as spam (B) ??? | ||
42 | |||
43 | U3 Reading mail | ||
44 | U 3.I As a user I want to read an email # | ||
45 | U 3.2 As a user I want to add the sender to my addressbook | ||
46 | U 3.3 As a user I want to reply to an email # | ||
47 | U 3.3.1 As a user I want to reply to all # | ||
48 | U 3.3.2 As a user I want to reply to sender # | ||
49 | U 3.4 As a user I want to forward an email # | ||
50 | U 3.5 As a user I want to open an attachemnt # | ||
51 | U 3.6 As a user I want to save an attachment # | ||
52 | U 3.7 As a user I want view attachments inline | ||
53 | U 3.7.1 vcard | ||
54 | U 3.8 As a user I want to read html mails | ||
55 | |||
56 | |||
57 | |||
58 | U4 Writing email | ||
59 | U 4.1 As a user I want to write an email from scratch # | ||
60 | U 4.2 As a user I want to write an email from draft # | ||
61 | U 4.3 As a user I want to write an email from template | ||
62 | U 4.5 As a user I want to specify the subject # | ||
63 | U 4.6 As a user I want to add recievers (to / cc / bcc) # | ||
64 | U 4.6.1 from addressbook | ||
65 | U 4.6.2 from previous receivers / senders | ||
66 | U 4.6.3 by hand # | ||
67 | U 4.6.4 from ldap # | ||
68 | U 4.7 As a user I want to handle attachments # | ||
69 | U 4.7.1 As a user I want to add an attachment # | ||
70 | U 4.7.1.2 … from the cloud # | ||
71 | U 4.7.2 As a user I want to remove an attachment # | ||
72 | U 4.7.3 As a user I want to rename an attachment | ||
73 | U 4.7.4 As a user I want to shrink an attachment ??? | ||
74 | U 4.7.5 As a user I want to be warned about not having an attachment | ||
75 | U 4.8 As a user I want to write html mails | ||
76 | U 4.9 As a user I want to encrypt my mails | ||
77 | U 4.9.1 by hand | ||
78 | U 4.9.2 by policy | ||
79 | U 4.10 As a user I want to sign my messages | ||
80 | U 4.10.1 by hand | ||
81 | U 4.10.2 by policy | ||
82 | U 4.11 As a user I want to attach a signature to my mails | ||
83 | U 4.12 As a user I want to have my emails spellchecked | ||
84 | |||
85 | U 4.13 Send email from specific account | ||
86 | U 4.15 As a user I want to be able to send my email at a later time specified by me. | ||
87 | |||
88 | |||
89 | U 5 Account settup / configuration | ||
90 | U5.1 As a user I want to set up a Kolab Now account | ||
91 | U 5.2 As a user I want to set up a custom Kolab account #? | ||
92 | U 5.3 As a user I want to set up a maildir account # | ||
93 | U 5.4 As a user I want to set up a imap account (including smtp) #? | ||
94 | U 5.4.1 As a user I want to specify my Draft / Trash / Sent folder | ||
95 | U 5.5 As a user I want to delete an account | ||
96 | U 5.6 As a user I want to modify an account | ||
97 | U 5.6.1 As a user I want to add/modify/delete and additional identity | ||
98 | U 5.7 As a user I want to temporarily disable an account | ||
99 | U 5.8 As a user I want to see the online/offline state of my accounts | ||
100 | |||
101 | U 6 Crypto | ||
102 | U 6.1 As a user I want to be able to | ||
103 | |||
104 | U 7 Syncronize with server | ||
105 | U 7.1 As a user I want to specify which folder get synced | ||
106 | U 7.2 As a user I want to specfy how many email per folder get synced | ||
107 | U 7.3 As a user I want to specify the sync intervals | ||
108 | U 7.4 As a user I want to manually controll the sync | ||
109 | U 7.5 As a user I want to be able to folder sync priorities | ||
110 | |||
111 | |||
112 | U 10 Special features | ||
113 | U 10.1 As a user I want to set my out of office status | ||
114 | U 10.2 As a user I want to be only load a partial mail (mobile) | ||
115 | |||
116 | |||
117 | |||
118 | |||
119 | |||
120 | |||
121 | |||
122 | |||
123 | |||
124 | |||
125 | |||
126 | |||
127 | |||
128 | Calendar | ||
129 | |||
130 | U 1 viewing schedule | ||
131 | |||
132 | U 1.1 As a user I want to know what is on the agenda for today | ||
133 | U 1.2 As a user I want to get an overview over what is coming next week / month | ||
134 | U 1.3 As a user I want to see when I have free timeslots | ||
135 | U 1.4 As a user I want to be reminded about upcoming events | ||
136 | U 1.5 As a user I want to see the schedule of my colleagues | ||
137 | U 1.6 As a user I want to search for an event | ||
138 | U 1.7 As a user I want to see the deadlines for my tasks in the calendar | ||
139 | U 1.8 As a user I want to see the start date for my tasks | ||
140 | |||
141 | U 2 Creating and Importing and Exporting | ||
142 | U 2.1 As a user I want to create a new event from scratch | ||
143 | U 2.2 As a user I want to import a calandar (e.g. university schedule) | ||
144 | U 2.3 As a user I want to import an event | ||
145 | U 2.4 As a user I want to export an event | ||
146 | U 2.5 As a user I want to export a calendar | ||
147 | U 2.6 As a user I want to publish an event | ||
148 | U 2.6.1 by sending it by email | ||
149 | |||
150 | U 3 Invitations | ||
151 | U 3.1 As a user I want to invite people to an event | ||
152 | U 3.2 As a user I want to schedule an event | ||
153 | U 3.2.1 with my colleagues | ||
154 | U 3.2.2 with external people (and my colleagues) | ||
155 | U 3.3 As a user I want to react to invitations | ||
156 | U 3.3.1 As a user I want to see if I have time for an event I was invited to | ||
157 | U 3.3.2 As a user I want to decline an invitation | ||
158 | U 3.3.3 As a user I want to accept an invitation and add it to my calendar | ||
159 | U 3.3.4 As a user I want to propose a different timeslot for an event | ||
160 | U 3.3.5 As a user I want to restart the scheduling process to find a different time slot | ||
161 | U 3.4 As a user I want to get an overview over pending invitations I sent | ||
162 | U 3.5 As a user I want to get an overview over new / incoming invitations \ No newline at end of file | ||
diff --git a/framework/mail/folderlistcontroller.cpp b/framework/mail/folderlistcontroller.cpp index 9edc547c..3b1cf9f8 100644 --- a/framework/mail/folderlistcontroller.cpp +++ b/framework/mail/folderlistcontroller.cpp | |||
@@ -1,3 +1,23 @@ | |||
1 | /* | ||
2 | Copyright (c) 2016 Michael Bohlender <michael.bohlender@kdemail.net> | ||
3 | Copyright (c) 2016 Christian Mollekopf <mollekopf@kolabsys.com> | ||
4 | |||
5 | This library is free software; you can redistribute it and/or modify it | ||
6 | under the terms of the GNU Library General Public License as published by | ||
7 | the Free Software Foundation; either version 2 of the License, or (at your | ||
8 | option) any later version. | ||
9 | |||
10 | This library is distributed in the hope that it will be useful, but WITHOUT | ||
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public | ||
13 | License for more details. | ||
14 | |||
15 | You should have received a copy of the GNU Library General Public License | ||
16 | along with this library; see the file COPYING.LIB. If not, write to the | ||
17 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
18 | 02110-1301, USA. | ||
19 | */ | ||
20 | |||
1 | #include "folderlistcontroller.h" | 21 | #include "folderlistcontroller.h" |
2 | 22 | ||
3 | #include "folderlistmodel.h" | 23 | #include "folderlistmodel.h" |
diff --git a/framework/mail/folderlistcontroller.h b/framework/mail/folderlistcontroller.h index 84ce24be..11057f21 100644 --- a/framework/mail/folderlistcontroller.h +++ b/framework/mail/folderlistcontroller.h | |||
@@ -1,3 +1,23 @@ | |||
1 | /* | ||
2 | Copyright (c) 2016 Michael Bohlender <michael.bohlender@kdemail.net> | ||
3 | Copyright (c) 2016 Christian Mollekopf <mollekopf@kolabsys.com> | ||
4 | |||
5 | This library is free software; you can redistribute it and/or modify it | ||
6 | under the terms of the GNU Library General Public License as published by | ||
7 | the Free Software Foundation; either version 2 of the License, or (at your | ||
8 | option) any later version. | ||
9 | |||
10 | This library is distributed in the hope that it will be useful, but WITHOUT | ||
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public | ||
13 | License for more details. | ||
14 | |||
15 | You should have received a copy of the GNU Library General Public License | ||
16 | along with this library; see the file COPYING.LIB. If not, write to the | ||
17 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
18 | 02110-1301, USA. | ||
19 | */ | ||
20 | |||
1 | #pragma once | 21 | #pragma once |
2 | 22 | ||
3 | #include "folderlistmodel.h" | 23 | #include "folderlistmodel.h" |
diff --git a/framework/mail/folderlistmodel.cpp b/framework/mail/folderlistmodel.cpp index 0f66c46f..204dfdbf 100644 --- a/framework/mail/folderlistmodel.cpp +++ b/framework/mail/folderlistmodel.cpp | |||
@@ -1,3 +1,23 @@ | |||
1 | /* | ||
2 | Copyright (c) 2016 Michael Bohlender <michael.bohlender@kdemail.net> | ||
3 | Copyright (c) 2016 Christian Mollekopf <mollekopf@kolabsys.com> | ||
4 | |||
5 | This library is free software; you can redistribute it and/or modify it | ||
6 | under the terms of the GNU Library General Public License as published by | ||
7 | the Free Software Foundation; either version 2 of the License, or (at your | ||
8 | option) any later version. | ||
9 | |||
10 | This library is distributed in the hope that it will be useful, but WITHOUT | ||
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public | ||
13 | License for more details. | ||
14 | |||
15 | You should have received a copy of the GNU Library General Public License | ||
16 | along with this library; see the file COPYING.LIB. If not, write to the | ||
17 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
18 | 02110-1301, USA. | ||
19 | */ | ||
20 | |||
1 | #include "folderlistmodel.h" | 21 | #include "folderlistmodel.h" |
2 | #include <akonadi2common/clientapi.h> | 22 | #include <akonadi2common/clientapi.h> |
3 | #include <akonadi2common/applicationdomaintype.h> | 23 | #include <akonadi2common/applicationdomaintype.h> |
diff --git a/framework/mail/folderlistmodel.h b/framework/mail/folderlistmodel.h index 9ce3ee79..d412c29c 100644 --- a/framework/mail/folderlistmodel.h +++ b/framework/mail/folderlistmodel.h | |||
@@ -1,3 +1,23 @@ | |||
1 | /* | ||
2 | Copyright (c) 2016 Michael Bohlender <michael.bohlender@kdemail.net> | ||
3 | Copyright (c) 2016 Christian Mollekopf <mollekopf@kolabsys.com> | ||
4 | |||
5 | This library is free software; you can redistribute it and/or modify it | ||
6 | under the terms of the GNU Library General Public License as published by | ||
7 | the Free Software Foundation; either version 2 of the License, or (at your | ||
8 | option) any later version. | ||
9 | |||
10 | This library is distributed in the hope that it will be useful, but WITHOUT | ||
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public | ||
13 | License for more details. | ||
14 | |||
15 | You should have received a copy of the GNU Library General Public License | ||
16 | along with this library; see the file COPYING.LIB. If not, write to the | ||
17 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
18 | 02110-1301, USA. | ||
19 | */ | ||
20 | |||
1 | #pragma once | 21 | #pragma once |
2 | 22 | ||
3 | #include <QObject> | 23 | #include <QObject> |
diff --git a/framework/mail/maillistcontroller.cpp b/framework/mail/maillistcontroller.cpp index 07baeb01..ed353b70 100644 --- a/framework/mail/maillistcontroller.cpp +++ b/framework/mail/maillistcontroller.cpp | |||
@@ -1,3 +1,23 @@ | |||
1 | /* | ||
2 | Copyright (c) 2016 Michael Bohlender <michael.bohlender@kdemail.net> | ||
3 | Copyright (c) 2016 Christian Mollekopf <mollekopf@kolabsys.com> | ||
4 | |||
5 | This library is free software; you can redistribute it and/or modify it | ||
6 | under the terms of the GNU Library General Public License as published by | ||
7 | the Free Software Foundation; either version 2 of the License, or (at your | ||
8 | option) any later version. | ||
9 | |||
10 | This library is distributed in the hope that it will be useful, but WITHOUT | ||
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public | ||
13 | License for more details. | ||
14 | |||
15 | You should have received a copy of the GNU Library General Public License | ||
16 | along with this library; see the file COPYING.LIB. If not, write to the | ||
17 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
18 | 02110-1301, USA. | ||
19 | */ | ||
20 | |||
1 | #include "maillistcontroller.h" | 21 | #include "maillistcontroller.h" |
2 | 22 | ||
3 | #include <QStringList> | 23 | #include <QStringList> |
diff --git a/framework/mail/maillistcontroller.h b/framework/mail/maillistcontroller.h index 3c969403..959c63a3 100644 --- a/framework/mail/maillistcontroller.h +++ b/framework/mail/maillistcontroller.h | |||
@@ -1,3 +1,23 @@ | |||
1 | /* | ||
2 | Copyright (c) 2016 Michael Bohlender <michael.bohlender@kdemail.net> | ||
3 | Copyright (c) 2016 Christian Mollekopf <mollekopf@kolabsys.com> | ||
4 | |||
5 | This library is free software; you can redistribute it and/or modify it | ||
6 | under the terms of the GNU Library General Public License as published by | ||
7 | the Free Software Foundation; either version 2 of the License, or (at your | ||
8 | option) any later version. | ||
9 | |||
10 | This library is distributed in the hope that it will be useful, but WITHOUT | ||
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public | ||
13 | License for more details. | ||
14 | |||
15 | You should have received a copy of the GNU Library General Public License | ||
16 | along with this library; see the file COPYING.LIB. If not, write to the | ||
17 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
18 | 02110-1301, USA. | ||
19 | */ | ||
20 | |||
1 | #pragma once | 21 | #pragma once |
2 | 22 | ||
3 | #include "maillistmodel.h" | 23 | #include "maillistmodel.h" |
diff --git a/framework/mail/maillistmodel.cpp b/framework/mail/maillistmodel.cpp index e6a9c218..3ed50ad6 100644 --- a/framework/mail/maillistmodel.cpp +++ b/framework/mail/maillistmodel.cpp | |||
@@ -1,3 +1,23 @@ | |||
1 | /* | ||
2 | Copyright (c) 2016 Michael Bohlender <michael.bohlender@kdemail.net> | ||
3 | Copyright (c) 2016 Christian Mollekopf <mollekopf@kolabsys.com> | ||
4 | |||
5 | This library is free software; you can redistribute it and/or modify it | ||
6 | under the terms of the GNU Library General Public License as published by | ||
7 | the Free Software Foundation; either version 2 of the License, or (at your | ||
8 | option) any later version. | ||
9 | |||
10 | This library is distributed in the hope that it will be useful, but WITHOUT | ||
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public | ||
13 | License for more details. | ||
14 | |||
15 | You should have received a copy of the GNU Library General Public License | ||
16 | along with this library; see the file COPYING.LIB. If not, write to the | ||
17 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
18 | 02110-1301, USA. | ||
19 | */ | ||
20 | |||
1 | #include "maillistmodel.h" | 21 | #include "maillistmodel.h" |
2 | 22 | ||
3 | #include <QFile> | 23 | #include <QFile> |
diff --git a/framework/mail/maillistmodel.h b/framework/mail/maillistmodel.h index 7718477c..22146eac 100644 --- a/framework/mail/maillistmodel.h +++ b/framework/mail/maillistmodel.h | |||
@@ -1,3 +1,23 @@ | |||
1 | /* | ||
2 | Copyright (c) 2016 Michael Bohlender <michael.bohlender@kdemail.net> | ||
3 | Copyright (c) 2016 Christian Mollekopf <mollekopf@kolabsys.com> | ||
4 | |||
5 | This library is free software; you can redistribute it and/or modify it | ||
6 | under the terms of the GNU Library General Public License as published by | ||
7 | the Free Software Foundation; either version 2 of the License, or (at your | ||
8 | option) any later version. | ||
9 | |||
10 | This library is distributed in the hope that it will be useful, but WITHOUT | ||
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public | ||
13 | License for more details. | ||
14 | |||
15 | You should have received a copy of the GNU Library General Public License | ||
16 | along with this library; see the file COPYING.LIB. If not, write to the | ||
17 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
18 | 02110-1301, USA. | ||
19 | */ | ||
20 | |||
1 | #pragma once | 21 | #pragma once |
2 | 22 | ||
3 | #include <akonadi2common/clientapi.h> | 23 | #include <akonadi2common/clientapi.h> |
diff --git a/framework/mail/mailplugin.cpp b/framework/mail/mailplugin.cpp index bf92f4e7..8b35dfb7 100644 --- a/framework/mail/mailplugin.cpp +++ b/framework/mail/mailplugin.cpp | |||
@@ -1,3 +1,23 @@ | |||
1 | /* | ||
2 | Copyright (c) 2016 Michael Bohlender <michael.bohlender@kdemail.net> | ||
3 | Copyright (c) 2016 Christian Mollekopf <mollekopf@kolabsys.com> | ||
4 | |||
5 | This library is free software; you can redistribute it and/or modify it | ||
6 | under the terms of the GNU Library General Public License as published by | ||
7 | the Free Software Foundation; either version 2 of the License, or (at your | ||
8 | option) any later version. | ||
9 | |||
10 | This library is distributed in the hope that it will be useful, but WITHOUT | ||
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public | ||
13 | License for more details. | ||
14 | |||
15 | You should have received a copy of the GNU Library General Public License | ||
16 | along with this library; see the file COPYING.LIB. If not, write to the | ||
17 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
18 | 02110-1301, USA. | ||
19 | */ | ||
20 | |||
1 | #include "mailplugin.h" | 21 | #include "mailplugin.h" |
2 | 22 | ||
3 | #include "maillistmodel.h" | 23 | #include "maillistmodel.h" |
diff --git a/framework/mail/mailplugin.h b/framework/mail/mailplugin.h index e835c384..ebd091ee 100644 --- a/framework/mail/mailplugin.h +++ b/framework/mail/mailplugin.h | |||
@@ -1,3 +1,23 @@ | |||
1 | /* | ||
2 | Copyright (c) 2016 Michael Bohlender <michael.bohlender@kdemail.net> | ||
3 | Copyright (c) 2016 Christian Mollekopf <mollekopf@kolabsys.com> | ||
4 | |||
5 | This library is free software; you can redistribute it and/or modify it | ||
6 | under the terms of the GNU Library General Public License as published by | ||
7 | the Free Software Foundation; either version 2 of the License, or (at your | ||
8 | option) any later version. | ||
9 | |||
10 | This library is distributed in the hope that it will be useful, but WITHOUT | ||
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public | ||
13 | License for more details. | ||
14 | |||
15 | You should have received a copy of the GNU Library General Public License | ||
16 | along with this library; see the file COPYING.LIB. If not, write to the | ||
17 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
18 | 02110-1301, USA. | ||
19 | */ | ||
20 | |||
1 | #pragma once | 21 | #pragma once |
2 | 22 | ||
3 | #include <QQmlEngine> | 23 | #include <QQmlEngine> |
diff --git a/framework/mail/singlemailcontroller.cpp b/framework/mail/singlemailcontroller.cpp index fecf2fbc..5f7a6d93 100644 --- a/framework/mail/singlemailcontroller.cpp +++ b/framework/mail/singlemailcontroller.cpp | |||
@@ -1,3 +1,23 @@ | |||
1 | /* | ||
2 | Copyright (c) 2016 Michael Bohlender <michael.bohlender@kdemail.net> | ||
3 | Copyright (c) 2016 Christian Mollekopf <mollekopf@kolabsys.com> | ||
4 | |||
5 | This library is free software; you can redistribute it and/or modify it | ||
6 | under the terms of the GNU Library General Public License as published by | ||
7 | the Free Software Foundation; either version 2 of the License, or (at your | ||
8 | option) any later version. | ||
9 | |||
10 | This library is distributed in the hope that it will be useful, but WITHOUT | ||
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public | ||
13 | License for more details. | ||
14 | |||
15 | You should have received a copy of the GNU Library General Public License | ||
16 | along with this library; see the file COPYING.LIB. If not, write to the | ||
17 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
18 | 02110-1301, USA. | ||
19 | */ | ||
20 | |||
1 | #include "singlemailcontroller.h" | 21 | #include "singlemailcontroller.h" |
2 | 22 | ||
3 | SingleMailController::SingleMailController(QObject *parent) : QObject(parent), m_model(new MailListModel) | 23 | SingleMailController::SingleMailController(QObject *parent) : QObject(parent), m_model(new MailListModel) |
diff --git a/framework/mail/singlemailcontroller.h b/framework/mail/singlemailcontroller.h index bdac971c..283b03c4 100644 --- a/framework/mail/singlemailcontroller.h +++ b/framework/mail/singlemailcontroller.h | |||
@@ -1,3 +1,23 @@ | |||
1 | /* | ||
2 | Copyright (c) 2016 Michael Bohlender <michael.bohlender@kdemail.net> | ||
3 | Copyright (c) 2016 Christian Mollekopf <mollekopf@kolabsys.com> | ||
4 | |||
5 | This library is free software; you can redistribute it and/or modify it | ||
6 | under the terms of the GNU Library General Public License as published by | ||
7 | the Free Software Foundation; either version 2 of the License, or (at your | ||
8 | option) any later version. | ||
9 | |||
10 | This library is distributed in the hope that it will be useful, but WITHOUT | ||
11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public | ||
13 | License for more details. | ||
14 | |||
15 | You should have received a copy of the GNU Library General Public License | ||
16 | along with this library; see the file COPYING.LIB. If not, write to the | ||
17 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
18 | 02110-1301, USA. | ||
19 | */ | ||
20 | |||
1 | #pragma once | 21 | #pragma once |
2 | 22 | ||
3 | #include "maillistmodel.h" | 23 | #include "maillistmodel.h" |