Update module github.com/jhillyerd/enmime to v0.9.2
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
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
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
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.
Edited by renovate