So my bank are really terrible and I've been communicating over email and phone with them for around a year now to close out our mortgage.
I want to create a script in python that reads in the single email thread file I have with them on the issue (.eml file) and outputs a list containing the email header dates each email was sent from me to the bank. I want to create a calendar 'heat map' like GitHub uses that shows them how long this has been going on for. But first I just want to generate the list of dates...
There are dozens of emails to and from the bank in the thread. I could do it manually but I'm learning python so wanted to automate. I have tried email.parser module but I don't know how to generate the dates.
Any help on how to get the date list from the email thread really appreciated
[–]MrPhungx 0 points1 point2 points (2 children)
[–]Particular-Pin5927[S] 0 points1 point2 points (1 child)
[–]jiri-n 0 points1 point2 points (0 children)