LICENSE
README.md
pyproject.toml
setup.py
email_processor/__init__.py
email_processor/__main__.py
email_processor/__version__.py
email_processor/exit_codes.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/cli/__init__.py
email_processor/cli/args.py
email_processor/cli/ui.py
email_processor/cli/commands/__init__.py
email_processor/cli/commands/config.py
email_processor/cli/commands/imap.py
email_processor/cli/commands/passwords.py
email_processor/cli/commands/smtp.py
email_processor/cli/commands/status.py
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/attachments.py
email_processor/imap/auth.py
email_processor/imap/client.py
email_processor/imap/fetcher.py
email_processor/imap/filters.py
email_processor/imap/mock_client.py
email_processor/logging/__init__.py
email_processor/logging/formatters.py
email_processor/logging/setup.py
email_processor/security/__init__.py
email_processor/security/encryption.py
email_processor/security/fingerprint.py
email_processor/security/key_generator.py
email_processor/smtp/__init__.py
email_processor/smtp/client.py
email_processor/smtp/config.py
email_processor/smtp/sender.py
email_processor/storage/__init__.py
email_processor/storage/file_manager.py
email_processor/storage/sent_files_storage.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
email_processor/utils/redact.py
tests/__init__.py
tests/conftest.py
tests/run_all_tests.py
tests/test_cli_integration.py
tests/test_full_cycle_integration.py
tests/test_integration.py
tests/test_security_integration.py
tests/test_smtp_integration.py
tests/benchmark/__init__.py
tests/benchmark/test_performance.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_main.py
tests/unit/cli/__init__.py
tests/unit/cli/test_args.py
tests/unit/cli/test_ui.py
tests/unit/cli/test_ui_cliui.py
tests/unit/cli/commands/__init__.py
tests/unit/cli/commands/test_config.py
tests/unit/cli/commands/test_imap.py
tests/unit/cli/commands/test_passwords.py
tests/unit/cli/commands/test_smtp.py
tests/unit/cli/commands/test_status.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_attachments.py
tests/unit/imap/test_auth.py
tests/unit/imap/test_client.py
tests/unit/imap/test_fetcher.py
tests/unit/imap/test_fetcher_archive.py
tests/unit/imap/test_fetcher_attachment.py
tests/unit/imap/test_fetcher_base.py
tests/unit/imap/test_fetcher_errors.py
tests/unit/imap/test_fetcher_file_ops.py
tests/unit/imap/test_fetcher_header.py
tests/unit/imap/test_fetcher_message.py
tests/unit/imap/test_fetcher_storage.py
tests/unit/imap/test_fetcher_uid.py
tests/unit/imap/test_filters.py
tests/unit/logging/__init__.py
tests/unit/logging/test_formatters.py
tests/unit/logging/test_setup.py
tests/unit/security/__init__.py
tests/unit/security/test_encryption.py
tests/unit/security/test_fingerprint.py
tests/unit/security/test_key_generator.py
tests/unit/smtp/__init__.py
tests/unit/smtp/test_client.py
tests/unit/smtp/test_sender.py
tests/unit/smtp/test_sent_files_storage.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_context.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
tests/unit/utils/test_redact.py