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