Skip to content

Commit

Permalink
changelog:5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Jan 23, 2025
1 parent 83d1f71 commit bc25885
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bc25885

Please sign in to comment.