From bc2588589699d95c45646c1ec8b64e2ae10a6fa6 Mon Sep 17 00:00:00 2001 From: Matteo Campinoti Date: Thu, 23 Jan 2025 09:53:05 +0100 Subject: [PATCH] changelog:5.2.2 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc73d4d..0eae531f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v5.2.2 + +### Fixes + +* Fix occasional error occurring when unpacking an MSG file and one of the attachment was smaller than 1536 bytes and + greater than 255 bytes + * extract-msg tried to interpret it as a file name, causing an `OSError(36, 'File name too long')` exception to be + raised +* Fix occasional error occurring when unpacking an MSG file with no HTML body a slightly malformed RTF body + * extract-msg would try to use the RTF body to generate the HTML, causing a + `RTFDE.exceptions.MalformedEncapsulatedRtf` exception to be raised +* Fix extract sometimes repeating files in log with the message "Does not have extract action" when given a query + ## v5.2.1 ### Fixes