# File lib/action_mailer/vendor/tmail-1.1.0/tmail/utils.rb, line 87
    def token_safe?( str )
      # Returns true if the string supplied is free from characters not allowed as a TOKEN
      not TOKEN_UNSAFE === str
    end