geary/test/engine
Michael Gratton 43803239a4 Replace Geary.Account::send_email w/ Smtp.ClientService methods
Remove Geary.Account::send_email and the sending progress monitor in
favour of exposing Geary.Smtp.ClientService as a public class and so
allowing clients to acccess those symbols from Geary.Account::outgoing.

Also make ::send_email a convenience class for doing a save/queue and
expose those operations, so clients can managage the two seperately if
desired (e.g. for undoing sending).

Finally, make Outbox.Folder public since it's exposed by the SMTP
service and maybe clients want to do something more detailed with it
anyway?
2019-11-17 20:00:01 +11:00
..
api Replace Geary.Account::send_email w/ Smtp.ClientService methods 2019-11-17 20:00:01 +11:00
app Geary.App.ConversationMonitor: Fix re-entrancy issues 2019-11-07 11:58:56 +11:00
common Merge contacts when harvesting them 2019-10-25 14:54:53 +11:00
db Replace Db.PrepareDelegate with a subclass virtual function hook 2019-06-13 16:35:17 +10:00
imap
imap-db Remove Flatpak test locale hack, just use en_US.UTF-8 for now 2019-10-16 13:36:29 +11:00
imap-engine Update Geary.Outbox.EmailIdentifier variant type marker 2019-10-30 14:17:44 +11:00
outbox
mime-content-type-test.vala
rfc822-mailbox-address-test.vala Fix 100% CPU usage on mismatch utf escapes in rfc822 string 2019-08-06 17:06:44 -07:00
rfc822-mailbox-addresses-test.vala
rfc822-message-data-test.vala Fix RFC822.Header.get_header_names returning null names 2019-10-22 17:20:52 +11:00
rfc822-message-test.vala Make Geary.ComposedEmail implement Geary.EmailHeaderSet 2019-11-17 19:59:19 +11:00
rfc822-part-test.vala Hardcode PartTest's source encoding since it shouldn't change 2019-07-18 15:05:03 +10:00
rfc822-utils-test.vala
util-ascii-test.vala
util-config-file-test.vala
util-html-test.vala
util-idle-manager-test.vala
util-inet-test.vala
util-string-test.vala Add some minor unit tests 2019-08-06 21:37:39 +10:00
util-timeout-manager-test.vala