# File lib/action_mailer/vendor/tmail-1.1.0/tmail/encode.rb, line 302
    def encode_value( str )
      str.gsub(TOKEN_UNSAFE) {|s| '%%%02x' % s[0] }
    end