Open
Description
When parsing an HTML .msg email file, olefile is not able to enumerate/identify the stream in which the HTML Body content resides. It is missing the standard Body stream (i.e. __substg1.0_1000001E
and/or __substg1.0_1000001F
) and enumerating the entire list of streams via ole.listdir(streams=True,storages=True)
yields no stream(text) containing the HTML body content. Yet, viewing the .msg email in a .msg viewer shows the HTML Body content as expected.
Any idea how to identify/extract the HTML body content from a .msg file?