Skip to content

Releases: jhillyerd/enmime

v2.1.0

01 Mar 18:41
cc238a5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

28 Sep 18:25
c2226a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v2.0.0

v1.3.0

01 Sep 02:59
a9fae7a
Compare
Choose a tag to compare

What's Changed

  • fix: do not setup MIME headers with the rawContent option set to true by @jerjako in #324
  • Add parser option to disable HTML to Text down conversion by @tvdv in #334
  • feat: add option to disable character detection by @axllent in #342

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

10 Feb 23:29
61e611c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

12 Dec 23:46
ed0394e
Compare
Choose a tag to compare

What's Changed

  • Export readHeader as ReadHeader. by @davrux in #306
  • Add parser option to parse raw content by @jerjako in #304
  • Add new option SetCustomParseMediaType to customise mediatype parsing by @vadzappa in #308
  • Don't remove CTE header when using the RawContent parser option by @jerjako in #309
  • Don't auto detect charset when using raw content parser option by @jerjako in #310
  • Fix RecipientDSN typo by @corey-aloia in #312
  • Skip empty parameters by @milankonir in #313

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

11 Sep 19:37
6241177
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

21 Jun 00:27
9d622b5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.1...v1.0.0

v0.11.1

22 Mar 22:27
67b5cbe
Compare
Choose a tag to compare

What's Changed

  • Read all part content use ReadPartErrorPolicy. by @ly020044 in #284
  • Fix Go 1.20 parse errors: Maintain an internal copy of net/textproto with few fixes for email header by @iredmail in #283
  • Fix lint errors introduced by textproto import by @jhillyerd in #285

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0

25 Feb 18:07
564f418
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.11.0

v0.10.1

18 Sep 18:50
Compare
Choose a tag to compare

Added

  • Mail builder field accessors (#261)
  • Partial content recovery option (#262)