mooijtech / go-pst

Personal Storage Table implementation in Go/Golang
https://mooijtech.github.io/go-pst/
Apache License 2.0
25 stars 8 forks source link

Issue in getting HTML body of pst file #46

Closed MaheshE99ME25 closed 5 months ago

MaheshE99ME25 commented 6 months ago

Hi there Made a small program to transfer my pst to IMAP library based on your Library go-pst. It works great. There is just one issue, i have tried with multiple psts but none returns the HTML body, can only get plain text with getbody.

https://gist.github.com/MaheshE99ME25/d55ba85de59ae632847b050d17ece2c1

since the PST files are already parsed, there should be some way to get the HTML. Could you please guide on this aspect.

Thanks.