Skip to content

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

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 patch v0.9.0 -> v0.9.2

Release Notes

jhillyerd/enmime

v0.9.2

Compare Source

Added
  • Auto-quote header parameters containing whitespace (#​209)
Fixed
  • Remove leading header parameter whitespace (#​208)
Changed
  • Move ParseMediaType to its own mediatype package to reduce the length of header.go. Introduce wrapper func to preserve public API.

v0.9.1

Compare Source

Added
  • mime-dump now prints a stack trace when parsing fails for easier debugging
Fixed
  • Handle trailing whitespace in ; separated headers (#​195, thanks demofrager)
  • Ignore empty sections in ; separated headers (#​199, thanks pavelbazika)
  • Handle very long lines inside mime boundaries (#​200, thanks pavelbazika)
  • Handle 8-bit characters in unencoded media type params (#​201, thanks pavelbazika)
  • Handle tiny destination buffers and long lines in quoted-printable blocks (#​203)
Changed
  • Encoder now uses QP or b64 encoding for 8-bit filenames instead of flattening to ASCII (#​197, thanks Alexfilus)

Configuration

📅 Schedule: 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, check this box.

This MR has been generated by Renovate Bot.

Edited by renovate

Merge request reports