# File lib/mail/utilities.rb, line 20
      def quote_atom( str )
        (ATOM_UNSAFE === str) ? dquote(str) : str
      end