# File lib/mail/version_specific/ruby_1_8.rb, line 88
    def Ruby18.param_decode(str, encoding)
      URI.unescape(str)
    end