# File lib/action_mailer/vendor/tmail-1.2.3/tmail/quoting.rb, line 91
      def unquote_base64_and_convert_to(text, to, from)
        convert_to(Base64.decode(text), to, from)
      end