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