Skip to content

Releases: jhillyerd/enmime

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)

v0.10.0

21 Jul 00:46
Compare
Choose a tag to compare

Added

  • Support for parser options! (#248)
  • Option to skip parsing of malformed parts (#248)
  • Envelope.Date() method for parsing date (#253)
  • Option to handle missing multipart boundaries (#257)

Fixed

  • Remove trailing HTML tags (#252)
  • Buffer overrun in quoted-printable (#254)
  • Corrected quoted-printable equals counting (#255)
  • Improve splitting inside quoted text (#256)