summaryrefslogtreecommitdiffstats
path: root/accounts/imap
Commit message (Collapse)AuthorAge
* Use imported targets instead of qt5_use_modulesHeiko Becker2017-07-29
| | | | | | | | | | | | | | | | | | From Qt's documentation: "This macro is obsolete. Use target_link_libraries with IMPORTED targets instead." It's only recommended with cmake >=2.8.9 & < 2.8.12. Kube already requires cmake 3.0. One advantage of using the imported targets is, that cmake complains if a target isn't found before it's used, like Qt5Concurrent missing from the find_package_call here. Reviewers: #kube, cmollekopf Reviewed By: #kube, cmollekopf Subscribers: #kube Differential Revision: https://phabricator.kde.org/D6362
* make placeholdertexts translatableMichael Bohlender2017-07-25
|
* make more translatableMichael Bohlender2017-07-19
|
* One QT_MIN_VERSION is enough, also it's 5.7Christian Mollekopf2017-07-05
|
* Set the username for login to the email addressChristian Mollekopf2017-05-12
|
* use kube controls in accountMichael Bohlender2017-04-19
|
* Moved cpp code into src directoryChristian Mollekopf2017-04-05
|
* A single framework pluginChristian Mollekopf2017-04-05
|
* We actuall need kasync herev0.1.0Christian Mollekopf2017-03-01
|
* Adapted to KAsync changesChristian Mollekopf2017-03-01
|
* cmake fixesChristian Mollekopf2017-03-01
|
* Removed Create/Edit*.qml and controllers, added gmail pluginChristian Mollekopf2017-02-22
| | | | | The current settings plugin could potentially be replaced by a proper controller, but what we have works so that's low priority.
* syncThen is no longer necessary.Christian Mollekopf2017-01-12
|
* add show password option to password fieldMichael Bohlender2016-10-31
|
* Imap Settings UI: more placeholder text, fix typo + don't show the passwordMichael Bohlender2016-10-31
|
* use theme color instead of opacityMichael Bohlender2016-10-24
|
* more gplv3 -> gplv2+Michael Bohlender2016-09-26
|
* Adapt to KAsync changes.Christian Mollekopf2016-09-15
|
* gplv3 -> gplv2+Michael Bohlender2016-09-07
|
* Share the settings implementationChristian Mollekopf2016-07-16
|
* Remove account also if no resources are availableChristian Mollekopf2016-07-12
|
* Fixed buildChristian Mollekopf2016-07-01
|
* improve imapAccount UIMichael Bohlender2016-06-22
|
* fix typoMichael Bohlender2016-06-22
|
* improve spellingMichael Bohlender2016-06-22
|
* almost pixel perfect imap settingsMichael Bohlender2016-06-22
|
* fix imap accountsplugin qmldirMichael Bohlender2016-06-21
|
* Find KMime so we can link against it.Christian Mollekopf2016-06-19
|
* Fixed the hardcoded capability filters.Christian Mollekopf2016-06-15
| | | | save as draft works again.
* An imap accounts pluginChristian Mollekopf2016-06-07