Skip to content

Releases: Miksus/red-mail

v0.6.0

25 Feb 10:22
8511afc
Compare
Choose a tag to compare

What's Changed

  • Add support for styler pandas object by @ejbills in #66
  • Alter Email Message Default Policy to Comply With RFC 5322 by @Waghabond in #75

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

07 Jan 13:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.5.0

v0.4.2

01 Oct 19:38
dcd7ae6
Compare
Choose a tag to compare

What's Changed

  • DOCS: New style for the docs

Full Changelog: v0.4.1...v0.4.2

v0.4.1

28 Aug 15:41
Compare
Choose a tag to compare

What's Changed

  • ENH: Use defined Jinja env with text and html by @Miksus in #43
  • ENH: Add py.typed marker for mypy to recognise this as a typed package by @Waghabond in #54
  • DOC: Improve docs by @Miksus in #55

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

19 Mar 00:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

13 Feb 20:30
Compare
Choose a tag to compare

What's Changed

  • setup.py: add MIT license to classifiers by @rveachkc in #31

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

31 Jan 14:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

24 Jan 17:08
Compare
Choose a tag to compare

What's Changed

  • docs: Change from "redengine" to "redmail" for import line by @kimvanwyk in #13
  • docs: Fixed typo by @drush0 in #18
  • fix: Support non-PNG embedded images with dict format by @Miksus in #16
  • fix: Fixed crash on attachment if text body defined or no body defined by @Miksus in #24
  • docs: Add address aliases by @Miksus in #22
  • docs: Add bytes, dict & PIL to embed image docs by @Miksus in #19

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Jan 18:18
Compare
Choose a tag to compare

What's Changed

  • ENH: Support for other protocols by @Miksus in #11
  • DOCS: updated the official documentation by @Miksus in #9
  • DOCS: Docstrings are now more complete by @Miksus
  • ENH: Better support for subclassing EmailSender by @Miksus in #7
  • TEST: Fix a test related to XLSX attachment by @Miksus in #6
  • TEST: Increated the test coverage to almost 100 % by @Miksus
  • FIX: Minor bugs related to raised exceptions, tests and format classes by @Miksus

This release does not impose any breaking changes unless one has heavily subclassed the EmailSender.

Full Changelog: v0.1.1...v0.2.0

v0.1.1

02 Jan 17:35
Compare
Choose a tag to compare

This is a small patch to drop Pandas as a hard dependency.

Table prettifying still require Pandas but the user should have Pandas installed if they are able to pass a dataframe to the send method. If Pandas is missing and the user tries to use table prettifier, ImportError is raised.

What's Changed

New Contributors

  • @Miksus made their first contribution in #4 (lol these autogenerated messages)

Full Changelog: v0.1.0...v0.1.1