Sourced from github.com/jhillyerd/enmime's releases.
v1.1.0
What's Changed
- Export readHeader as ReadHeader. by
@davruxin jhillyerd/enmime#306- Add parser option to parse raw content by
@jerjakoin jhillyerd/enmime#304- Add new option SetCustomParseMediaType to customise mediatype parsing by
@vadzappain jhillyerd/enmime#308- Don't remove CTE header when using the RawContent parser option by
@jerjakoin jhillyerd/enmime#309- Don't auto detect charset when using raw content parser option by
@jerjakoin jhillyerd/enmime#310- Fix RecipientDSN typo by
@corey-aloiain jhillyerd/enmime#312- Skip empty parameters by
@milankonirin jhillyerd/enmime#313New Contributors
@jerjakomade their first contribution in jhillyerd/enmime#304@vadzappamade their first contribution in jhillyerd/enmime#308@corey-aloiamade their first contribution in jhillyerd/enmime#312@milankonirmade their first contribution in jhillyerd/enmime#313Full Changelog: https://github.com/jhillyerd/enmime/compare/v1.0.1...v1.1.0
ed0394e nix: update flake deps (#314)54fdf4d feat: skip empty parameters (#313)ea70bfe Fix RecipientDSN typo (#312)2f48e1b feat: don't auto detect charset when using raw content parser option (#310)c35a936 build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 (#307)5a18bd5 fix: don't remove CTE header when using the RawContent parser option (#309)b88939a add new option SetCustomParseMediaType (#308)9d1f8fe feat: add parser option to parse raw content (#304)e6dab52 Export readHeader as ReadHeader (#306)