Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add something random to subject, so the mails are easy to differentiate | Christian Mollekopf | 2015-12-10 |
| | |||
* | Added mail and folder properties | Christian Mollekopf | 2015-12-04 |
| | |||
* | Resolve remoteIds during sync | Christian Mollekopf | 2015-12-01 |
| | | | | | | | Remote id's need to be resolved while syncing any references. This is done by the synchronizer by consulting the rid to entity id mapping. If the referenced entity doesn't exist yet we create a local id anyways, that we then need to pick up once the actual entity arrives. | ||
* | Cleanup | Christian Mollekopf | 2015-11-28 |
| | |||
* | Move implementations to the cpp file. | Christian Mollekopf | 2015-11-19 |
| | | | | | | | | I finally figured out how to do that with cpp files. It requires instantiating the code with all expected classes, but that's not a big problem since we know all types. This will hopefully greatly reduce the compiletimes... | ||
* | DummyStore that is not overly complicated by using flatbuffers. | Christian Mollekopf | 2015-09-08 |
| | |||
* | Added support for mails to akonadi and the dummyresource. | Christian Mollekopf | 2015-09-08 |
| | | | | Adding new types definitely needs to become easier. | ||
* | Create numbered events | Christian Mollekopf | 2015-07-27 |
| | |||
* | Moved the dummy backend to a separate file. | Christian Mollekopf | 2015-07-09 |