From 52dfff61252fed53f99a88c1d402947eec4089cb Mon Sep 17 00:00:00 2001 From: huangzhenpc Date: Wed, 26 Feb 2025 16:10:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/services/mail_store.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/services/mail_store.py b/app/services/mail_store.py index dda5c5f..5eab42b 100644 --- a/app/services/mail_store.py +++ b/app/services/mail_store.py @@ -39,7 +39,6 @@ class MailStore: os.makedirs(self.storage_path) async def save_email(self, message, sender, recipients, raw_data=None): - """保存邮件到数据库和文件系统""" logging.info(f"开始保存邮件: 发件人={sender}, 收件人={recipients}") logging.debug(f"原始邮件数据: {raw_data}") if recipients is None: