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