Skip to content

Releases: APSL/django-yubin

1.4.1

19 Nov 11:25
Compare
Choose a tag to compare

Detecting if messages are encoding using different encoding headers to be able to preview them (now base64, quoted-printable).

1.4.0

14 Jun 11:43
Compare
Choose a tag to compare

Option added in status_mail command to return the output in json format.

1.3.1

28 Jan 09:18
Compare
Choose a tag to compare

Fix unicode and encode errors:

  • Sending queued emails
  • Sending non queued emails
  • In admin detail view

1.3.0

28 Nov 12:12
Compare
Choose a tag to compare
  • Allow to send emails inmediatly without being saved in database (priority «now-not-queued»).
  • Add support for Python 3.7 and Django 2.1.
  • Remove old code for Django < 1.3.

1.2.0

27 Jun 14:37
Compare
Choose a tag to compare
  • Fix is_base64 detection.
  • Add a «send_test_email» command to check connection parameters.
  • New health check view. Don't open a connection if there are no messages in queue to be sent.
  • Add a "date_sent" field to detect when the mail was sent.

1.1.0

13 Mar 11:09
Compare
Choose a tag to compare

Fix attachment headers in TemplateAttachmentEmailMessagView making both "attachment" and "filename" args mandatory.

1.0.5

12 Mar 13:09
Compare
Choose a tag to compare

Add missing paths in MANIFEST.in.