# File lib/rmail/utils.rb, line 31
def
quoted_printable_decode(str) str.unpack(
"M*"
).first
end