extract-msg 0.55.0
python 3.14.5
Hi and thank you for your work.
In msg_classes/message_base.py line 1181 we have
htmlBody = f'<html><body>{correctedBody}</body></head>'.encode('ascii', 'xmlcharrefreplace')
i.e. opening with <html> and closing with </head>, which I believe is mistake.
Bests
extract-msg 0.55.0
python 3.14.5
Hi and thank you for your work.
In
msg_classes/message_base.pyline 1181 we havei.e. opening with
<html>and closing with</head>, which I believe is mistake.Bests