# File lib/mail/utilities.rb, line 47
      def quote_token( str )
        (TOKEN_UNSAFE === str) ? dquote(str) : str
      end