mail icon indicating copy to clipboard operation
mail copied to clipboard

Any methods convert the email to .MSG file for outlook

Open honeypc opened this issue 4 years ago • 1 comments

This is an awesome gem. I would like to know we have any method to convert the mail to .MSG

Thanks,

honeypc avatar Mar 07 '22 04:03 honeypc

MSG is a proprietary format, it would require some reverse engineering in order to do that and I'm not aware of any such tool for Ruby.

but if you want just read msg emails and use them by this gem, try https://github.com/aquasync/ruby-msg

ahorek avatar Mar 07 '22 14:03 ahorek