README.md
pyproject.toml
setup.py
email_processor/__init__.py
email_processor/__main__.py
email_processor/__version__.py
email_processor.egg-info/PKG-INFO
email_processor.egg-info/SOURCES.txt
email_processor.egg-info/dependency_links.txt
email_processor.egg-info/entry_points.txt
email_processor.egg-info/requires.txt
email_processor.egg-info/top_level.txt
email_processor/config/__init__.py
email_processor/config/constants.py
email_processor/config/loader.py
email_processor/imap/__init__.py
email_processor/imap/archive.py
email_processor/imap/auth.py
email_processor/imap/client.py
email_processor/imap/mock_client.py
email_processor/logging/__init__.py
email_processor/logging/formatters.py
email_processor/logging/setup.py
email_processor/processor/__init__.py
email_processor/processor/attachments.py
email_processor/processor/email_processor.py
email_processor/processor/filters.py
email_processor/storage/__init__.py
email_processor/storage/file_manager.py
email_processor/storage/uid_storage.py
email_processor/utils/__init__.py
email_processor/utils/context.py
email_processor/utils/disk_utils.py
email_processor/utils/email_utils.py
email_processor/utils/folder_resolver.py
email_processor/utils/path_utils.py
tests/__init__.py
tests/conftest.py
tests/run_all_tests.py
tests/test_integration.py
tests/benchmark/__init__.py
tests/benchmark/test_performance.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/config/__init__.py
tests/unit/config/test_loader.py
tests/unit/imap/__init__.py
tests/unit/imap/test_archive.py
tests/unit/imap/test_auth.py
tests/unit/imap/test_client.py
tests/unit/logging/__init__.py
tests/unit/logging/test_setup.py
tests/unit/processor/__init__.py
tests/unit/processor/test_attachments.py
tests/unit/processor/test_email_processor.py
tests/unit/processor/test_email_processor_additional.py
tests/unit/processor/test_filters.py
tests/unit/processor/test_main.py
tests/unit/storage/__init__.py
tests/unit/storage/test_file_manager.py
tests/unit/storage/test_uid_storage.py
tests/unit/utils/__init__.py
tests/unit/utils/test_disk_utils.py
tests/unit/utils/test_email_utils.py
tests/unit/utils/test_folder_resolver.py
tests/unit/utils/test_path_utils.py