什麼是使用Python解析郵件頭並在「return-path」字段中獲取電子郵件地址的最佳方式? Return-Path: <[email protected]>
Date: Sat, 16 Feb 2013 14:14:32 -0500
Subject: Hello World!
From: Robert Jones <[email protected]>
To: Steve <[ema
我是一個試圖從電子郵件標題中提取數據的python初學者。我在單個文本文件中有數千封電子郵件,並且我想從每封郵件中提取發件人地址,收件人地址和日期,並將其寫入單個以分號分隔的新文件中。 這是醜陋的,但它是我想出: import re
emails = open("demo_text.txt","r") #opens the file to analyze
results = open("re