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