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