Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed warnings | Christian Mollekopf | 2017-11-11 |
| | |||
* | Get both maildir and imap sync tests to work | Christian Mollekopf | 2017-09-20 |
| | |||
* | We now get a connectionerror | Christian Mollekopf | 2017-09-20 |
| | |||
* | Use asyncverify where we can | Christian Mollekopf | 2017-06-14 |
| | | | | | Otherwise the test is not aborted because the job doesn't get any error set | ||
* | Deal with both CRLF and LF mime messages. | Christian Mollekopf | 2017-06-14 |
| | | | | | | | IMAP always requires CRLF, and so does the MIME standard, KMIME expects LF-only. We now just try to always use CRLF on disk, but convert LF-only messages should we have to (e.g. because copied over from maildir or so). | ||
* | No more SINK_DEBUG_AREA | Christian Mollekopf | 2017-05-12 |
| | |||
* | Avoid crashing if we fail to resolve the local id. | Christian Mollekopf | 2017-04-07 |
| | |||
* | Remember whether a blob property is external or not. | Christian Mollekopf | 2017-02-16 |
| | | | | | ...we used to accidentally move external blobs after the property was lost when storing the modificatoin in the queue. | ||
* | syncThen is no longer necessary | Christian Mollekopf | 2017-01-12 |
| | |||
* | The directory was just not existing because no file was in it. | Christian Mollekopf | 2016-12-15 |
| | |||
* | Don't set capabilities as property on creation. | Christian Mollekopf | 2016-12-15 |
| | | | | | | Instead we make it part of the plugin. This ensure we also have access to the proper capabilities when creating a resource via sinksh. | ||
* | The mailsync resource doesn't actually have an INBOX available. | Christian Mollekopf | 2016-12-12 |
| | |||
* | The synchronization call can be sync. | Christian Mollekopf | 2016-11-29 |
| | | | | | ... because we really just enqueue the request and then wait for the notification. | ||
* | Sync single folder test | Christian Mollekopf | 2016-11-14 |
| | |||
* | These jobs now work reliably. | Christian Mollekopf | 2016-10-07 |
| | |||
* | A better resource filter api | Christian Mollekopf | 2016-10-05 |
| | |||
* | Flag updates | Christian Mollekopf | 2016-09-15 |
| | |||
* | Ported to the kasync revamp | Christian Mollekopf | 2016-09-15 |
| | |||
* | 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 |
| | |||
* | Maildir trash support | Christian Mollekopf | 2016-06-30 |
| | |||
* | 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 |
| | |||
* | Got rid of the maildirresourcetest | Christian Mollekopf | 2016-05-31 |
| | |||
* | The maildir resource passes the maildirmailsync test | Christian Mollekopf | 2016-05-31 |
| | |||
* | Replace the imapresourcetest with the generic mailsynctest | Christian Mollekopf | 2016-05-31 |