class Mail::Encodings::QuotedPrintable

def self.compatible_input?(str)

QP inserts newlines automatically and cannot violate the SMTP spec.
def self.compatible_input?(str)
  true
end