Releases: Roguelazer/muttdown
Releases · Roguelazer/muttdown
0.4.0
18 May 23:18
Compare
Sorry, something went wrong.
No results found
drop support for Python < 3.6
use the "extra" extension so that fenced blocks and DLs work
swap CI to github actions
chore: add pre-commit config; reformat with black
add assume_markdown config flag
Full Changelog : muttdown-0.3.5...muttdown-0.4.0
0.3.5
16 Sep 18:41
Compare
Sorry, something went wrong.
No results found
Improve unicode handling for non-body fields (unicode subjects should work now!)
Drop support for Python 3.3 and 3.4 (these were already broken due to dependencies dropping support for them; sorry)
Add support for Python 3.7 and 3.8
0.3.4
09 Feb 04:18
Compare
Sorry, something went wrong.
No results found
Fix two regressions (#18 and #19 )
0.3.2
23 Oct 03:40
Compare
Sorry, something went wrong.
No results found
Fix smtp_password_command (#13 )
Fix tests
0.3.1
21 Sep 19:08
Compare
Sorry, something went wrong.
No results found
Fix compatibility with Python 3.5 (#12 )
0.3
13 Sep 15:01
Compare
Sorry, something went wrong.
No results found
Add a man page (contribution by @ssgelm )
Split sendmail command on whitespace (contribution by @nottwo )
Fix a ton of bugs with MIME tree construction
fix tests