home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / mail / mime / 118 < prev    next >
Encoding:
Text File  |  1993-01-12  |  2.4 KB  |  45 lines

  1. Newsgroups: comp.mail.mime
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!spool.mu.edu!sol.ctr.columbia.edu!eff!news.oc.com!convex!connolly
  3. From: connolly@convex.com (Dan Connolly)
  4. Subject: Re: Using MIME without extra mail headers
  5. Sender: usenet@news.eng.convex.com (news access account)
  6. Message-ID: <1993Jan13.001809.5958@news.eng.convex.com>
  7. Date: Wed, 13 Jan 1993 00:18:09 GMT
  8. References: <C0MoKr.5wn@poel.juice.or.jp> <1993Jan10.150252.11230@infodev.cam.ac.uk> <1iqov1INNivb@usenet.INS.CWRU.Edu>
  9. Nntp-Posting-Host: pixel.convex.com
  10. Organization: Engineering, CONVEX Computer Corp., Richardson, Tx., USA
  11. X-Disclaimer: This message was written by a user at CONVEX Computer
  12.               Corp. The opinions expressed are those of the user and
  13.               not necessarily those of CONVEX.
  14. Lines: 29
  15.  
  16. In article <1iqov1INNivb@usenet.INS.CWRU.Edu> trier@odin.ins.cwru.edu (Stephen C. Trier) writes:
  17. >Well, as has been said, MIME is in use in the Gopher community, where it
  18. >is defined as "a file starting with MIME headers".  I have heard suggestions
  19. >for its use with WAIS, though I think that idea fizzled.  It works with
  20. >Gopher because Gopher already presumes that all text transactions are done
  21. >in US-ASCII or a superset like ISO-8859-1.  Gopher also provides for 8-bit
  22. >binary data.  I don't know which of the two is used by MIME.
  23.  
  24. "Well, there you go again..."
  25.  
  26. I suppose I'm beating a dead horse, but ...
  27.  
  28. The Gopher project equates the gopher type M with the MIME message/rfc822 content-type.
  29. While the message/rfc822 content type can contain a body of any type, I'd like
  30. to see the gopher project go a little farther: dispense with the single character
  31. data type namespace alltogether in favor of the MIME namespace. (i.e. no more I
  32. for images: put "image/gif" in the gopher listing in stead. But the data stays
  33. the same: you don't add headers or base64 encode it.) At least formally equate
  34. the rest of the single-character types with MIME types (excepting the single-character
  35. types that refer to protocols, like telnet and CSO).
  36.  
  37. The WAIS project leaders have said they are going to do "the right thing." i.e.
  38. not just include the message/rfc822 content-type in their type namespace (as "MIME")
  39. but replace their namespace with the MIME namespace. So no more WAIS "TEXT" type:
  40. it's "TEXT/PLAIN", and no more "GIF", but rather "IMAGE/GIF" and no more "PS" but
  41. in stead "application/postscript".
  42.  
  43. Dan
  44.  
  45.