mostly working after the refactor
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user