# File lib/mail/utilities.rb, line 34
    def token_safe?( str )
      not TOKEN_UNSAFE === str
    end