summaryrefslogtreecommitdiffstats
path: root/release-notes/3791.md
diff options
context:
space:
mode:
Diffstat (limited to 'release-notes/3791.md')
-rw-r--r--release-notes/3791.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes/3791.md b/release-notes/3791.md
new file mode 100644
index 0000000..bc2173d
--- /dev/null
+++ b/release-notes/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.