first commit
This commit is contained in:
9
old/app/utils/__init__.py
Normal file
9
old/app/utils/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
工具类和辅助函数
|
||||
"""
|
||||
import email.parser as email_parser
|
||||
import email.policy
|
||||
|
||||
# 创建邮件解析器实例,用于解析邮件
|
||||
parser = email_parser.Parser()
|
||||
parsestr = parser.parsestr
|
||||
Reference in New Issue
Block a user