Class
Mail::Encodings::QuotedPrintable
In:
lib/mail/encodings/quoted_printable.rb
Parent:
SevenBit
Methods
can_encode?
cost
decode
encode
Constants
NAME
=
'quoted-printable'
PRIORITY
=
2
Public Class methods
can_encode?
(str)
cost
(str)
decode
(str)
Decode the string from Quoted-Printable
encode
(str)
[Validate]