This commit is contained in:
huangzhenpc
2025-02-26 16:10:34 +08:00
parent 35937ce9ea
commit 52dfff6125

View File

@@ -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: