summaryrefslogtreecommitdiffstats
path: root/examples/dummyresource/dummystore.cpp
Commit message (Collapse)AuthorAge
* Add something random to subject, so the mails are easy to differentiateChristian Mollekopf2015-12-10
|
* Added mail and folder propertiesChristian Mollekopf2015-12-04
|
* Resolve remoteIds during syncChristian Mollekopf2015-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.
* CleanupChristian Mollekopf2015-11-28
|
* Move implementations to the cpp file.Christian Mollekopf2015-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 Mollekopf2015-09-08
|
* Added support for mails to akonadi and the dummyresource.Christian Mollekopf2015-09-08
| | | | Adding new types definitely needs to become easier.
* Create numbered eventsChristian Mollekopf2015-07-27
|
* Moved the dummy backend to a separate file.Christian Mollekopf2015-07-09