geary/test/engine/api
Michael Gratton dccb81fcb1 Rework Geary.Engine lifecycle managment
Now that its singleton is gone, and since it's ::open_asyc and
::close_async methods don't do anything async, just merge the former
with the class's ctor and make the latter non-async.

Explicitly construct an instance in Application.Client and ensure it
is closed there as well instead of in the controller, for consistency.
2019-11-19 09:41:09 +11:00
..
geary-account-information-test.vala Improve AccountInformation.service_label generation 2019-02-22 16:56:32 +11:00
geary-account-mock.vala Replace Geary.Account::send_email w/ Smtp.ClientService methods 2019-11-17 20:00:01 +11:00
geary-attachment-test.vala Fix failing test after icon change 2019-02-24 21:50:27 +11:00
geary-composed-email-test.vala Make Geary.ComposedEmail implement Geary.EmailHeaderSet 2019-11-17 19:59:19 +11:00
geary-contact-store-mock.vala Add Geary.ContactStore.search method, impementation and tests 2019-06-13 16:56:03 +10:00
geary-credentials-mediator-mock.vala
geary-email-identifier-mock.vala Add API for (de)serialising FolderPath and EmailIdentifier 2019-04-17 09:06:24 +10:00
geary-email-properties-mock.vala
geary-engine-test.vala Rework Geary.Engine lifecycle managment 2019-11-19 09:41:09 +11:00
geary-folder-mock.vala Make remote folder synchronisation a top-level API method 2019-08-26 13:32:53 +10:00
geary-folder-path-test.vala Make it possible to distinguish between different folder roots 2019-04-17 09:06:24 +10:00
geary-folder-properties-mock.vala Fix ConversationMonitor sometimes not loading more from remote 2019-04-04 16:57:53 +11:00
geary-service-information-test.vala