Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remember highestmodseq | Christian Mollekopf | 2016-09-15 |
| | |||
* | Don' create new entities on flag change. | Christian Mollekopf | 2016-09-15 |
| | |||
* | Flag updates | Christian Mollekopf | 2016-09-15 |
| | |||
* | Made use of KAsync::Job::serialEach | Christian Mollekopf | 2016-09-15 |
| | |||
* | Use KIMAP2 | Christian Mollekopf | 2016-09-15 |
| | |||
* | The ping is no longer necessary | Christian Mollekopf | 2016-09-15 |
| | |||
* | Ported to the new API | Christian Mollekopf | 2016-09-15 |
| | |||
* | Ported to the kasync revamp | Christian Mollekopf | 2016-09-15 |
| | |||
* | Incremental fetch of mails | Christian Mollekopf | 2016-09-15 |
| | |||
* | Prepare incremental syncing. | Christian Mollekopf | 2016-09-15 |
| | |||
* | Progress reporting | Christian Mollekopf | 2016-09-15 |
| | |||
* | Test mail resync | Christian Mollekopf | 2016-09-15 |
| | |||
* | Debug output | Christian Mollekopf | 2016-09-15 |
| | |||
* | ImapMailSyncBenchmark | Christian Mollekopf | 2016-09-15 |
| | |||
* | Cleanup | Christian Mollekopf | 2016-09-15 |
| | |||
* | Ping the server first to make sure it's available. | Christian Mollekopf | 2016-07-14 |
| | | | | This significantely reduces the time required to execute the tests. | ||
* | Fixed new diagnostics errors | Christian Mollekopf | 2016-07-13 |
| | |||
* | Avoid calling back into destroyed objects | Christian Mollekopf | 2016-07-11 |
| | |||
* | Shorten the types to be more distinctive. | Christian Mollekopf | 2016-07-08 |
| | | | | | The org.kde prefix is useless and possibly misleading. Simply prefixing with sink is more unique and shorter. | ||
* | Control debugoutput during tests with sinksh. | Christian Mollekopf | 2016-07-08 |
| | |||
* | A new debug system. | Christian Mollekopf | 2016-07-07 |
| | | | | | | | | | | | | | | | Instead of a single #define as debug area the new system allows for an identifier for each debug message with the structure component.area. The component is a dot separated identifier of the runtime component, such as the process or the plugin. The area is the code component, and can be as such defined at compiletime. The idea of this system is that it becomes possible to i.e. look at the output of all messages in the query subsystem of a specific resource (something that happens in the client process, but in the resource-specific subcomponent). The new macros are supposed to be less likely to clash with other names, hence the new names. | ||
* | Fix imap tests after trash addition | Christian Mollekopf | 2016-07-07 |
| | |||
* | Fail quickly if the backend is not available | Christian Mollekopf | 2016-07-07 |
| | |||
* | Test the resource status | Christian Mollekopf | 2016-07-06 |
| | |||
* | Maildir trash support | Christian Mollekopf | 2016-06-30 |
| | |||
* | More debug output | 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. | ||
* | Reuse mailpreprocessor | Christian Mollekopf | 2016-06-26 |
| | |||
* | Use specialpurpose preprocessor which gives us trash folder support. | Christian Mollekopf | 2016-06-26 |
| | |||
* | Share special purpose preprocessor implementation. | Christian Mollekopf | 2016-06-25 |
| | |||
* | Use username instead of just user | Christian Mollekopf | 2016-06-23 |
| | |||
* | Catch errors | Christian Mollekopf | 2016-06-21 |
| | |||
* | Made the log-level output a lot less noisy | Christian Mollekopf | 2016-06-20 |
| | |||
* | Detect and skip noselect folders | Christian Mollekopf | 2016-06-20 |
| | |||
* | Only one commit per folder and skip folders that we fail to sync. | Christian Mollekopf | 2016-06-20 |
| | |||
* | Commit all databases in the same interval | Christian Mollekopf | 2016-06-20 |
| | |||
* | Use shared preprocessors in mailtransport. | Christian Mollekopf | 2016-06-19 |
| | |||
* | Avoid a nameclash with the shared variant | Christian Mollekopf | 2016-06-19 |
| | |||
* | Moved mailpreprocessors to a shared location | Christian Mollekopf | 2016-06-19 |
| | |||
* | A working mailtransport resource | Christian Mollekopf | 2016-06-17 |
| | |||
* | We no longer care about folder changes for this. | Christian Mollekopf | 2016-06-17 |
| | |||
* | Initial version of the mailtransport resource | Christian Mollekopf | 2016-06-17 |
| | |||
* | Central place for test macros | Christian Mollekopf | 2016-06-16 |
| | |||
* | Move to trash | Christian Mollekopf | 2016-06-15 |
| | |||
* | Removed some unused codepaths from the maildir implementation | Christian Mollekopf | 2016-06-13 |
| | |||
* | Implemented maildir mail moves and got it to pass tests again | Christian Mollekopf | 2016-06-13 |
| | |||
* | 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 |
| |