Enmime Versions Save

MIME mail encoding and decoding package for Go

v1.2.0

3 months ago

What's Changed

Full Changelog: https://github.com/jhillyerd/enmime/compare/v1.1.0...v1.2.0

v1.1.0

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/jhillyerd/enmime/compare/v1.0.1...v1.1.0

v1.0.1

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/jhillyerd/enmime/compare/v1.0.0...v1.0.1

v1.0.0

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/jhillyerd/enmime/compare/v0.11.1...v1.0.0

v0.11.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/jhillyerd/enmime/compare/v0.11.0...v0.11.1

v0.11.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/jhillyerd/enmime/compare/v0.10.1...v0.11.0

v0.10.1

1 year ago

Added

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

v0.10.0

1 year ago

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)

v0.9.4

2 years ago

Added

  • Remove HTML tags in malformed content types (#229)
  • Maximal number of errors recorded in Part limited (#240)
  • Builder: Support other parts (#244)
  • Additional decoding in mail address (#247)
  • Integration test include Go 1.18

Fixed

  • Fix for quote-printed utf-8 header with quotes (#237)
  • Parse address joined with semicolons (#238)
  • Use extended parser after fixing address list (#239)
  • Parse media types which are escaped at first rune (#246)

Changed

  • Rely on stdlib for decoding to UTF-8, simplifies address parsing (#234)

v0.9.3

2 years ago

Added

  • Support for more charsets (#230)
  • fixMangledMediaType now removes extra content-type parts (#225)

Fixed

  • Fix new lines (ie in filenames) in mediatype.Parse (#224)
  • Fix crash in QPCleaner, when line is too long and buffer is almost full (#220)