I'm currently using the module textract (making use of msg-extractor) to get all text content from msg files. But I get some encoding errors for some files which seem to be related to the open issues for textract (based on the link)
Are there other modules I can use to extract text from msg files? I'm using Python 3.6 for my development