Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Don't access the propertyFilter list directly. | Christian Mollekopf | 2016-09-27 |
| | |||
* | Don' create new entities on flag change. | Christian Mollekopf | 2016-09-15 |
| | |||
* | Ported to the kasync revamp | Christian Mollekopf | 2016-09-15 |
| | |||
* | A new debug system. | Christian Mollekopf | 2016-07-07 |
| | | | | | | | | | | | | | | | Instead of a single #define as debug area the new system allows for an identifier for each debug message with the structure component.area. The component is a dot separated identifier of the runtime component, such as the process or the plugin. The area is the code component, and can be as such defined at compiletime. The idea of this system is that it becomes possible to i.e. look at the output of all messages in the query subsystem of a specific resource (something that happens in the client process, but in the resource-specific subcomponent). The new macros are supposed to be less likely to clash with other names, hence the new names. | ||
* | Commit all databases in the same interval | Christian Mollekopf | 2016-06-20 |
| | |||
* | Don't create a transaction for every appended message. | Christian Mollekopf | 2016-06-20 |
| | | | | | We create now only one transaction for the whole sync which is also not ideal. | ||
* | A working mailtransport resource | Christian Mollekopf | 2016-06-17 |
| | |||
* | Fixed issues found by clang analyzer | Christian Mollekopf | 2016-06-14 |
| | |||
* | Get folder moves to work, and fix the mime message moving. | Christian Mollekopf | 2016-06-13 |
| | |||
* | Create the drafts folder if necessary and merge it with the source | Christian Mollekopf | 2016-06-10 |
| | | | | version | ||
* | Moved query logic to EntityReader to make it reusable in the resource. | Christian Mollekopf | 2016-06-09 |
| | |||
* | A way to retrieve the last revision during changereplay. | Christian Mollekopf | 2016-06-03 |
| | |||
* | Avoid referencing stale transactions | Christian Mollekopf | 2016-05-31 |
| | |||
* | Fixed genericresource so it works with the maildirresourcetest | Christian Mollekopf | 2016-05-29 |
| | |||
* | Moved the classes to individual files | Christian Mollekopf | 2016-05-28 |