Re: nntp-extensions Re: ietf-nntp NNTP SEARCH extension internet-draft available
Chris Newman <chris@innosoft.com> Thu, 31 October 1996 23:52 UTC
Received: from cnri by ietf.org id aa03527; 31 Oct 96 18:52 EST
Received: from PHEASANT.ACADEM.COM by CNRI.Reston.VA.US id aa24944;
31 Oct 96 18:52 EST
Received: (from majordom@localhost) by pheasant.ACADEM.COM (8.7.5/8.7.3) id
RAA13305 for ietf-nntp-outgoing; Thu, 31 Oct 1996 17:47:22 -0600
X-Authentication-Warning: pheasant.ACADEM.COM: majordom set sender to
owner-ietf-nntp using -f
Received: from academ.com (root@ACADEM.COM [198.137.249.2]) by
pheasant.ACADEM.COM (8.7.5/8.7.3) with ESMTP id RAA13298 for
<ietf-nntp@PHEASANT.ACADEM.COM>; Thu, 31 Oct 1996 17:47:19 -0600
Received: from sigurd.innosoft.com (SIGURD.INNOSOFT.COM [192.160.253.70]) by
academ.com (8.7.6/8.7.1) with ESMTP id RAA14041;
Thu, 31 Oct 1996 17:47:16 -0600 (CST)
Received: from eleanor.innosoft.com ("port 34329"@[192.160.253.79])
by sigurd.innosoft.com (PMDF V5.1-4 #8790)
with SMTP id <01IBAQSS6UYE9QWZI4@sigurd.innosoft.com>; Thu,
31 Oct 1996 15:47:12 PST
Date: Thu, 31 Oct 1996 15:47:39 -0800 (PST)
From: Chris Newman <chris@innosoft.com>
Subject: Re: nntp-extensions Re: ietf-nntp NNTP SEARCH extension internet-draft
available
In-reply-to: <32790D3E.3C18@netscape.com>
To: Brian Hernacki <bhern@netscape.com>
Cc: ietf-nntp@academ.com, nntp-extensions@academ.com,
IMAP Discusson List <imap@cac.washington.edu>
Message-id: <Pine.SOL.3.95.961031145129.380H-100000@eleanor.innosoft.com>
MIME-version: 1.0
Content-type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-ietf-nntp@academ.com
Precedence: bulk
On Thu, 31 Oct 1996, Brian Hernacki wrote: > I agree that when replicating functionality into NNTP that exists in > IMAP we should attempt to keep as similar as practical. I think we did > this reasonably well with the proposed search extension. Here's my input on your search extension: 1) Don't muck with the way IMAP did the charsets for searching. Choosing iso-8859-1 as the default is completely wrong for the russian newsgroups where koi8-r is the default. Why not just keep the [CHARSET charset_name] grammar from IMAP with the default CHARSET of us-ascii? It won't kill the Europeans to make the "CHARSET iso-8859-1" explicit, and it will make the Russians and others much happier. Using MIME-2 strings just makes things unnecessarily complex -- who would want to search with multiple character sets at the same time? That's rare enough that the extra code (and associated speed loss) necessary to make it work is a lose. It took us months to settle on the CHARSET mechanism in IMAP's search command -- please don't make us go through the debate again. It's implementable and meets international demand. 2) Why not include the SMALLER and LARGER search terms? Quite useful for detecting MIME-grams and things not to download over a slow link. 3) Why not keep "UID", so you can search over a range of articles within a single newsgroup? It'd be somewhat silly for a search across multiple newsgroups, but that's not a big deal. 4) Why not enclose the <group_pat> in parentheses rather that double quotes? It's a set of things -- not a single thing. 5) You're missing the "BODY" search term in the grammar. 6) Why put the string "HEADER" at the beginning? It confuses the syntax with the "HEADER" search token, and is technically wrong since a BODY or TEXT search can follow. 7) It wouldn't hurt to copy the language from the IMAP spec which allows SEARCH to ignore non-text body parts. 8) it wouldn't hurt to try to make your ABNF more precise. > However, what about other mechanisms which do not exist in IMAP but > exist or are need in NNTP? NEWGROUPS and (the proposed) LIST > SUBSCRIPTIONS, and LIST MOTD for example? Those need to be added, but not necessarily to the IMAP protocol. The ACAP protocol is much better suited to managing large lists of stuff, and would allow transparent distribution of newsgroups and mailboxes across multiple IMAP servers. A single ACAP mailbox list dataset could trivially include the functionality of NEWGROUPS and most of the NNTP LIST commands with a much more powerful access paradigm.
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Rich Salz
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Nat Ballou
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Keith Moore
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Stan Barber
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Keith Moore
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Terry Gray
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Brian Kantor
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Jeff Coffler
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Keith Moore
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Brian Hernacki
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Jeff Coffler
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Keith Moore
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Mike Macgirvin
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Mark Crispin
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Chris Newman
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Anthony Talltree
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Jack De Winter
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Brian Hernacki
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Brian Hernacki
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Nat Ballou
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Brian Hernacki
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Brian Kantor
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Nat Ballou
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Chris Newman
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Mark Crispin
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Jack De Winter
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Jack De Winter
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Jack De Winter
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Rich Salz
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Rich Salz
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Don Lewis
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Stan Barber
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… Chris Newman
- Re: nntp-extensions Re: ietf-nntp NNTP SEARCH ext… hostmaster