summaryrefslogtreecommitdiffstats
path: root/examples/maildirresource
Commit message (Collapse)AuthorAge
...
* Remove the store from the resource side.Christian Mollekopf2016-06-26
| | | | ...and shutdown the resource after we removed all data.
* Reuse mailpreprocessorChristian Mollekopf2016-06-26
|
* Use specialpurpose preprocessor which gives us trash folder support.Christian Mollekopf2016-06-26
|
* Catch errorsChristian Mollekopf2016-06-21
|
* Commit all databases in the same intervalChristian Mollekopf2016-06-20
|
* Avoid a nameclash with the shared variantChristian Mollekopf2016-06-19
|
* Removed some unused codepaths from the maildir implementationChristian Mollekopf2016-06-13
|
* Implemented maildir mail moves and got it to pass tests againChristian Mollekopf2016-06-13
|
* These checks are no longer necessaryChristian Mollekopf2016-06-05
|
* Track modified properties to detect necessary replay changesChristian Mollekopf2016-06-03
|
* The existence inspection is separate from the restChristian Mollekopf2016-06-02
|
* The maildir resource passes the maildirmailsync testChristian Mollekopf2016-05-31
|
* CleanupChristian Mollekopf2016-05-31
|
* Open a valid database also in the NullChangeReplay and skip internal keysChristian Mollekopf2016-05-31
|
* The imap resource is backChristian Mollekopf2016-05-29
|
* Separated the mail property extractorChristian Mollekopf2016-05-29
|
* The maildirresource is back in actionChristian Mollekopf2016-05-29
|
* Refactored the generic resource to use separate classes forChristian Mollekopf2016-05-28
| | | | | | | | changereplay and synchronization. This cleans up the API and avoids the excessive passing around of transactions. It also provides more flexibility in eventually using different synchronization strategies for different resources.
* Handle all the remoteId updating and entity reading in the base-class.Christian Mollekopf2016-05-25
|
* Maildir folder inspectionChristian Mollekopf2016-05-25
|
* A much more comprehensive mail testChristian Mollekopf2016-05-24
|
* Adapt mailtest for the maildirresourceChristian Mollekopf2016-05-24
|
* Set the actual icon passed inChristian Mollekopf2016-05-20
|
* Handle modifications in maildirChristian Mollekopf2016-05-11
|
* Updated extracted properties in pipeline.Christian Mollekopf2016-05-09
| | | | .. and store the correct mimeMesage path (without cur)
* Index lastChristian Mollekopf2016-05-09
| | | | Otherwise we don't index what is going to be stored.
* Move mimeMessage in preprocessor, and directly move to cur.Christian Mollekopf2016-05-08
| | | | | We use the maildir as our internal storage, so the message needs to be moved immediately and not only with changereplay.
* Extracted createFolder functionChristian Mollekopf2016-05-08
|
* Less duplicationChristian Mollekopf2016-05-08
|
* Create a drafts folder on start, and then move any draft in there.Christian Mollekopf2016-05-08
|
* Create actual messages in maildirChristian Mollekopf2016-05-05
|
* Import new mails as wellChristian Mollekopf2016-02-11
|
* Use a single transaction to append all messages generated during a sync.Christian Mollekopf2016-02-11
| | | | This get's a sync of 4890 mails from 55s to less than 10s.
* Avoid constantly printing errorsChristian Mollekopf2016-02-10
| | | | ...if the mimeMessage property is not loaded by a query
* Print average time per mail.Christian Mollekopf2016-02-10
|
* Renamed Resources to ResourceControlChristian Mollekopf2016-02-10
|
* Use Sink instead of SinkCommonChristian Mollekopf2016-02-09
|
* Gather more timingsChristian Mollekopf2016-02-08
|
* 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.
* Fixed mail appending.Christian Mollekopf2016-02-05
|
* Introduced debug areas and prettified output.Christian Mollekopf2016-02-04
|
* Writeback of unread flag changesChristian Mollekopf2016-02-02
|
* Cleaner EntityBuffer constructorChristian Mollekopf2016-02-02
|
* Centralized main database nameChristian Mollekopf2016-02-01
|
* Ensure maildir flagchanges work completelyChristian Mollekopf2016-02-01
|
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
| | | | (except for documentation).
* ExisteneceInspectionChristian Mollekopf2016-01-19
|
* Inspect unread stateChristian Mollekopf2016-01-19
|
* Prepared maildir inspection implementationChristian Mollekopf2016-01-19
|
* Disable the keycache for now.Christian Mollekopf2016-01-02
| | | | | I'm not sure we require this cache at all, and we arent using it properly in the current resource.