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