The RMail::Utils module is a collection of random utility methods that are useful for dealing with email.
Decode the given string as if it were a chunk of base64 data
# File lib/rmail/utils.rb, line 47 def base64_decode(str) str.unpack("m*").first end
Generated with the Darkfish Rdoc Generator 2.