firecat53 / urlscan

Mutt and terminal url selector (similar to urlview)
GNU General Public License v2.0
213 stars 37 forks source link

Convert email.message.Message to email.message.EmailMessage #98

Closed firecat53 closed 3 years ago

firecat53 commented 4 years ago

The get_payload method which is used in urlscan is legacy. Need to update to use the EmailMessage class methods which will increase the minimum Python version to 3.6 if I'm reading it correctly.