- Update to version 0.54.1
* Fix potential issue where child MSG might have incompatible encoding
to parent MSG when trying to grab a stream from the parent.
* Added code to attempt to significantly improve RTF deencapsulation
times. This tries to strip away unneeded data before passing it to
`RTFDE`. This shows improvements on all files that take more than
one second. Currently, this actually fixes some files previously
outputting wrong from `RTFDE` when deencapsulating the HTML body,
specifically around non breaking spaces sometimes not transferring over.
- from version 0.54.0
* Changed the prepared html output to use plainly encoded HTML instead
of prettified, since current prettification options used mangles the
output and causes the output to sometimes be very large.
- from version 0.53.2
* Adjusted code to allow html encoding to be cached to try to speed up
`bs4` operations.
* Fixed handler for too large filetimes so that some filetimes being too
large doesn't break the handler.
* Fixed a bug that would cause an error in task objects due to a lack of
`enumerate`.
* Fix `TOCEntry` not initializing `DVTargetDevice` correctly.
* Add temporary properties for `ContentID` to `SignedAttachment`. AFAIK
these can't ever be set, but this prevents errors in some places.
OBS-URL: https://build.opensuse.org/request/show/1274351
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-extract-msg?expand=0&rev=10
99 lines
4.8 KiB
Plaintext
99 lines
4.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon May 5 07:06:43 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to version 0.54.1
|
|
* Fix potential issue where child MSG might have incompatible encoding
|
|
to parent MSG when trying to grab a stream from the parent.
|
|
* Added code to attempt to significantly improve RTF deencapsulation
|
|
times. This tries to strip away unneeded data before passing it to
|
|
`RTFDE`. This shows improvements on all files that take more than
|
|
one second. Currently, this actually fixes some files previously
|
|
outputting wrong from `RTFDE` when deencapsulating the HTML body,
|
|
specifically around non breaking spaces sometimes not transferring over.
|
|
- from version 0.54.0
|
|
* Changed the prepared html output to use plainly encoded HTML instead
|
|
of prettified, since current prettification options used mangles the
|
|
output and causes the output to sometimes be very large.
|
|
- from version 0.53.2
|
|
* Adjusted code to allow html encoding to be cached to try to speed up
|
|
`bs4` operations.
|
|
* Fixed handler for too large filetimes so that some filetimes being too
|
|
large doesn't break the handler.
|
|
* Fixed a bug that would cause an error in task objects due to a lack of
|
|
`enumerate`.
|
|
* Fix `TOCEntry` not initializing `DVTargetDevice` correctly.
|
|
* Add temporary properties for `ContentID` to `SignedAttachment`. AFAIK
|
|
these can't ever be set, but this prevents errors in some places.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 24 11:25:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to version 0.53.1
|
|
* Expanded allowable range for `red-black-tree-mod`.
|
|
* Fix issue with `MessageBase.asEmailMessage()` that prevented embedded
|
|
MSG files from being attached.
|
|
* Expand allowable versions of `BeautifulSoup4`.
|
|
- from version 0.53.0
|
|
* Added tests for many functions in `extract_msg.utils`.
|
|
* Fix an issue in `extract_msg.utils.msgPathToString()` that prevented
|
|
backslashes from being replaced with forward slashes.
|
|
* Change the behavior of `extract_msg.utils.minutesToDurationStr()`
|
|
to properly use plurals.
|
|
* Fixed issue in `extract_msg.utils.unwrapMsg()` that would prevent it
|
|
from working on signed messages due to an API change.
|
|
* Added new exception `MimetypeFailureError`.
|
|
* Modified the logic of `MessageBase.asEmailMessage()` to use
|
|
`AttachmentBase/SignedAttachment.name` instead of `getFilename()`
|
|
which only exists on AttachmentBase.
|
|
* Modified the logic of `MessageBase.htmlBodyPrepared()` to properly
|
|
put the mimetype in image tags to ensure rendering. Logic was also
|
|
modified to use `encode` instead of `prettify` to reduce computation
|
|
and output size.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 23 17:11:20 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
- Make running the test suite verbose.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 23 11:50:05 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to version 0.52.0
|
|
* Fix typo in string that prevented HTML body from generating from
|
|
the plain text body properly.
|
|
* Adjusted the behavior of `MSGFile.areStringsUnicode` to prioritize
|
|
the property specified by the parent MSG files for MSG files that
|
|
are embedded. Additionally, added a fallback to rely on whether or
|
|
not there is a stream using the `001F` type to determine the
|
|
property value if it is entirely missing.
|
|
* Adjusted `OleWriter.fromMsg()` and `MSGFile.export()` to add the
|
|
argument `allowBadEmbed` which helps to correct a few different
|
|
issues that may appear in embedded MSG files. These corrections
|
|
allow the embedded file to still be extracted and to open properly
|
|
in Outlook.
|
|
* In addition to the above, the errors that some of those corrections
|
|
will suppress are now significantly more informative about what went
|
|
wrong.
|
|
- from version 0.51.1
|
|
* Add class type added in last version to known class types.
|
|
- from version 0.51.0
|
|
* Add basic support for MSG class type `IPM.SkypeTeams.Message`.
|
|
- from version 0.50.1
|
|
* Fix bug introduced in previous version.
|
|
- from version 0.50.0
|
|
* Adjust html header code to replace non-ascii characters with escaped versions.
|
|
Also adjusted plain text to html conversion to ensure non-ascii character
|
|
from the body are encoded to escaped values to be safe.
|
|
* Made some corrections to `NullDate`.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 21 00:58:41 UTC 2024 - Guang Yee <gyee@suse.com>
|
|
|
|
- Enable sle15_python_module_pythons.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 3 07:16:42 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Initial build
|
|
* Version 0.49.0
|