# File lib/mail/utilities.rb, line 13
    def quote_atom( str )
      atom_safe?( str ) ? str : dquote(str)
    end