summary refs log tree commit diff
path: root/tests/push/test_email.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove pushers when deleting 3pid from account (#10581)Azrenbeth2021-08-261-0/+39
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Add a setting to disable TLS for sending email (#10546)Richard van der Hoff2021-08-061-9/+11
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Test that we require validated email for email pushers (#9496)Erik Johnston2021-02-251-2/+32
* Handle empty rooms when generating email notifications. (#9257)Patrick Cloke2021-02-041-2/+49
* Refactor email summary generation. (#9260)Patrick Cloke2021-02-011-0/+30
* Convert internal pusher dicts to attrs classes. (#8940)Patrick Cloke2020-12-161-3/+3
* Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-291-1/+1
* Fix email notifications for invites without local state. (#8627)Erik Johnston2020-10-231-0/+29
* Include a simple message in email notifications that include encrypted conten...Patrick Cloke2020-10-191-1/+14
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Reduce run-times of tests by advancing the reactor less (#7757)Andrew Morgan2020-08-271-1/+1
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-3/+3
* Clean up startup for the pusher (#6558)Richard van der Hoff2019-12-181-0/+3
* Run Black. (#5482)Amber Brown2019-06-201-3/+3
* Merge pull request #5388 from matrix-org/erikj/fix_email_pushErik Johnston2019-06-171-23/+70
|\
| * Add testErik Johnston2019-06-071-1/+28
| * Refactor email testsErik Johnston2019-06-071-22/+42
* | Bump bleach version so that tests can run on old deps.Erik Johnston2019-06-111-6/+0
|/
* Migrate all tests to use the dict-based config format instead of hanging item...Amber Brown2019-05-131-16/+20
* Add admin api for sending server_notices (#5121)Richard van der Hoff2019-05-021-1/+1
* Move admin api impl to its own packageRichard van der Hoff2019-05-011-2/+3
* Fix email testRichard van der Hoff2019-03-191-0/+2
* Write some tests for the email pusher (#4095)Amber Brown2018-10-301-0/+148