调试
This commit is contained in:
@@ -39,7 +39,6 @@ class MailStore:
|
|||||||
os.makedirs(self.storage_path)
|
os.makedirs(self.storage_path)
|
||||||
|
|
||||||
async def save_email(self, message, sender, recipients, raw_data=None):
|
async def save_email(self, message, sender, recipients, raw_data=None):
|
||||||
"""保存邮件到数据库和文件系统"""
|
|
||||||
logging.info(f"开始保存邮件: 发件人={sender}, 收件人={recipients}")
|
logging.info(f"开始保存邮件: 发件人={sender}, 收件人={recipients}")
|
||||||
logging.debug(f"原始邮件数据: {raw_data}")
|
logging.debug(f"原始邮件数据: {raw_data}")
|
||||||
if recipients is None:
|
if recipients is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user