Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Moved cpp code into src directory | Christian Mollekopf | 2017-04-05 |
| | |||
* | Outboxcontroller and Mailcontroller | Christian Mollekopf | 2017-01-02 |
| | |||
* | Instead of using the action system we use controllers only. | Christian Mollekopf | 2017-01-02 |
| | | | | | It's simpler, and the action system was just too complex to use in a typesafe way. | ||
* | A typesafe action context | Christian Mollekopf | 2016-12-29 |
| | |||
* | Send mail button and "No pending messages." label. | Christian Mollekopf | 2016-12-23 |
| | |||
* | Revamp of composercontroller to use actions more. | Christian Mollekopf | 2016-12-16 |
| | | | | | | | | | | | | | Instead of setting all properties individually we directly assign all properties to a context that we assign to the actions. This way actions can automatically update themselves as new data becomes available, and we avoid the setter/getter boilerplate, at the cost of a less explicit interface (But that could be improved by allowing to define the required properties of a context in c++). By relying on prehandler/posthandler to execute certain actions we simplify the control flow and enable the future extension with handlers that i.e. do encryption etc. | ||
* | Update sync action to the new API | Christian Mollekopf | 2016-11-14 |
| | |||
* | Adapted to new API | Christian Mollekopf | 2016-10-05 |
| | |||
* | Less namespaces improve readability | Christian Mollekopf | 2016-10-04 |
| | |||
* | Adapted to new query api | Christian Mollekopf | 2016-10-04 |
| | |||
* | Adapt to KAsync changes. | Christian Mollekopf | 2016-09-15 |
| | |||
* | Actually execute the subjob | Christian Mollekopf | 2016-07-14 |
| | |||
* | Start using Sink::Log for Kube as well. | Christian Mollekopf | 2016-07-14 |
| | |||
* | Move-to-trash action | Christian Mollekopf | 2016-06-28 |
| | |||
* | Fixed the hardcoded capability filters. | Christian Mollekopf | 2016-06-15 |
| | | | | save as draft works again. | ||
* | Let the controller retrieve what it requires, remember the id of the | Christian Mollekopf | 2016-05-11 |
| | | | | draft to modfiy. | ||
* | Use the capability filter to avoid hardcoding resources | Christian Mollekopf | 2016-05-10 |
| | |||
* | A working save-as-draft action | Christian Mollekopf | 2016-05-09 |
| | |||
* | A save-as-draft action & action results | Christian Mollekopf | 2016-05-03 |
| | | | | | | This patch introduces tracking of actions, so they can be tested. It also provides a save-as-draft action, that looks for the draft folder, and stores the mail accordingly. | ||
* | Use the MailtransportResource for mailtransport. | Christian Mollekopf | 2016-04-10 |
| | |||
* | Sync action | Christian Mollekopf | 2016-03-13 |
| | |||
* | Moved framework/mail to framework/domain | Christian Mollekopf | 2016-03-09 |