Skip to content

Instantly share code, notes, and snippets.

@inakiabt
Created July 16, 2014 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inakiabt/8f6f142e398c8f769b86 to your computer and use it in GitHub Desktop.
Save inakiabt/8f6f142e398c8f769b86 to your computer and use it in GitHub Desktop.
Decode raw text/plain email
# gem install mail
require 'rubygems'
require 'mail'
mail = Mail.new(open("body.txt").read)
print mail.text_part.decode_body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment