mail-parser 4.1.0__tar.gz → 4.1.2__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.
Files changed (22) hide show
  1. {mail_parser-4.1.0/src/mail_parser.egg-info → mail_parser-4.1.2}/PKG-INFO +1 -1
  2. {mail_parser-4.1.0 → mail_parser-4.1.2/src/mail_parser.egg-info}/PKG-INFO +1 -1
  3. {mail_parser-4.1.0 → mail_parser-4.1.2}/src/mailparser/version.py +1 -1
  4. {mail_parser-4.1.0 → mail_parser-4.1.2}/LICENSE.txt +0 -0
  5. {mail_parser-4.1.0 → mail_parser-4.1.2}/NOTICE.txt +0 -0
  6. {mail_parser-4.1.0 → mail_parser-4.1.2}/README.md +0 -0
  7. {mail_parser-4.1.0 → mail_parser-4.1.2}/pyproject.toml +0 -0
  8. {mail_parser-4.1.0 → mail_parser-4.1.2}/setup.cfg +0 -0
  9. {mail_parser-4.1.0 → mail_parser-4.1.2}/setup.py +0 -0
  10. {mail_parser-4.1.0 → mail_parser-4.1.2}/src/mail_parser.egg-info/SOURCES.txt +0 -0
  11. {mail_parser-4.1.0 → mail_parser-4.1.2}/src/mail_parser.egg-info/dependency_links.txt +0 -0
  12. {mail_parser-4.1.0 → mail_parser-4.1.2}/src/mail_parser.egg-info/entry_points.txt +0 -0
  13. {mail_parser-4.1.0 → mail_parser-4.1.2}/src/mail_parser.egg-info/requires.txt +0 -0
  14. {mail_parser-4.1.0 → mail_parser-4.1.2}/src/mail_parser.egg-info/top_level.txt +0 -0
  15. {mail_parser-4.1.0 → mail_parser-4.1.2}/src/mailparser/__init__.py +0 -0
  16. {mail_parser-4.1.0 → mail_parser-4.1.2}/src/mailparser/__main__.py +0 -0
  17. {mail_parser-4.1.0 → mail_parser-4.1.2}/src/mailparser/const.py +0 -0
  18. {mail_parser-4.1.0 → mail_parser-4.1.2}/src/mailparser/core.py +0 -0
  19. {mail_parser-4.1.0 → mail_parser-4.1.2}/src/mailparser/exceptions.py +0 -0
  20. {mail_parser-4.1.0 → mail_parser-4.1.2}/src/mailparser/utils.py +0 -0
  21. {mail_parser-4.1.0 → mail_parser-4.1.2}/tests/test_mail_parser.py +0 -0
  22. {mail_parser-4.1.0 → mail_parser-4.1.2}/tests/test_main.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mail-parser
3
- Version: 4.1.0
3
+ Version: 4.1.2
4
4
  Summary: Improved wrapper for email standard library
5
5
  Home-page: https://github.com/SpamScope/mail-parser
6
6
  Author: Fedele Mantuano
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mail-parser
3
- Version: 4.1.0
3
+ Version: 4.1.2
4
4
  Summary: Improved wrapper for email standard library
5
5
  Home-page: https://github.com/SpamScope/mail-parser
6
6
  Author: Fedele Mantuano
@@ -17,4 +17,4 @@ See the License for the specific language governing permissions and
17
17
  limitations under the License.
18
18
  """
19
19
 
20
- __version__ = "4.1.0"
20
+ __version__ = "4.1.2"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes