# File lib/action_mailer/vendor/tmail/utils.rb, line 84 def quote_token( str ) (TOKEN_UNSAFE === str) ? dquote(str) : str end