class Mail::Encodings::QuotedPrintable

def self.encode(str)

def self.encode(str)
  ::Mail::Utilities.to_crlf [::Mail::Utilities.to_lf(str)].pack("M")
end