CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
tox.ini
docs/api.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/tutorial.rst
src/eletter/__init__.py
src/eletter/classes.py
src/eletter/core.py
src/eletter/decompose.py
src/eletter/errors.py
src/eletter/py.typed
src/eletter/util.py
src/eletter.egg-info/PKG-INFO
src/eletter.egg-info/SOURCES.txt
src/eletter.egg-info/dependency_links.txt
src/eletter.egg-info/requires.txt
src/eletter.egg-info/top_level.txt
test/test_attachments.py
test/test_classes.py
test/test_decompose.py
test/test_smooth.py
test/test_util.py
test/data/attachments/asparagus.png
test/data/attachments/cat.png
test/data/attachments/dog.png
test/data/attachments/fibonacci.py
test/data/attachments/sample.eml
test/data/attachments/ternary.png
test/data/emails/addresses.eml
test/data/emails/all-bytes.eml
test/data/emails/alt-mixed.eml
test/data/emails/alt.eml
test/data/emails/asparagus.eml
test/data/emails/attachments.eml
test/data/emails/groups.eml
test/data/emails/has_rfc822.eml
test/data/emails/headers.eml
test/data/emails/html-plus-alt.eml
test/data/emails/html.eml
test/data/emails/mdalt.eml
test/data/emails/mixed-alt-text.eml
test/data/emails/mixed-alt.eml
test/data/emails/mixed-attach.eml
test/data/emails/mixed-html.eml
test/data/emails/mixed-mdalt.eml
test/data/emails/mixed-related.eml
test/data/emails/mixed.eml
test/data/emails/multi-html-alt.eml
test/data/emails/multi-text-alt.eml
test/data/emails/name-in-type.eml
test/data/emails/no-newline-html.eml
test/data/emails/no-newline-text.eml
test/data/emails/null-filename.eml
test/data/emails/one-related.eml
test/data/emails/related-in-mixed.eml
test/data/emails/related-start.eml
test/data/emails/related.eml
test/data/emails/reverse-alt.eml
test/data/emails/signed.eml
test/data/emails/text-plus-alt.eml
test/data/emails/text-plus-html.eml
test/data/emails/text.eml
test/data/emails/twine_release.eml
test/data/emails/twisted.eml
test/data/emails/unattached-vcard.eml
test/test_compose/test_attach.py
test/test_compose/test_basic.py