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

A library for reading and converting Outlook msg and pst files (mapi message stores)

Results 7 ruby-msg issues
Sort by recently updated
recently updated
newest added

Getting an `unknown encoding 72` warning when trying to parse any .msg file saved to my computer from Outlook. ## Steps to reproduce 1. Drag any email from your inbox...

Here's my take on the UTF-8 fix.

Original error message: ``` /Library/Ruby/Gems/2.0.0/gems/ruby-msg-1.5.1/lib/mime.rb:109:in `join': incompatible character encodings: UTF-8 and ASCII-8BIT (Encoding::CompatibilityError) from /Library/Ruby/Gems/2.0.0/gems/ruby-msg-1.5.1/lib/mime.rb:109:in `to_s' from /Library/Ruby/Gems/2.0.0/gems/ruby-msg-1.5.1/bin/mapitool:104:in `block in process_message' from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/open-uri.rb:36:in `open' from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/open-uri.rb:36:in `open' from /Library/Ruby/Gems/2.0.0/gems/ruby-msg-1.5.1/bin/mapitool:125:in `process_message'...

I'm writing a feature that uses your gem and I'm so close to finishing, but when the client sent over a bach of emails to display, I can't convert a...

Sorry to bother again but after some testing I noticed another issue. I have my email file in variable 'msg'. Performing the following command shows the expected output (same as...

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]...