We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1469fe0 commit c69be3bCopy full SHA for c69be3b
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+v0.1.35
4
+* Fixed an issue where some EML files were incorrectly decoded.
5
+
6
v0.1.34
7
* Fixed an issue that prevented the headers from being parsed correctly for eml files (unknown-8bit encoding).
8
* Fixed an issue that email with attachment was parsed incorrectly for eml files.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "parse-emails"
-version = "0.1.34"
+version = "0.1.35"
description = "Parses an email message file and extracts the data from it."
authors = ["Demisto"]
license = "MIT"
0 commit comments