index
:
pgeu-system.git
master
PostgreSQL Europe Conference and Membership management system.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
postgresqleu
/
mailqueue
Age
Commit message (
Expand
)
Author
2019-07-09
Make email forms use monospace font and fixed width
Magnus Hagander
2019-04-06
Add basic documentation for email module
Magnus Hagander
2019-04-06
Make the mail queue managable through the backend interface
Magnus Hagander
2019-03-16
Fix mail sending with BCCs
Magnus Hagander
2019-01-10
Manual import fixes
Magnus Hagander
2019-01-10
Replace __unicode__ with __str__
Magnus Hagander
2019-01-04
Fix sibling imports
Magnus Hagander
2019-01-04
Switch to new style try/except handling
Magnus Hagander
2018-12-19
Add ability to add extra bcc addresses to invoices
Magnus Hagander
2018-12-14
Avoid multi-statement rows
Magnus Hagander
2018-12-14
Fix blankline related warnings
Magnus Hagander
2018-12-14
Fix spaces before/after comma and colon
Magnus Hagander
2018-12-14
Fix spacing around parameter names
Magnus Hagander
2018-12-14
Replace tabs with spaces
Magnus Hagander
2018-06-29
Fix incorrect exception names
Magnus Hagander
2018-03-23
template.render() should not use a context, just a dict
Magnus Hagander
2017-05-30
Properly format email headers with non-ascii
Magnus Hagander
2017-04-17
Introduce send_template_mail
Stephen Frost
2016-09-30
Attempt to decode emails in hte queue
Magnus Hagander
2016-01-08
Add django migrations for all applications
Magnus Hagander
2016-01-08
Move send_queued_mail script to be internal command
Magnus Hagander
2015-02-09
Set sender and recipient name on outgoing emails
Magnus Hagander
2014-07-08
BCC invoice emails to treasurer@
Magnus Hagander
2014-01-01
Clean up unused imports
Magnus Hagander
2013-08-14
Prevent double base64-encoding of PDFs. Oops.
Magnus Hagander
2013-08-13
Avoid duplicate encoding headers
Magnus Hagander
2013-08-13
Ensure correct encoding of MIME attachments
Magnus Hagander
2013-06-29
Send manual confreg emails using the new mail queue system
Magnus Hagander
2013-04-19
Add a simple mail queue in the database
Magnus Hagander