# File lib/rmail/utils.rb, line 25
def
base64_decode(str) str.unpack(
"m*"
).first
end