geary/test
Michael Gratton 6c8f192148 Attempt to de-mangle From names from Mailman, GitLab, etc
Some software like the above will mangle From mailbox names by appending
"via Some Service" to the From mailbox name. This messes up generating
default avatars for the actual people sending these messages, so
attempt to de-mangle the names.

This involves moving primary originator determination from the engine
to the client, since it's now a policy thing. Add unit tests.
2019-03-09 20:17:01 +11:00
..
client Attempt to de-mangle From names from Mailman, GitLab, etc 2019-03-09 20:17:01 +11:00
data Add a unit test for upgrading an actual Geary v0.6 database. 2018-05-19 14:55:19 +10:00
engine Fix RFC822 mailbox names with commas breaking composer address entry 2019-03-02 15:11:13 +11:00
js Remove default instance of ClientWebView's PageState JS object 2019-03-06 20:11:33 +11:00
meson.build Attempt to de-mangle From names from Mailman, GitLab, etc 2019-03-09 20:17:01 +11:00
mock-object.vala Add a mock object mixin that can check call expectations on mocks. 2018-04-07 10:02:18 +10:00
test-case.vala Make TestCase.assert_string robust in the face of null actuals 2019-03-09 20:17:01 +11:00
test-client.vala Attempt to de-mangle From names from Mailman, GitLab, etc 2019-03-09 20:17:01 +11:00
test-engine.vala Work around DB tests always failing on gcc150.osuosl.org CI runner 2019-02-19 17:12:26 +11:00