summary refs log tree commit diff
path: root/synapse/handlers/send_email.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Set email charset as utf-8 rather than utf8 (#16329)José Joaquín Atria2023-09-181-2/+2
* Add the List-Unsubscribe header for notification emails. (#16274)Patrick Cloke2023-09-111-1/+9
* Support IPv6-only SMTP servers (#16155)Evilham2023-08-291-17/+11
* Discourage automatic replies to Synapse's emails (#13957)David Robertson2022-09-301-0/+13
* Support Implicit TLS for sending emails (#13317)Jan Schär2022-07-251-10/+26
* Remove unnecessary ignores due to Twisted upgrade. (#11939)Patrick Cloke2022-02-081-1/+1
* Pass str to twisted's IReactorTCP (#10895)David Robertson2021-09-301-2/+7
* Require type hints in the handlers module. (#10831)Patrick Cloke2021-09-201-2/+2
* Fix incompatibility with Twisted < 21. (#10713)Richard van der Hoff2021-08-271-18/+47
* Add a setting to disable TLS for sending email (#10546)Richard van der Hoff2021-08-061-17/+77
* Split multiplart email sending into a dedicated handler (#9977)Brendan Abolivier2021-05-171-0/+98