Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Prepare for making the resource status available | Christian Mollekopf | 2016-07-05 |
| | |||
* | Maildir trash support | Christian Mollekopf | 2016-06-30 |
| | |||
* | Fixed build | Christian Mollekopf | 2016-06-30 |
| | |||
* | Dummyresource mailtest | Christian Mollekopf | 2016-06-26 |
| | |||
* | Remove the store from the resource side. | Christian Mollekopf | 2016-06-26 |
| | | | | ...and shutdown the resource after we removed all data. | ||
* | Fixed build | Christian Mollekopf | 2016-06-21 |
| | |||
* | Central place for test macros | Christian Mollekopf | 2016-06-16 |
| | |||
* | Fixed tests. | Christian Mollekopf | 2016-06-15 |
| | | | | We really should clean the source in-between tests. | ||
* | Start using the sync api in tests. | Christian Mollekopf | 2016-06-15 |
| | |||
* | Fixed LocalStorageFacade. | Christian Mollekopf | 2016-06-15 |
| | | | | | We can't make any assumptions about the lifetime of the facade, so make sure we have all we need in the lambda. | ||
* | Moved thread-boundary crossing to the model. | Christian Mollekopf | 2016-06-15 |
| | | | | | That way we avoid any unnecessary queuing for the sync API, and enable fine-tuning in the model code at a later stage. | ||
* | Prepared trash test | Christian Mollekopf | 2016-06-15 |
| | |||
* | Fixed build. | Christian Mollekopf | 2016-06-14 |
| | | | | | We already exported that symbol as a non-template class in the dummy resource code. | ||
* | Get folder moves to work, and fix the mime message moving. | Christian Mollekopf | 2016-06-13 |
| | |||
* | Moving of mails between folders | Christian Mollekopf | 2016-06-12 |
| | |||
* | Create the drafts folder if necessary and merge it with the source | Christian Mollekopf | 2016-06-10 |
| | | | | version | ||
* | Defined resource capabilities. | Christian Mollekopf | 2016-06-08 |
| | |||
* | A central place to generate uuid's | Christian Mollekopf | 2016-06-05 |
| | |||
* | Allow the maildir resource to skip the folder rename test | Christian Mollekopf | 2016-06-05 |
| | |||
* | These checks are no longer necessary | Christian Mollekopf | 2016-06-05 |
| | |||
* | Skip internal keys by default while scanning. | Christian Mollekopf | 2016-06-05 |
| | |||
* | Fixed pipelinetest | Christian Mollekopf | 2016-06-03 |
| | |||
* | Track modified properties to detect necessary replay changes | Christian Mollekopf | 2016-06-03 |
| | |||
* | Implemented imap flag changes. | Christian Mollekopf | 2016-06-03 |
| | |||
* | The imap resource can write-back changes | Christian Mollekopf | 2016-06-03 |
| | |||
* | Flush the replayqueue before trying inspections. | Christian Mollekopf | 2016-06-02 |
| | |||
* | Got rid of the maildirresourcetest | Christian Mollekopf | 2016-05-31 |
| | |||
* | The maildir resource passes the maildirmailsync test | Christian Mollekopf | 2016-05-31 |
| | |||
* | Fixed revision sorting | Christian Mollekopf | 2016-05-31 |
| | | | | We used to sort wrong as soon as we got over revision 9. | ||
* | Replace the imapresourcetest with the generic mailsynctest | Christian Mollekopf | 2016-05-31 |
| | |||
* | Fixed genericresource so it works with the maildirresourcetest | Christian Mollekopf | 2016-05-29 |
| | |||
* | Refactored the generic resource to use separate classes for | Christian Mollekopf | 2016-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. | ||
* | Maildir folder inspection | Christian Mollekopf | 2016-05-25 |
| | |||
* | Removed everything from maildirresourcetest that is covered in mailtest | Christian Mollekopf | 2016-05-24 |
| | |||
* | A much more comprehensive mail test | Christian Mollekopf | 2016-05-24 |
| | |||
* | Validate subject and mime message | Christian Mollekopf | 2016-05-24 |
| | |||
* | Adapt mailtest for the maildirresource | Christian Mollekopf | 2016-05-24 |
| | |||
* | Shared test macros | Christian Mollekopf | 2016-05-24 |
| | |||
* | A generic mailtest that can be applied to all resources that support | Christian Mollekopf | 2016-05-24 |
| | | | | mails. | ||
* | Run maildir tests isolated. | Christian Mollekopf | 2016-05-23 |
| | |||
* | Handle modifications in maildir | Christian Mollekopf | 2016-05-11 |
| | |||
* | Fixed resource property filtering | Christian Mollekopf | 2016-05-10 |
| | |||
* | Updated extracted properties in pipeline. | Christian Mollekopf | 2016-05-09 |
| | | | | .. and store the correct mimeMesage path (without cur) | ||
* | Index last | Christian Mollekopf | 2016-05-09 |
| | | | | Otherwise we don't index what is going to be stored. | ||
* | Move mimeMessage in preprocessor, and directly move to cur. | Christian Mollekopf | 2016-05-08 |
| | | | | | We use the maildir as our internal storage, so the message needs to be moved immediately and not only with changereplay. | ||
* | Updated maildirresource test. | Christian Mollekopf | 2016-05-08 |
| | |||
* | Run preprocessors before persising the value. | Christian Mollekopf | 2016-05-08 |
| | | | | And allow preprocessors to modify the result. | ||
* | Create actual messages in maildir | Christian Mollekopf | 2016-05-05 |
| | |||
* | ASYNCCOMPARE and ASYNCVERIFY for maildirresourcetest | Christian Mollekopf | 2016-05-04 |
| | |||
* | An in memory testaccount that can be used for application testing. | Christian Mollekopf | 2016-05-03 |
| |