class Mail::Encodings::QuotedPrintable

def self.encode(str)

def self.encode(str)
  str.gsub( /[^a-z ]/i ) { quoted_printable_encode($&) }
end