# File lib/mail/encodings/quoted_printable.rb, line 17
      def self.decode(str)
        str.gsub(/(?:=0D=0A|=0D|=0A)\r\n/, "\r\n").unpack("M*").first.to_lf
      end