Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | New synchronization algorithm that only fetches the last 14 days. | Christian Mollekopf | 2016-09-15 |
| | |||
* | New kimap2 syntax | Christian Mollekopf | 2016-09-15 |
| | |||
* | New kimap2 syntax | Christian Mollekopf | 2016-09-15 |
| | |||
* | Remember highestmodseq | Christian Mollekopf | 2016-09-15 |
| | |||
* | Flag updates | 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 |
| | |||
* | 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. | ||
* | Avoid calling back into destroyed objects | Christian Mollekopf | 2016-07-11 |
| | |||
* | 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. | ||
* | More debug output | Christian Mollekopf | 2016-06-30 |
| | |||
* | Use username instead of just user | Christian Mollekopf | 2016-06-23 |
| | |||
* | Catch errors | Christian Mollekopf | 2016-06-21 |
| | |||
* | Detect and skip noselect folders | Christian Mollekopf | 2016-06-20 |
| | |||
* | Moving of mails between folders | Christian Mollekopf | 2016-06-12 |
| | |||
* | Less hardcoded assumptions and a new RID scheme | Christian Mollekopf | 2016-06-08 |
| | | | | | By using (folder local id:imap uid) for mails, we don't have to change mail rid's on folder renames. | ||
* | Fixed build of imapserverproxy | Christian Mollekopf | 2016-06-06 |
| | |||
* | Implemented imap flag changes. | Christian Mollekopf | 2016-06-03 |
| | |||
* | The imap resource can write-back changes | Christian Mollekopf | 2016-06-03 |
| | |||
* | Always return jobs, not futures. | Christian Mollekopf | 2016-06-02 |
| | | | | Otherwise the calls are not composable. | ||
* | Convenience fetch overload | Christian Mollekopf | 2016-05-25 |
| | |||
* | Message removals | Christian Mollekopf | 2016-05-23 |
| | |||
* | Support for folder hierarchies | Christian Mollekopf | 2016-05-22 |
| | |||
* | ImapResource prototype | Christian Mollekopf | 2016-05-22 |