Class
Mail::Encodings::Base64
In:
lib/mail/encodings/base64.rb
Parent:
Object
Methods
decode
encode
Public Class methods
decode
(str)
Decode the string from
Base64
encode
(str)
Encode the string to
Base64
[Validate]