summaryrefslogtreecommitdiffstats
path: root/examples/maildirresource/maildirresource.h
Commit message (Collapse)AuthorAge
* Writeback of unread flag changesChristian Mollekopf2016-02-02
|
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
| | | | (except for documentation).
* Prepared maildir inspection implementationChristian Mollekopf2016-01-19
|
* Fixed maildir mail removal.Christian Mollekopf2015-12-30
| | | | | | During removal we no longer have access to the entity, while that could be fixed by keeping a copy of the entity in the removed entity, we can also just use the full path.
* Centralize where we create the storesChristian Mollekopf2015-12-30
|
* Moved all generic synchronization code to the base class.Christian Mollekopf2015-12-30
|
* Don't expose enabling/disabling of changerecording to resourceChristian Mollekopf2015-12-30
| | | | implementations
* Pass transactions into sync functionsChristian Mollekopf2015-12-29
| | | | So we create the store in one place.
* Changereplay for maildir folders.Christian Mollekopf2015-12-28
| | | | | The sync and changereplay can not run at the same time, or would have to share the transaction otherwise.
* Generalized the sync algorithms and applied them to mail.Christian Mollekopf2015-12-20
| | | | | Not necessarily the smartest algorithms, but at least they work and are generally applicable.
* Detect modifications and removals on folders in the maildirresourceChristian Mollekopf2015-12-18
|
* Use domain adaptor in maildirresourceChristian Mollekopf2015-12-17
|
* A read-only maildir resource.Christian Mollekopf2015-12-15
Respectively a first prototype thereof.