Skip to content

Instantly share code, notes, and snippets.

Created October 2, 2013 19:06
Show Gist options
  • Save anonymous/6798911 to your computer and use it in GitHub Desktop.
Save anonymous/6798911 to your computer and use it in GitHub Desktop.
Mapi/Pst
irb(main):015:0> x=Mapi::Pst.new open("susan.pst")
ArgumentError: invalid value for Integer(): "\x17"
from /usr/local/lib/ruby/gems/2.0.0/gems/ruby-msg-1.5.1/lib/mapi/pst.rb:167:in `%'
from /usr/local/lib/ruby/gems/2.0.0/gems/ruby-msg-1.5.1/lib/mapi/pst.rb:167:in `validate!'
from /usr/local/lib/ruby/gems/2.0.0/gems/ruby-msg-1.5.1/lib/mapi/pst.rb:154:in `initialize'
from /usr/local/lib/ruby/gems/2.0.0/gems/ruby-msg-1.5.1/lib/mapi/pst.rb:268:in `new'
from /usr/local/lib/ruby/gems/2.0.0/gems/ruby-msg-1.5.1/lib/mapi/pst.rb:268:in `initialize'
from (irb):15:in `new'
from (irb):15
from /usr/local/bin/irb:12:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment