]> git.ipfire.org Git - ipfire.org.git/history - src/backend/messages.py
location: Create a page that explains how to report problems
[ipfire.org.git] / src / backend / messages.py
2024-01-10  Michael TremerMerge remote-tracking branch 'origin/new-design'
2023-11-28  Rico HoppeMerge remote-tracking branch 'origin/new-design' into...
2023-11-27  Michael TremerMerge branch 'master' into new-design
2023-10-26  Michael Tremermessages: Automatically inline any CSS
2023-10-26  Michael Tremermessages: Add function to embed images
2023-10-26  Michael Tremermessages: Encode messages as UTF-8 instead of base64
2020-05-19  Michael TremerUse host certificate to send emails
2020-01-16  Michael Tremermessages: Ensure that addresses are properly encoded
2020-01-16  Michael Tremermessages: Do not manually pass recipients any more
2020-01-16  Michael Tremermessages: Talk to local relay instead of using sendmail
2019-12-02  Michael Tremermessages: Fix wrong variable name
2019-11-29  Michael Tremerblog: Send out emails for posts
2019-11-21  Michael Tremermessages: Add HTML version of registration email
2019-11-20  Michael TremerSupport sending HTML emails
2019-11-19  Michael TremerImplement drip campaigns
2019-11-06  Michael TremerMerge branch 'community'
2019-11-05  Michael TremerUse Python's internal asyncio stuff instead of Tornado's
2019-10-31  Michael Tremermessages: Fix cleaning up mail queue
2019-10-31  Michael TremerUse our internal mail framework for sending newsletter...
2019-09-29  Michael Tremermessages: Keep priority numerical by default
2019-05-08  Michael Tremermessages: Encode emails as quoted-printable and remove...
2019-05-08  Michael Tremermessages: Do not wrap text
2019-05-07  Michael TremerCleanup sessions, accounts and the message queue once...
2018-12-04  Michael Tremermessages: Log messages in debug mode only
2018-12-04  Michael Tremermessages: Fall back to no-reply@ipfire.org when there...
2018-12-04  Michael Tremermessages: Actually put message into the queue
2018-12-04  Michael Tremermessages: Add default locale
2018-12-03  Michael Tremermessages: Read templates_dir from configuration file
2018-12-03  Michael Tremermessages: Import code that handles emails