Skip to content

Update module github.com/jhillyerd/enmime to v0.10.0

renovate requested to merge renovate/github.com-jhillyerd-enmime-0.x into master

This MR contains the following updates:

Package Type Update Change
github.com/jhillyerd/enmime require minor v0.9.2 -> v0.10.0

Release Notes

jhillyerd/enmime

v0.10.0

Compare Source

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

Compare Source

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

Compare Source

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by renovate

Merge request reports