summary refs log tree commit diff
path: root/synapse/push/mailer.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* tune email notifs, fix CSS a bit, and add debugging detailsMatthew Hodgson2016-05-161-1/+6
* fix matrix.to URLsMatthew Hodgson2016-05-131-2/+2
* Make email notifs work on the pusher synapseDavid Baker2016-05-131-0/+1
* move filter_events_for_client out of base handlerMark Haines2016-05-111-3/+3
* Make pep8 happyDavid Baker2016-05-101-1/+1
* Switch from CSS to Table layout for HTML mails so they work in Outlook ak...Matthew Hodgson2016-05-101-7/+18
* better mail subject linesMatthew Hodgson2016-05-051-1/+1
* fix layout; handle app naming in synapse, not jinjaMatthew Hodgson2016-05-051-16/+31
* pep8Matthew Hodgson2016-05-051-2/+4
* handle fragments correctly on mxc URLs.Matthew Hodgson2016-05-051-14/+45
* Include no contextDavid Baker2016-05-041-1/+1
* Add date header & message idDavid Baker2016-05-041-0/+2
* Use the constantDavid Baker2016-04-291-1/+2
* Avoid `vars` builtinDavid Baker2016-04-291-15/+15
* Use named parameter formatDavid Baker2016-04-291-14/+22
* pep8David Baker2016-04-291-1/+0
* Send mail notifs with a plaintext part tooDavid Baker2016-04-291-7/+20
* May as well always include room linkDavid Baker2016-04-281-4/+3
* Support file messages & fix plain textDavid Baker2016-04-281-2/+3
* Support image notifsDavid Baker2016-04-281-11/+25
* pep8David Baker2016-04-281-2/+5
* Handle room invites in email notifsDavid Baker2016-04-281-5/+30
* Linkify plain text messages tooDavid Baker2016-04-281-1/+12
* Run filter_events_for_clientDavid Baker2016-04-271-7/+11
* Make html messages workDavid Baker2016-04-271-10/+21
* Better grammar for multiple messages in a roomDavid Baker2016-04-271-9/+32
* Hopefully all remaining bits for email notifsDavid Baker2016-04-271-22/+144
* More variable calculation for email notifsDavid Baker2016-04-251-2/+55
* Actually do UTF8 correctlyDavid Baker2016-04-221-1/+1
* Mime part is binary so encode it first.David Baker2016-04-221-1/+1
* Flesh out email templatingDavid Baker2016-04-211-3/+58
* Generate mails from a templateDavid Baker2016-04-201-13/+17
* more pep8David Baker2016-04-201-1/+1
* Send a rather basic email notifDavid Baker2016-04-201-0/+48