Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | T7024 fix: implement attachment-based forwarding | Rémi Nicole | 2018-02-21 |
| | | | | | | | | | | | | | | | | Summary: Implement attachment-based forwarding. Some notes: - `loadAsDraft` was removed in favor of new enum `loadType` in QML, and callback based generic programming in C++ Reviewers: cmollekopf Tags: #kube Maniphest Tasks: T7024 Differential Revision: https://phabricator.kde.org/D10676 | ||
* | Remove drafts after sending the message | Christian Mollekopf | 2018-01-08 |
| | |||
* | Always guard async callbacks | Christian Mollekopf | 2017-12-08 |
| | |||
* | Subcontrollers for list properties | Christian Mollekopf | 2017-12-04 |
| | |||
* | Disable encryption buttons if keys are missing | Christian Mollekopf | 2017-11-27 |
| | |||
* | Only look for keys when crypto is enabled | Christian Mollekopf | 2017-11-25 |
| | |||
* | Find signing keys | Christian Mollekopf | 2017-11-22 |
| | |||
* | Prepping encryption | Christian Mollekopf | 2017-11-22 |
| | |||
* | Assembling html mails | Christian Mollekopf | 2017-10-08 |
| | |||
* | 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. | ||
* | 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 | ||
* | Moved cpp code into src directory | Christian Mollekopf | 2017-04-05 |