wip refactoring

This commit is contained in:
Tim Bendt
2025-05-12 17:19:34 -06:00
parent d75f16c25d
commit 7123ff1f43
13 changed files with 1258 additions and 421 deletions

8
test_refactored.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Test script for the refactored code
echo "Testing the refactored code with a dry run (no attachment download)..."
python fetch_outlook.py --dry-run
echo -e "\nTesting with attachment downloading enabled..."
python fetch_outlook.py --dry-run --download-attachments