mostly working after the refactor

This commit is contained in:
Tim Bendt
2025-07-02 10:18:10 -04:00
parent 5232bf3b09
commit 0bbb9e6cd4
9 changed files with 27 additions and 28 deletions

View File

@@ -2,7 +2,7 @@
# Test script for the refactored code
echo "Testing the refactored code with a dry run (no attachment download)..."
python fetch_outlook.py --dry-run
python3 main.py sync --dry-run
echo -e "\nTesting with attachment downloading enabled..."
python fetch_outlook.py --dry-run --download-attachments
python3 main.py sync --dry-run --download-attachments