.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
Pipfile
Pipfile.lock
README.md
deploy.sh
pytest.ini
setup.py
tox.ini
.circleci/config.yml
.github/pull_request_template.md
parse_emails/__init__.py
parse_emails/common.py
parse_emails/constants.py
parse_emails/handle_eml.py
parse_emails/handle_msg.py
parse_emails/parse_emails.py
parse_emails.egg-info/PKG-INFO
parse_emails.egg-info/SOURCES.txt
parse_emails.egg-info/dependency_links.txt
parse_emails.egg-info/requires.txt
parse_emails.egg-info/top_level.txt
parse_emails/tests/__init__.py
parse_emails/tests/parse_emails_test.py
parse_emails/tests/test_data/DONT_OPEN-MALICIOUS.eml
parse_emails/tests/test_data/DONT_OPEN-MALICIOUS_base64_headers.eml
parse_emails/tests/test_data/Fwd_test-inner_attachment_eml.eml
parse_emails/tests/test_data/ParseEmailFiles-test-emls.eml
parse_emails/tests/test_data/Phishing_TEST.msg
parse_emails/tests/test_data/email_with_signed_attachment.eml
parse_emails/tests/test_data/email_with_special_char_bytes.eml
parse_emails/tests/test_data/eml_contains_base64_eml.eml
parse_emails/tests/test_data/eml_contains_base64_eml2.eml
parse_emails/tests/test_data/eml_contains_emptytxt_htm_file.eml
parse_emails/tests/test_data/eml_contains_htm_attachment.eml
parse_emails/tests/test_data/file_with_a_long_subject_and_special_characters.eml
parse_emails/tests/test_data/html_attachment.msg
parse_emails/tests/test_data/invalid_message_id.eml
parse_emails/tests/test_data/msg_with_rtf_compressed.msg
parse_emails/tests/test_data/multipart_alternative_format.p7m
parse_emails/tests/test_data/multipart_mixed_format.p7m
parse_emails/tests/test_data/multipart_related_format.p7m
parse_emails/tests/test_data/multipart_related_format_old.p7m
parse_emails/tests/test_data/multiple_to_cc.eml
parse_emails/tests/test_data/multiple_to_cc_from_Cyrillic_characters.eml
parse_emails/tests/test_data/new-line-in-parts.eml
parse_emails/tests/test_data/no_content.eml
parse_emails/tests/test_data/no_content_type.eml
parse_emails/tests/test_data/smime-p7s.msg
parse_emails/tests/test_data/smime.p7m
parse_emails/tests/test_data/smime2.p7m
parse_emails/tests/test_data/smtp_email_type.eml
parse_emails/tests/test_data/utf_8_email.eml
parse_emails/tests/test_data/utf_8_with_bom.eml
parse_emails/tests/test_data/utf_subject.msg