Skip to content

Releases: yunojuno-archive/django-inbound-email

Drop support for Py2 and Django < 1.11

11 May 08:55
9dafff7
Compare
Choose a tag to compare

Add support for HTML only SendGrid emails

23 Apr 13:41
Compare
Choose a tag to compare

Add Mandrill authentication support

22 Apr 16:36
Compare
Choose a tag to compare

Update mandrill support

17 Jun 12:23
Compare
Choose a tag to compare

Incl better formatting of mailbox addresses involving commas

Mailgun support

28 Oct 14:18
Compare
Choose a tag to compare

v0.4.2

12 Sep 09:39
Compare
Choose a tag to compare

Improved documentation, with code sample showing how to handle attachments as django model properties.

v0.3.3

10 Sep 09:02
Compare
Choose a tag to compare

Adds new signal for emails that cannot be processed - email_received_unacceptable.

This allows client applications who are subscribed to the signal to handle the inbound error. Errors are handled in this slightly unconventional manner as most external mail services require that the app return a 200 OK HTTP response, even if they can't handle the email, to prevent the service from endlessly retrying.

This approach allows the app to support both (conflicting) requirements - returning a 200 to the calling service, whilst still handling the error internally.

v.0.3.4

12 Sep 09:39
Compare
Choose a tag to compare

Update email_received signal to pass the backend processing class as the sender argument.