ruby-msg icon indicating copy to clipboard operation
ruby-msg copied to clipboard

problem converting in some email

Open bodinmon opened this issue 6 years ago • 1 comments

I'm using win32 standalone version of msgtool. I can convert most email except some email that got the error message below.

["05000180060000000000000000000000"] (eval):1: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [i386-mingw32]

I also attached the sample of email that cause the problem. Could you please check and let me know if there's any solution? ( I got around 1000 file with this problem )

problememail.zip

bodinmon avatar Apr 21 '18 08:04 bodinmon

Hmm, I need to do something about that old windows version - it is based on a really old ruby code base (1.8.6) and embedding technology (exerb) which I believe is defunct. FWIW I could get your email to convert on my machine with ruby 2, though I had to add some encoding comments to the files (as mentioned in #9).

aquasync avatar Jun 04 '18 10:06 aquasync