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