mailsuite 2.2.0__tar.gz → 2.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -109,4 +109,6 @@ venv.bak/
109
109
  private/
110
110
  *.eml
111
111
  *.msg
112
+ # Sanitized sample messages used as test fixtures are tracked despite *.eml
113
+ !samples/failure_report_samples/*.eml
112
114
  scratch.py
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mailsuite
3
- Version: 2.2.0
3
+ Version: 2.2.1
4
4
  Summary: A Python package for retrieving, parsing, and sending emails
5
5
  Project-URL: Homepage, https://github.com/seanthegeek/mailsuite/
6
6
  Project-URL: Documentation, https://seanthegeek.github.io/mailsuite/
@@ -24,7 +24,7 @@ Requires-Dist: dnspython>=2.0.0
24
24
  Requires-Dist: expiringdict==1.2.2
25
25
  Requires-Dist: html2text>=2020.1.16
26
26
  Requires-Dist: imapclient>=3.1.0
27
- Requires-Dist: mail-parser>=4.1.2
27
+ Requires-Dist: mail-parser>=4.2.1
28
28
  Requires-Dist: publicsuffix2>=2.20190812
29
29
  Provides-Extra: all
30
30
  Requires-Dist: azure-identity>=1.15.0; extra == 'all'
@@ -1,3 +1,3 @@
1
1
  """A Python package to simplify receiving, parsing, and sending email"""
2
2
 
3
- __version__ = "2.2.0"
3
+ __version__ = "2.2.1"
@@ -35,7 +35,7 @@ dependencies = [
35
35
  "expiringdict==1.2.2",
36
36
  "html2text>=2020.1.16",
37
37
  "IMAPClient>=3.1.0",
38
- "mail-parser>=4.1.2",
38
+ "mail-parser>=4.2.1",
39
39
  "publicsuffix2>=2.20190812",
40
40
  ]
41
41
  dynamic = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes