Re: RFC 1524

Chris Newman <Chris.Newman@innosoft.com> Mon, 23 September 1996 19:48 UTC

Received: from cnri by ietf.org id aa07152; 23 Sep 96 15:48 EDT
Received: from list.cren.net by CNRI.Reston.VA.US id aa27370; 23 Sep 96 15:48 EDT
Received: from localhost (localhost.0.0.127.in-addr.arpa [127.0.0.1]) by list.cren.net (8.7.6/8.6.12) with SMTP id PAA18278; Mon, 23 Sep 1996 15:38:57 -0400 (EDT)
Received: from THOR.INNOSOFT.COM (THOR.INNOSOFT.COM [192.160.253.66]) by list.cren.net (8.7.6/8.6.12) with ESMTP id PAA18252 for <ietf-822@list.cren.net>; Mon, 23 Sep 1996 15:38:12 -0400 (EDT)
Received: from elbonia.innosoft.com ("port 39071"@ELBONIA.INNOSOFT.COM) by INNOSOFT.COM (PMDF V5.0-7 #8694) id <01I9TH3GC4G88Y5K8Y@INNOSOFT.COM>; Mon, 23 Sep 1996 12:37:28 -0700 (PDT)
Message-Id: <Pine.SOL.3.95.960923122854.24077G-100000@elbonia.innosoft.com>
Date: Mon, 23 Sep 1996 12:37:49 -0700 (PDT)
Sender: owner-ietf-822@list.cren.net
Precedence: bulk
From: Chris Newman <Chris.Newman@innosoft.com>
To: Daniel Glazman <Daniel.Glazman@der.edfgdf.fr>
Cc: ietf-822@list.cren.net
Subject: Re: RFC 1524
In-Reply-To: <9609230854.AA23735@cli51ak.der.edf.fr>
MIME-version: 1.0
Content-type: TEXT/PLAIN; charset=US-ASCII
Content-transfer-encoding: 7BIT
X-Listprocessor-Version: 8.1 -- ListProcessor(tm) by CREN

On Mon, 23 Sep 1996, Daniel Glazman wrote:
> 	* make everything reasonnable in order to promote mailcap on other
> 	  systems than Unix

If you can work out a system so it fits in an ACAP dataset (Application
Configuration Access Protocol, currently a work in progress), that would
provide a way to access the same mailcap information as you move from host
to host.

An ACAP dataset is a list of entries, with each entry being made up of a
set of <attribute, value> pairs.  So you could get entries like this:

name="Graphic Interchange Format" media-type=image/gif extension=gif
mac-type=GIFf mac-creator=JVWR unix-helper=xv magic=gif8
Windows-Helper=whatever ...

		- Chris