- Aug 21, 2017
-
-
Christoph Wurst authored
Use another IMAP docker image that allows more connections
-
Christoph Wurst authored
Since CI builds of #326 failed and I could reproduce this locally, it turned out that running single tests or tests of a single directory was no problem. However, executing all tests at once led to failing IMAP connections. Apparently an increased number of allowed IMAP connections fixes the problem (locally). Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Remove wrong abstraction in IAccount and use impl instead
-
Nextcloud bot authored
-
- Aug 20, 2017
-
-
Nextcloud bot authored
-
- Aug 19, 2017
-
-
Nextcloud bot authored
-
- Aug 18, 2017
-
-
Nextcloud bot authored
-
- Aug 17, 2017
-
-
Nextcloud bot authored
-
- Aug 16, 2017
-
-
Nextcloud bot authored
-
- Aug 14, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Add keyboard shortcut to compose a new message
-
Christoph Wurst authored
Use a common base class for all tests
-
Christoph Wurst authored
Add integration tests for outgoing messages with attachments
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Aug 12, 2017
-
-
Nextcloud bot authored
-
- Aug 11, 2017
-
-
Christoph Wurst authored
Fix IMAP tests
-
- Aug 07, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
IMAP integration tests failed because the 'Drafts' mailbox is not part of the automatically created ones, hence it was removed now. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Fix test base class and namespace
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Ignore template coverage as we don't test them
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Add more unit tests for the autoconfig logic
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Refactor and test connectivity test classes
-
Christoph Wurst authored
* Use composition instead of inheritance * Unit test classes * Mock connections to external servers Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Add IMAP integration test framework
-
- Aug 06, 2017
-
-
Nextcloud bot authored
-
- Aug 05, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Add a trait-based testing framework that automatically resets the IMAP testing account before a test case is run to prevent side effects and dependencies across different tests. A simple self test was added to ensure the functionality works as expected. A new super class for integration tests was added which should be used now instead of phpunit's class. This will allow to write tests with less boilerplate code, as we can for example check the usage of the IMAP test trait and reset accounts automatically. This was inspired by the Laravel testing capabilities. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Add SMTP integration tests
-
Nextcloud bot authored
-
- Aug 04, 2017
-
-
Nextcloud bot authored
-