# File lib/tmail/utils.rb, line 129 def quote_atom( str ) (ATOM_UNSAFE === str) ? dquote(str) : str end