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

@@ -13,7 +13,7 @@ import aiohttp
import re
from src.utils.calendar_utils import truncate_id
from utils.mail_utils.helpers import safe_filename, ensure_directory_exists, format_datetime, format_mime_date
from src.utils.mail_utils.helpers import safe_filename, ensure_directory_exists, format_datetime, format_mime_date
async def save_mime_to_maildir_async(maildir_path, message, attachments_dir, headers, progress, dry_run=False, download_attachments=False):
"""