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

Decode the string from Quoted-Printable. Cope with hard line breaks that were incorrectly encoded as hex instead of literal CRLF.

[Validate]