.checkignore
.editorconfig
.gitignore
.jenkinsfile
.pylintrc
.readthedocs.yaml
AUTHORS.rst
CHANGELOG.md
LICENSE
OUT_FORMAT
README.md
mkdocs.yml
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
.github/workflows/pypi_publish.yml
.github/workflows/pytest.yml
docs/api.md
docs/index.md
eml_parser/__init__.py
eml_parser/decode.py
eml_parser/eml_parser.py
eml_parser/py.typed
eml_parser/regexes.py
eml_parser/routing.py
eml_parser.egg-info/PKG-INFO
eml_parser.egg-info/SOURCES.txt
eml_parser.egg-info/dependency_links.txt
eml_parser.egg-info/not-zip-safe
eml_parser.egg-info/requires.txt
eml_parser.egg-info/top_level.txt
examples/recursively_extract_attachments.py
examples/simple_test.py
samples/github_issue_48.eml
samples/regexes_url_matches.txt
samples/regexes_url_samples.txt
samples/sample.eml
samples/sample_attachments.eml
samples/sample_body_data.eml
samples/sample_body_noscheme_url.eml
samples/sample_bug27257.eml
samples/sample_date_parsing.eml
samples/sample_email_in_from.eml
samples/sample_fail_github_issue_38.eml
samples/sample_gh_issue_76.eml
samples/sample_gh_issue_79_1.eml
samples/sample_gh_issue_79_2.eml
samples/sample_gh_issue_79_3.eml
samples/sample_invalid_date1.eml
samples/sample_large.eml
samples/sample_mime.eml
samples/sample_mime2.eml
samples/sample_mime_attachment_html.eml
samples/sample_mime_inline_binary.eml
samples/sample_mime_inline_html.eml
tests/__init__.py
tests/test_decode.py
tests/test_emlparser.py
tests/test_regexes.py
tests/test_routing.py