Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Writeback of unread flag changes | Christian Mollekopf | 2016-02-02 |
| | |||
* | Renamed Akonadi2 to Sink | Christian Mollekopf | 2016-01-20 |
| | | | | (except for documentation). | ||
* | Prepared maildir inspection implementation | Christian Mollekopf | 2016-01-19 |
| | |||
* | Fixed maildir mail removal. | Christian Mollekopf | 2015-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 stores | Christian Mollekopf | 2015-12-30 |
| | |||
* | Moved all generic synchronization code to the base class. | Christian Mollekopf | 2015-12-30 |
| | |||
* | Don't expose enabling/disabling of changerecording to resource | Christian Mollekopf | 2015-12-30 |
| | | | | implementations | ||
* | Pass transactions into sync functions | Christian Mollekopf | 2015-12-29 |
| | | | | So we create the store in one place. | ||
* | Changereplay for maildir folders. | Christian Mollekopf | 2015-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 Mollekopf | 2015-12-20 |
| | | | | | Not necessarily the smartest algorithms, but at least they work and are generally applicable. | ||
* | Detect modifications and removals on folders in the maildirresource | Christian Mollekopf | 2015-12-18 |
| | |||
* | Use domain adaptor in maildirresource | Christian Mollekopf | 2015-12-17 |
| | |||
* | A read-only maildir resource. | Christian Mollekopf | 2015-12-15 |
Respectively a first prototype thereof. |