# File lib/mail/encodings/quoted_printable.rb, line 21
      def self.encode(str)
        [str.to_lf].pack("M").to_crlf
      end