summaryrefslogtreecommitdiffstats
path: root/framework/src
Commit message (Collapse)AuthorAge
...
* A first signed messageChristian Mollekopf2017-08-03
|
* CleanupChristian Mollekopf2017-08-03
|
* One copy of the gpg helpers is enough.Christian Mollekopf2017-08-02
|
* Hostname based messageidChristian Mollekopf2017-08-02
|
* Set the plain type for plain mailsChristian Mollekopf2017-08-02
|
* mailtestsChristian Mollekopf2017-08-02
|
* Moved mailcomposing into mailtemplatesChristian Mollekopf2017-08-02
| | | | so we can start testing it.
* Separate email assembly from controller.Christian Mollekopf2017-08-02
|
* ComposerController cleanupChristian Mollekopf2017-07-31
|
* Slight composer code refactoringChristian Mollekopf2017-07-31
|
* SelectableLabel to support copying individual labelsChristian Mollekopf2017-07-29
|
* 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
* Avoid executing queries with empty filtersChristian Mollekopf2017-07-26
|
* Display corresponding account information with log entryChristian Mollekopf2017-07-22
|
* ki18n is not requiredChristian Mollekopf2017-07-21
|
* Avoid running queries with empty idsChristian Mollekopf2017-07-16
|
* no need for ki18nMichael Bohlender2017-07-15
|
* CleanupChristian Mollekopf2017-07-12
|
* Instead of emulating it we can also just layout the items in reverseChristian Mollekopf2017-07-12
| | | | order
* Print attachment statusChristian Mollekopf2017-07-11
|
* Fixed multipart/alternative repliesChristian Mollekopf2017-07-11
|
* Reply all is the better default for now,Christian Mollekopf2017-07-11
| | | | so you can simply remove the recipients you're not interested.
* Don't set that option twiceChristian Mollekopf2017-07-06
|
* Reply to signed messages.Christian Mollekopf2017-06-30
|
* Fixed html to plaintext conversionChristian Mollekopf2017-06-30
|
* A single shared testdata set.Christian Mollekopf2017-06-30
|
* Assemble the address the right way around.Christian Mollekopf2017-06-28
|
* Show Avatar imagesChristian Mollekopf2017-06-27
|
* No more dummy values in the people viewChristian Mollekopf2017-06-27
|
* Add a basic css to html mails to suppress scrollbars.Christian Mollekopf2017-06-23
| | | | https://stackoverflow.com/questions/32612478/remove-scrollbars-from-qwebengineview-or-qwebenginepage
* Fixed the reply regexpChristian Mollekopf2017-06-23
|
* Refactored the reply generating code for comprehensibilityChristian Mollekopf2017-06-23
|
* Remove any leftover recipients for repliesChristian Mollekopf2017-06-23
|
* Newline after "On %date you wrote:"Christian Mollekopf2017-06-23
|
* Fixed subject replacementsChristian Mollekopf2017-06-23
|
* Support the removal of drafts.Christian Mollekopf2017-06-22
|
* Removed async APIChristian Mollekopf2017-06-22
|
* Also load slightly more complex mails.Christian Mollekopf2017-06-22
| | | | And convert simple html to plaintext.
* Post notifications when saving an attachmentChristian Mollekopf2017-06-22
|
* Recursively find encapsulated messages.Christian Mollekopf2017-06-22
| | | | Necessary to find encapsulated in encapsulated message.
* Added missing fileChristian Mollekopf2017-06-21
|
* Only sync folders by defaultChristian Mollekopf2017-06-15
|
* Attachment removalChristian Mollekopf2017-06-14
| | | | | We'd rather do something via the model index instead of requering an additional role, but this works for the time being.
* Create CRLF mime messages.Christian Mollekopf2017-06-14
|
* Attachment support in the composerChristian Mollekopf2017-06-14
|
* Working but ugly editor for recipients in composerChristian Mollekopf2017-06-12
| | | | | | | | | What remains to be done is: * proper delegates * removal of recipeients * at some point d&d of recipients * Perhaps something that encapsulates the whole list and the model in a nicer way
* Translate the enum insteadChristian Mollekopf2017-06-11
|
* MessagePart error enumChristian Mollekopf2017-06-11
|
* Simplified code a bitChristian Mollekopf2017-06-11
|
* Better error messageChristian Mollekopf2017-06-11
|