Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed imap tests | Christian Mollekopf | 2017-11-28 |
| | | | | Adjust to cyrus imap settings and use explicit encryption setting. | ||
* | No more SINK_DEBUG_AREA | Christian Mollekopf | 2017-05-12 |
| | |||
* | Avoid getting stuck in the hostname lookup during tests. | Christian Mollekopf | 2017-02-21 |
| | |||
* | Don't treat the IMAP namespace as subfolder. | Christian Mollekopf | 2017-01-22 |
| | | | | INBOX.INBOX means that the INBOX folder is in the INBOX. namespace. | ||
* | New kimap2 syntax | Christian Mollekopf | 2016-09-15 |
| | |||
* | New kimap2 syntax | Christian Mollekopf | 2016-09-15 |
| | |||
* | Use KIMAP2 | 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. | ||
* | 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. | ||
* | Fail quickly if the backend is not available | Christian Mollekopf | 2016-07-07 |
| | |||
* | Central place for test macros | Christian Mollekopf | 2016-06-16 |
| | |||
* | Always return jobs, not futures. | Christian Mollekopf | 2016-06-02 |
| | | | | Otherwise the calls are not composable. | ||
* | Message removals | Christian Mollekopf | 2016-05-23 |
| | |||
* | Support for folder hierarchies | Christian Mollekopf | 2016-05-22 |
| | |||
* | ImapServerProxyTest | Christian Mollekopf | 2016-05-22 |