summaryrefslogtreecommitdiffstats
path: root/examples/imapresource/tests
Commit message (Collapse)AuthorAge
* Moved the bogus message test to the imap test.Christian Mollekopf2018-05-18
| | | | Maildir will happly store anything.
* Fixed synchronization with new mail notificationsChristian Mollekopf2018-03-02
|
* Don't hardcode the returned id.Christian Mollekopf2018-03-02
|
* Subscribe to mailboxes we create in testsChristian Mollekopf2018-03-02
|
* Select all folders and emit notification if new mails are availableChristian Mollekopf2018-03-01
|
* Check the right portChristian Mollekopf2018-02-01
|
* HAWD definitions for imapmailsyncbenchmarkChristian Mollekopf2018-01-31
|
* Fixed imapmailsynctestChristian Mollekopf2018-01-28
|
* Fixed imap testsChristian Mollekopf2018-01-23
| | | | | Adding the mail to cyrus imap somehow broke with cyrus 3.0. We're now creating the mail instead, before trying to sync it.
* Avoid the date limit for tests.Christian Mollekopf2017-12-28
|
* Fixed imap testsChristian Mollekopf2017-11-28
| | | | Adjust to cyrus imap settings and use explicit encryption setting.
* Adjust testscript paths to new dockercontainerChristian Mollekopf2017-11-23
|
* Check for errorsChristian Mollekopf2017-11-23
|
* Fixed tests with secretstoreChristian Mollekopf2017-09-20
|
* The mailsynctest relies on subscribed mailboxesChristian Mollekopf2017-06-14
|
* Subscribe to mailboxes in imaptestChristian Mollekopf2017-05-20
|
* No more SINK_DEBUG_AREAChristian Mollekopf2017-05-12
|
* Avoid getting stuck in the hostname lookup during tests.Christian Mollekopf2017-02-21
|
* Don't treat the IMAP namespace as subfolder.Christian Mollekopf2017-01-22
| | | | INBOX.INBOX means that the INBOX folder is in the INBOX. namespace.
* These jobs now work reliably.Christian Mollekopf2016-10-07
|
* A better resource filter apiChristian Mollekopf2016-10-05
|
* New kimap2 syntaxChristian Mollekopf2016-09-15
|
* New kimap2 syntaxChristian Mollekopf2016-09-15
|
* Flag updatesChristian Mollekopf2016-09-15
|
* Use KIMAP2Christian Mollekopf2016-09-15
|
* Test mail resyncChristian Mollekopf2016-09-15
|
* ImapMailSyncBenchmarkChristian Mollekopf2016-09-15
|
* Ping the server first to make sure it's available.Christian Mollekopf2016-07-14
| | | | This significantely reduces the time required to execute the tests.
* 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
|
* Remove the store from the resource side.Christian Mollekopf2016-06-26
| | | | ...and shutdown the resource after we removed all data.
* Use username instead of just userChristian Mollekopf2016-06-23
|
* Central place for test macrosChristian Mollekopf2016-06-16
|
* Create the drafts folder if necessary and merge it with the sourceChristian Mollekopf2016-06-10
| | | | version
* Always return jobs, not futures.Christian Mollekopf2016-06-02
| | | | Otherwise the calls are not composable.
* ImapMailSyncTestChristian Mollekopf2016-05-31
|
* Replace the imapresourcetest with the generic mailsynctestChristian Mollekopf2016-05-31
|
* Shared test macrosChristian Mollekopf2016-05-24
|
* A generic mailtest that can be applied to all resources that supportChristian Mollekopf2016-05-24
| | | | mails.
* Propagate test-mode to resources.Christian Mollekopf2016-05-23
| | | | This way we can run tests in completely separate data-directories.
* Test adding and removing of foldersChristian Mollekopf2016-05-23
|
* Message removalsChristian Mollekopf2016-05-23
|
* Support for folder hierarchiesChristian Mollekopf2016-05-22
|
* Test sync failure with invalid configurationChristian Mollekopf2016-05-22
|
* ImapServerProxyTestChristian Mollekopf2016-05-22
|
* ImapResource prototypeChristian Mollekopf2016-05-22