# File lib/action_mailer/vendor/tmail-1.2.7/tmail/utils.rb, line 136
    def quote_phrase( str )
      (PHRASE_UNSAFE === str) ? dquote(str) : str
    end