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