Releases: Miksus/red-mail
Releases · Miksus/red-mail
v0.6.0
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
What's Changed
- FIX: Allow calling sender.close() multiple times by @martino87r in #59
- ENH: Add pyproject.toml by @Miksus in #68
- ENH: Add
Message-ID
header by @Miksus in #69 - ENH: Add
Date
header by @Miksus in #71 - FIX: Capitalized email headers by @Miksus in #70
- ENH: Allow custom headers by @Miksus in #72
New Contributors
- @martino87r made their first contribution in #59
Full Changelog: v0.4.2...v0.5.0
v0.4.2
v0.4.1
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
- @Waghabond made their first contribution in #54
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- BUG: embedded image cid for named senders with a 'from' address like 'Sender noreply@sender.com' by @StefanVietze in #33
- DOCS: how to test messages by @Miksus in #36
- ENH: Allow disabling Jinja by @Miksus in #40
- BUG: Email structure by @Miksus in #38
- ENH: Rename user_name by @Miksus in #35
New Contributors
- @StefanVietze made their first contribution in #33
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0
v0.2.1
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
- @kimvanwyk made their first contribution in #13
- @drush0 made their first contribution in #18
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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
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
Full Changelog: v0.1.0...v0.1.1