From ba6d5ae2afa8f72de89ceadae1b564c653d6ffbb Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 23 May 2024 11:44:26 +0200 Subject: [PATCH] chore(release-notes): enmime upgrade to v1.2.0 Refs: https://codeberg.org/forgejo/forgejo/pulls/3791 --- release-notes/8.0.0/feat/3791.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 release-notes/8.0.0/feat/3791.md diff --git a/release-notes/8.0.0/feat/3791.md b/release-notes/8.0.0/feat/3791.md new file mode 100644 index 0000000000..bc2173dd08 --- /dev/null +++ b/release-notes/8.0.0/feat/3791.md @@ -0,0 +1 @@ +- when parsing [incoming emails](https://forgejo.org/docs/v8.0/user/incoming/), [remove tspecials from type/subtype](https://github.com/jhillyerd/enmime/pull/317). According to the RFC, content type and subtype cannot contain special characters and any such character will fail parsing. Removing the characters from the type/subtype can help successfully parsing the content type that contains some extra garbage.