How to read multiple emails in one file

后端 未结 0 475
灰色年华
灰色年华 2020-12-29 10:48

Am scanning emails for addresses. Here is the code so far:

fields = [\'From\',\'To\',\'Reply-To\',\'Cc\',\'Bcc\']

def check(file):
  with open(file,\'r\') as         


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