LICENSE
README.md
pyproject.toml
src/pyOutlook/__init__.py
src/pyOutlook.egg-info/PKG-INFO
src/pyOutlook.egg-info/SOURCES.txt
src/pyOutlook.egg-info/dependency_links.txt
src/pyOutlook.egg-info/requires.txt
src/pyOutlook.egg-info/top_level.txt
src/pyOutlook/core/__init__.py
src/pyOutlook/core/attachment.py
src/pyOutlook/core/contact.py
src/pyOutlook/core/folder.py
src/pyOutlook/core/main.py
src/pyOutlook/core/message.py
src/pyOutlook/internal/__init__.py
src/pyOutlook/internal/errors.py
src/pyOutlook/internal/utils.py
tests/test_account.py
tests/test_folder.py
tests/test_message.py
tests/test_utils.py