# File lib/action_mailer/vendor/tmail-1.1.0/tmail/encode.rb, line 277 def phrase( str ) str = normalize_encoding(str) if CONTROL_CHAR === str scanadd str else add_text quote_phrase(str) end end