Convert email.message.Message to email.message.EmailMessage
Closed this issue · 0 comments
firecat53 commented
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.