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