summaryrefslogtreecommitdiffstats
path: root/examples/maildirresource/facade.cpp
Commit message (Collapse)AuthorAge
* Avoid constantly printing errorsChristian Mollekopf2016-02-10
| | | | ...if the mimeMessage property is not loaded by a query
* Use property transformation for the mimeMessageChristian Mollekopf2016-02-05
| | | | | | | | | | | | | The filepath changes with every flag change. It is thus easier to only store a limited path that remains stable, and figure out the rest as the property is requested (we'll have to translate it anyways once we the file handoff protocol is implemented). The reason why we don't update the mimeMessage path on every modification is because we move the message during change replay, and not while storing the modification in the db. This would lead to the message-path on disk not correspond to what is in the db for some time.
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
| | | | (except for documentation).
* A read-only maildir resource.Christian Mollekopf2015-12-15
Respectively a first prototype thereof.