Update github.com/ProtonMail/go-mime

This commit is contained in:
M. Thiercelin 2022-03-02 16:40:19 +01:00
parent 2a30ff62f4
commit 0e4303d086
No known key found for this signature in database
GPG key ID: 29581E7E24EBEC0A
3 changed files with 9 additions and 1 deletions

View file

@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
## Fixed
- Update dependency `github.com/ProtonMail/go-mime`. It makes the parsing
of MIME messages more flexible to messages with no specified charsets.
## [2.4.5] 2022-03-01
### Added