# File lib/action_mailer/vendor/tmail-1.1.0/tmail/utils.rb, line 70
    def atom_safe?( str )
      # Returns true if the string supplied is free from characters not allowed as an ATOM
      not ATOM_UNSAFE === str
    end