geary/test
Michael James Gratton 183a9f3e7a Don't quote an RFC 822 mailbox local part if it has a '.' in the middle.
This breaks sending mail via Yahoo since it doesn't like it if the SMTP
return path local part is quoted.

We can't use GMime.utils_quote_string since it's currently broken, so
implement our own quoter.
2018-07-28 17:57:48 +10:00
..
client Tidy up unit test infrastructure and mock classes. 2018-04-07 09:41:18 +10:00
data Add a unit test for upgrading an actual Geary v0.6 database. 2018-05-19 14:55:19 +10:00
engine Don't quote an RFC 822 mailbox local part if it has a '.' in the middle. 2018-07-28 17:57:48 +10:00
js Allow test fixtures and test methods to throw errors by default. 2018-04-07 09:41:18 +10:00
meson.build Fix mailbox names not being sent to the server quoted if needed. 2018-07-20 13:43:42 +10: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 Push GResource URL for test data down so it's accessible to all tests. 2018-05-19 09:26:09 +10:00
test-client.vala Split test running up into test-engine and test-client. 2017-12-19 09:41:50 +11:00
test-engine.vala Fix mailbox names not being sent to the server quoted if needed. 2018-07-20 13:43:42 +10:00