Decode the string from Base64
# File lib/mail/encodings/base64.rb, line 6 def self.decode(str) RubyVer.decode_base64( str ) end
Encode the string to Base64
# File lib/mail/encodings/base64.rb, line 11 def self.encode(str) RubyVer.encode_base64( str ) end
Generated with the Darkfish Rdoc Generator 2.