Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | A first signed message | Christian Mollekopf | 2017-08-03 | |
| | ||||
* | Cleanup | Christian Mollekopf | 2017-08-03 | |
| | ||||
* | One copy of the gpg helpers is enough. | Christian Mollekopf | 2017-08-02 | |
| | ||||
* | Hostname based messageid | Christian Mollekopf | 2017-08-02 | |
| | ||||
* | Set the plain type for plain mails | Christian Mollekopf | 2017-08-02 | |
| | ||||
* | mailtests | Christian Mollekopf | 2017-08-02 | |
| | ||||
* | Moved mailcomposing into mailtemplates | Christian Mollekopf | 2017-08-02 | |
| | | | | so we can start testing it. | |||
* | Separate email assembly from controller. | Christian Mollekopf | 2017-08-02 | |
| | ||||
* | ComposerController cleanup | Christian Mollekopf | 2017-07-31 | |
| | ||||
* | Slight composer code refactoring | Christian Mollekopf | 2017-07-31 | |
| | ||||
* | SelectableLabel to support copying individual labels | Christian Mollekopf | 2017-07-29 | |
| | ||||
* | Use imported targets instead of qt5_use_modules | Heiko Becker | 2017-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 filters | Christian Mollekopf | 2017-07-26 | |
| | ||||
* | Display corresponding account information with log entry | Christian Mollekopf | 2017-07-22 | |
| | ||||
* | ki18n is not required | Christian Mollekopf | 2017-07-21 | |
| | ||||
* | Avoid running queries with empty ids | Christian Mollekopf | 2017-07-16 | |
| | ||||
* | no need for ki18n | Michael Bohlender | 2017-07-15 | |
| | ||||
* | Cleanup | Christian Mollekopf | 2017-07-12 | |
| | ||||
* | Instead of emulating it we can also just layout the items in reverse | Christian Mollekopf | 2017-07-12 | |
| | | | | order | |||
* | Print attachment status | Christian Mollekopf | 2017-07-11 | |
| | ||||
* | Fixed multipart/alternative replies | Christian Mollekopf | 2017-07-11 | |
| | ||||
* | Reply all is the better default for now, | Christian Mollekopf | 2017-07-11 | |
| | | | | so you can simply remove the recipients you're not interested. | |||
* | Don't set that option twice | Christian Mollekopf | 2017-07-06 | |
| | ||||
* | Reply to signed messages. | Christian Mollekopf | 2017-06-30 | |
| | ||||
* | Fixed html to plaintext conversion | Christian Mollekopf | 2017-06-30 | |
| | ||||
* | A single shared testdata set. | Christian Mollekopf | 2017-06-30 | |
| | ||||
* | Assemble the address the right way around. | Christian Mollekopf | 2017-06-28 | |
| | ||||
* | Show Avatar images | Christian Mollekopf | 2017-06-27 | |
| | ||||
* | No more dummy values in the people view | Christian Mollekopf | 2017-06-27 | |
| | ||||
* | Add a basic css to html mails to suppress scrollbars. | Christian Mollekopf | 2017-06-23 | |
| | | | | https://stackoverflow.com/questions/32612478/remove-scrollbars-from-qwebengineview-or-qwebenginepage | |||
* | Fixed the reply regexp | Christian Mollekopf | 2017-06-23 | |
| | ||||
* | Refactored the reply generating code for comprehensibility | Christian Mollekopf | 2017-06-23 | |
| | ||||
* | Remove any leftover recipients for replies | Christian Mollekopf | 2017-06-23 | |
| | ||||
* | Newline after "On %date you wrote:" | Christian Mollekopf | 2017-06-23 | |
| | ||||
* | Fixed subject replacements | Christian Mollekopf | 2017-06-23 | |
| | ||||
* | Support the removal of drafts. | Christian Mollekopf | 2017-06-22 | |
| | ||||
* | Removed async API | Christian Mollekopf | 2017-06-22 | |
| | ||||
* | Also load slightly more complex mails. | Christian Mollekopf | 2017-06-22 | |
| | | | | And convert simple html to plaintext. | |||
* | Post notifications when saving an attachment | Christian Mollekopf | 2017-06-22 | |
| | ||||
* | Recursively find encapsulated messages. | Christian Mollekopf | 2017-06-22 | |
| | | | | Necessary to find encapsulated in encapsulated message. | |||
* | Added missing file | Christian Mollekopf | 2017-06-21 | |
| | ||||
* | Only sync folders by default | Christian Mollekopf | 2017-06-15 | |
| | ||||
* | Attachment removal | Christian Mollekopf | 2017-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 Mollekopf | 2017-06-14 | |
| | ||||
* | Attachment support in the composer | Christian Mollekopf | 2017-06-14 | |
| | ||||
* | Working but ugly editor for recipients in composer | Christian Mollekopf | 2017-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 instead | Christian Mollekopf | 2017-06-11 | |
| | ||||
* | MessagePart error enum | Christian Mollekopf | 2017-06-11 | |
| | ||||
* | Simplified code a bit | Christian Mollekopf | 2017-06-11 | |
| | ||||
* | Better error message | Christian Mollekopf | 2017-06-11 | |
| |