summaryrefslogtreecommitdiffstats
path: root/examples/maildirresource/libmaildir/maildir.h
Commit message (Collapse)AuthorAge
* Don't install libmaildir as separate libraryChristian Mollekopf2017-03-08
| | | | | It's not a generic maildir implementation and the library conflicts with what's installed from kdepim-runtime.
* Removed some unused codepaths from the maildir implementationChristian Mollekopf2016-06-13
|
* Create actual messages in maildirChristian Mollekopf2016-05-05
|
* Import new mails as wellChristian Mollekopf2016-02-11
|
* 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.
* Writeback of unread flag changesChristian Mollekopf2016-02-02
|
* Ensure maildir flagchanges work completelyChristian Mollekopf2016-02-01
|
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
| | | | (except for documentation).
* Inspect unread stateChristian Mollekopf2016-01-19
|
* 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.
* A read-only maildir resource.Christian Mollekopf2015-12-15
Respectively a first prototype thereof.