summary refs log tree commit diff
path: root/synapse/push/mailer.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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