summaryrefslogtreecommitdiffstats
path: root/tests/mailsynctest.cpp
Commit message (Collapse)AuthorAge
* Flag updatesChristian Mollekopf2016-09-15
|
* Ported to the kasync revampChristian Mollekopf2016-09-15
|
* Control debugoutput during tests with sinksh.Christian Mollekopf2016-07-08
|
* A new debug system.Christian Mollekopf2016-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 additionChristian Mollekopf2016-07-07
|
* Fail quickly if the backend is not availableChristian Mollekopf2016-07-07
|
* Maildir trash supportChristian Mollekopf2016-06-30
|
* Create the drafts folder if necessary and merge it with the sourceChristian Mollekopf2016-06-10
| | | | version
* Defined resource capabilities.Christian Mollekopf2016-06-08
|
* Got rid of the maildirresourcetestChristian Mollekopf2016-05-31
|
* The maildir resource passes the maildirmailsync testChristian Mollekopf2016-05-31
|
* Replace the imapresourcetest with the generic mailsynctestChristian Mollekopf2016-05-31