eml reading using python An HTML viewer is required to see this message

前端 未结 0 1591
后悔当初
后悔当初 2021-02-04 05:18

i\'m using this code for read an .eml

with open("data/" + lst_file[0], \'rb\') as fp: 
    msg = BytesParser(policy=policy.default).parse(fp)
text = msg         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题