Mail::Encodings::QuotedPrintable
Inherits Mail::Encodings::SevenBit < Mail::Encodings::EightBit < Mail::Encodings::Binary < Mail::Encodings::Identity < Mail::Encodings::TransferEncoding < Reference < Object
Constants
NAME = "quoted-printable"
PRIORITY = 2
Class methods
can_encode?(enc)
Sourcedecode(str)
Decode the string from Quoted-Printable. Cope with hard line breaks that were incorrectly encoded as hex instead of literal CRLF.
encode(str)
Source