home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / mail / mime / 56 < prev    next >
Encoding:
Internet Message Format  |  1992-12-28  |  42.0 KB

  1. Path: sparky!uunet!spool.mu.edu!nigel.msen.com!emv
  2. From: emv@msen.com (Edward Vielmetti)
  3. Newsgroups: comp.mail.mime
  4. Subject: MIME Frequently Asked Questions
  5. Date: 28 Dec 1992 20:32:52 GMT
  6. Organization: Msen, Inc. -- Ann Arbor, Michigan
  7. Lines: 1156
  8. Message-ID: <1hnoa3INNfda@nigel.msen.com>
  9. NNTP-Posting-Host: garnet.msen.com
  10. X-Newsreader: TIN [version 1.1 PL8]
  11.  
  12. Archive-name: mime-faq
  13.  
  14. 0.1 Introduction
  15.  
  16. This is a skeleton of a Frequently Asked Questions document about
  17. MIME, the multipurpose and multi-media standard for Internet mail.  It
  18. is intended to elicit responses and information so that it can be
  19. filled out and turned into a "real" FAQ with frequent distribution.
  20.  
  21. 0.2 Information wanted:
  22.  
  23. Anything that's missing here please add it in!  I have more or less
  24. raided the PPP FAQ for structure, but there are some gaps as far as
  25. content goes.
  26.  
  27. 0.3 Changes from the previous version
  28.  
  29. An earlier version of this FAQ was posted in mid December, 1992; since
  30. then it has more than tripled in size.  Future versions will have
  31. changes noted in the table of contents, for now assume that all is new.
  32.  
  33. 1. INDEX TO THE FAQ:
  34.  
  35. 2. What is MIME?
  36.  
  37. 2.1 Introduction
  38. 2.2 MIME features which may or may not be present
  39. 2.3 MIME glossary
  40. 2.4 MIME-relevant RFC's
  41. 2.5 Internet Engineering Task Force (IETF) working groups
  42. 2.6 Newsgroups and mailing lists
  43.  
  44. 3.  How to:
  45. 3.1 Register a new MIME type
  46.  
  47. 4. Real MIME questions with answers
  48.  
  49. 5. Free MIME software packages.
  50. 5.1 metamail
  51. 5.2 MIXMH 0.2
  52. 5.3 MH 6.8
  53. 5.4 Pine
  54. 5.5 c-client
  55. 5.6 Andrew
  56. 5.7 elm
  57. 5.8 PP
  58. 5.9 MIME tools for NeXT
  59. 5.10 Conversions from other mail systems
  60. 5.10.1 uuencode to MIME
  61. 5.10.2 Sun OpenWindows mail to MIME
  62. 5.10.3 NeXTmail to MIME
  63. 5.11 MIME for VMS MAIL (HUyMailer)
  64.  
  65. 6. MIME information sites
  66. 6.1 Anonymous FTP
  67. 6.2 Mail based servers
  68. 6.2.1 Eitech "ServiceMail"
  69. 6.3 WAIS
  70. 6.4 Gopher
  71. 6.5 MIME CD-ROM
  72.  
  73. 7. Commercial MIME software packages, and published books
  74. 7.1 Books and articles
  75. 7.1.1 _The Internet Message: Closing the Book with Electronic Mail_
  76. 7.1.2 "Connexions", Sept. 1992
  77. 7.2 Commercial software
  78. 7.2.1 IBM software for OS/2
  79. 7.2.2 Innosoft PMDF for VMS
  80. 7.2.3 Control Data Systems Mail*Hub package for Control Data MIPS
  81. 7.2.4 CCMAIL support for MIME
  82.  
  83. 8.  MIME based mail relays for commercial mail services
  84. 8.1 Large national or international providers
  85. 8.2 Regional or local providers
  86.  
  87. !9. (incomplete) Acknowledgements
  88.  
  89.  
  90. 2.1 Introduction
  91.  
  92. 2.1 Introduction
  93.   
  94. MIME, the Multi-purpose Internet Mail Extensions, is a freely
  95. available specification that offers a way to interchange multi-media
  96. e-mail among many different computer systems that use Internet mail
  97. standards.
  98.  
  99. If you were bored with plain text e-mail messages, thanks to MIME you
  100. now can create and read e-mail messages containing these things:
  101.  
  102.         - images
  103.         - sounds
  104.         - tar files
  105.         - PostScript
  106.         - FTPable file pointers.
  107.         - other stuff
  108.  
  109. MIME supports not only several pre-defined types of non-textual
  110. message contents, such as 8-bit 8000Hz-sampled mu-LAW audio, GIF image
  111. files, and PostScript programs, but also permits you to define your
  112. own types of message parts.
  113.  
  114. The ability to create e-mail messages with audio and other non-textual
  115. contents has been around for a while, but almost always as part of a
  116. vendor-specific ``solution.''  This means that you can't create a
  117. message on a NeXT system containing PostScript information and ``Lip
  118. Service'' (NeXT's audio e-mail tool) and easily handle the same
  119. message on an HP 9000/710, a Sun SPARCstation IPC, and a Silicon
  120. Graphics Iris.  That's a problem that MIME helps to solve.
  121.  
  122. One of the best things about MIME is that it's a "four-wheel drive
  123. protocol", to borrow a description of PhoneNet from Einar Stefferud.
  124. MIME was carefully designed to survive many of the most bizarre
  125. variations of SMTP, UUCP, and Procrustean mail transport protocols,
  126. such as BITNET and MMDF, that like to slice, dice, and stretch the
  127. headers and bodies of e-mail messages.
  128.  
  129. Here's a useful thing that Dr. Marshall T. Rose does with MIME: he
  130. mails out his SNMP-related newsletter, ``The Simple Times'' as
  131. multi-media e-mail messages in several forms:
  132.  
  133.         - in a PostScript form, with beautiful typesetting and a
  134.           two-column page layout, suitable for printing on a laser
  135.           printer;
  136.  
  137.         - in a ``richtext'' form explained in item 4.3, suitable for
  138.           display on a mildly intelligent ASCII terminal; and
  139.  
  140.         - in a plain text, ordinary message form.
  141.  
  142. (SNMP is the Simple Network Management Protocol, a low-level network
  143. management facility that has naught to do with MIME per se, but it's
  144. still a Neat Thing that MIME is used in this way.)
  145.  
  146.  
  147. 2.2 MIME features that may or may not be present.
  148.  
  149. Implementations of multi-media e-mail need not support the full spec;
  150. it's possible to have a useful product that does not explore all of
  151. the nooks and crannies of the standard.  
  152.  
  153. Furthermore, MIME permits a message to contain alternative parts for
  154. consumption by sites that can't necessarily display or listen to all
  155. the good stuff.
  156.  
  157. Here is a list of features that someone with a good, functional
  158. mail user agent might include for MIME support:
  159.  
  160. - Displays GIF, JPEG, and PBM encoded images, e.g. 'xv' in X Windows,
  161.   or (name of windows program here) in Microsoft Windows.
  162.  
  163. - Displays PostScript parts (e.g. something that prints to a PostScript
  164.   printer, or that invokes GhostScript on an X Window System display,
  165.   or that uses Display PostScript.
  166.  
  167. - Obtains external body parts via Internet FTP or via mail server.
  168.   
  169. - Plays audio parts on workstations that support digital audio.
  170.  
  171. 2.3 MIME glossary
  172.  
  173. Every subculture needs its list of buzzwords, here's a start at a
  174. collection for MIME.
  175.   
  176. body            the part of a message after the header (the "meat")
  177. external part   a "pointer" to a part available via FTP or other means.
  178. GIF             graphical interchange format for images
  179. header          the To, From, Subject, etc. at the start of a message
  180. JPEG            an image compression standard for still images
  181. mail transport  the "post office", e.g. sendmail, smail, MMDF, etc.
  182. MIME            Multipurpose Internet Mail Extensions - RFC 1341
  183. MPEG        an image compression standard for moving pictures
  184. MTA        'mail transport agent'
  185. MUA        'mail user agent', see 'user agent'
  186. multi-media     nebulous marketroid term meaning audio and visual stuff
  187. part            a piece of a MIME message containing some data type
  188. PBM        an image format
  189. PEM             Privacy Enhanced Mail
  190. PostScript      a popular page description language
  191. RFC             request for comments; proposed or standard Internet protocols
  192. richtext        a simple text markup language defined in the MIME specs
  193. SMTP            Simple Mail Transport Protocol - RFC 821
  194. user agent      the end user's mail program, e.g. MH, ELM, /bin/mail, etc.
  195.  
  196. 2.4 MIME-relevant RFCs and other standards
  197.  
  198. The following RFCs are relevant to people building MIME software.  Not
  199. all of them are standards per se, but you'd be wise to at least have
  200. looked at all of them.  RFC 1341, the MIME specification, is a good
  201. one to know, as is RFC 822.  
  202.   
  203. As an end user, if your mail system is nice to you, you won't really
  204. have to know a whole lot about these things. 
  205.  
  206. Online copies of most RFCs are available via FTP from ftp.nisc.sri.com
  207. as rfc/rfc####.txt or rfc/rfc####.ps (#### is the RFC number without
  208. leading zeroes).
  209.  
  210. Current MIME stuff.
  211.  
  212. 1341  MIME (Multipurpose Internet Mail Extensions): Mechanisms for specifying 
  213.       and describing the format of Internet message bodies. Borenstein, N.; 
  214.       Freed, N.  1992 June; 69 p. (Format: TXT=211117, PS=347082 bytes)
  215. 1342  Representation of non-ASCII text in Internet message headers. Moore, K.
  216.       1992 June; 7 p. (Format: TXT=15845 bytes)
  217.  
  218. Basic E-mail stuff.
  219.  
  220. 822   Standard for the format of ARPA Internet text messages. Crocker, D.  
  221.       1982 August 13; 47 p. (Format: TXT=109200 bytes)
  222. 1036  Standard for interchange of USENET messages. Horton, M.R.; Adams, R.  
  223.       1987 December; 19 p. (Format: TXT=46891 bytes)
  224. 1123  Requirements for Internet hosts - application and support. Braden, R.T.,
  225.       ed.  1989 October; 98 p. (Format: TXT=245503 bytes)
  226. 1153  Digest message format. Wancho, F.J.  1990 April; 4 p. (Format: TXT=6632 
  227.       bytes)
  228. 1211  Problems with the maintenance of large mailing lists. Westine, A.; 
  229.       Postel, J.B.  1991 March; 54 p. (Format: TXT=96167 bytes)
  230. 1225  Post Office Protocol: Version 3. Rose, M.T.  1991 May; 16 p. (Format: 
  231.       TXT=37340 bytes)
  232. 1314  File format for the exchange of images in the Internet. Katz, A.R.; 
  233.       Cohen, D.  1992 April; 23 p. (Format: TXT=54072 bytes)
  234. 1319  MD2 Message-Digest algorithm. Kaliski, B.S.  1992 April; 17 p. (Format: 
  235.       TXT=25661 bytes)
  236. 1320  MD4 Message-Digest algorithm. Rivest, R.L.  1992 April; 20 p. (Format: 
  237.       TXT=32407 bytes)
  238. 1321  MD5 Message-Digest algorithm. Rivest, R.L.  1992 April; 21 p. (Format: 
  239.       TXT=35222 bytes)
  240. 1327  Mapping between X.400(1988)/ISO 10021 and RFC 822. Hardcastle-Kille, 
  241.       S.E.  1992 May; 113 p. (Format: TXT=228598 bytes)
  242. 1339  Remote mail checking protocol. Dorner, S.; Resnick, P.  1992 June; 5 p. 
  243.       (Format: TXT=13115 bytes)
  244. 1343  User agent configuration mechanism for multimedia mail format 
  245.       information. Borenstein, N.  1992 June; 10 p. (Format: TXT=29295, 
  246.       PS=59978 bytes)
  247. 1344  Implications of MIME for Internet mail gateways. Borenstein, N.  1992 
  248.       June; 8 p. (Format: TXT=25872, PS=51812 bytes)
  249. 1357  Format for e-mailing bibliographic records. Cohen, D.  1992 July; 13 p. 
  250.       (Format: TXT=25021 bytes)
  251.  
  252. Older pre-MIME efforts at internet multimedia e-mail
  253.  
  254. 1197  Using ODA for translating multimedia information. Sherman, M.  1990 
  255.       December; 2 p. (Format: TXT=3620 bytes)
  256. 807   Multimedia mail meeting notes. Postel, J.B.  1982 February 9; 6 p. 
  257.       (Format: TXT=11633 bytes)
  258. 934
  259. 1049
  260. 1154
  261.  
  262. 2.5 Internet Engineering Task Force (IETF) working groups
  263.  
  264. (ietf-smtp, pem, etc)
  265.  
  266. 2.6 Newsgroups and mailing lists
  267.  
  268. The newsgroup [comp.mail.mh] contains discussions of MH, which, as of
  269. MH 6.7.8, includes MIME.
  270.  
  271. There is also a [comp.mail.multi-media] newsgroup, which contains
  272. general discussions of multi-media e-mail, not necessarily MIME.
  273.  
  274. (ietf wg lists, plus comp.mail.*, etc)
  275.  
  276. 3.  How to.
  277.  
  278. 3.1 Register a new MIME datatype
  279.  
  280. The IANA registration procedures for new MIME data types are documented
  281. in RFC 1341 on page 68.
  282.  
  283. 4.  Real MIME questions with answers
  284.  
  285. 4.1: What can I use to display MIME messages?
  286.  
  287. A 4.1: You need something that understands MIME-structured messages
  288. and also understands how to display the different kinds of body
  289. parts.
  290.  
  291. MH 6.8 supports displaying MIME body parts by using any combination of
  292. programs that you tell it to use.  Examples:
  293.  
  294.         - The popular UNIX program xv can be used to display GIF image
  295.           parts with the X Window System.
  296.  
  297.         - GhostScript (aka "gs") can be used to display PostScript
  298.           body parts with the X Window System.  On systems running
  299.           SunOS, "pageview" may be used instead.  Or the body part can
  300.           simply be "lpr"-ed to a PostScript printer.
  301.  
  302.  
  303. Q 4.2: What's this "richtext" thing?
  304.  
  305. A 4.2: Richtext is a very simple markup language (a la nroff, Scribe, or
  306. TeX, except *way* simpler) that you can use in MIME messages.
  307. Richtext allows you to specify attributes such as boldface, italics,
  308. underlining, indentation, justification, and centering, among others.
  309.  
  310. Richtext is a part of RFC 1341, the MIME specification, starting on
  311. page 23.
  312.  
  313. A richtext body part can be converted into plain text---there's an
  314. example C program to do just that in RFC 1341---or it can be displayed
  315. with all the bells and whistles on a terminal with the various types
  316. of character attributes.  How the richtext attributes may be displayed
  317. varies wildly, so it's best to be conservative in using richtext
  318. attributes.
  319.  
  320. - Q 4.3: What about security issues?
  321.  
  322. A 4.3: As an end user or as a system administrator, it DEFINITELY pays to
  323. know and to understand the security considerations of MIME.  It's
  324. possible, for example, for someone to encode a MIME message to do evil
  325. things to an unwary mail user.  PostScript is a big potential security
  326. hole.  One famous example is the "melting screen" PostScript program,
  327. which destroys screens maintained by Display PostScript
  328. implementations.  For another example, PostScript can be used to
  329. change the password on some PostScript printers with previously
  330. undefined passwords, which denies the use of the printer until the
  331. printer's password can (somehow) be changed back.  Yet other Display
  332. PostScript implementations may allow file operations. (NeXTstep wisely
  333. disables file operations.)
  334.  
  335. The enumeration of these security holes is not to be interpreted as
  336. encouragement to exploit the holes.  They are mentioned only because
  337. they are well known.  Refer to books such as "Practical UNIX Security"
  338. and to news groups such as comp.security.misc for general information
  339. about system security.
  340.  
  341.  
  342. Q 4.4: What about a group 3 facsimile encoding?
  343.  
  344. A 4.4: It is rumored that there was an attempt to include G3 FAX in
  345. the current MIME standard, but that it was impossible for the authors
  346. of the MIME specification to gain a consensus on how to encode the
  347. data.  So G3 FAX has been left for a future MIME implementation.  But
  348. you can always define your own body part.
  349.  
  350.  
  351. Q 4.5: Should I always use external body parts to save space?
  352.  
  353. A 4.5: Not necessarily.  In many cases, for example, at the ends of
  354. UUCP connections, your recipients may not be able to retrieve external
  355. body parts easily.  It depends on your audience.  Making files
  356. available via a mail server is to be encouraged.  It is always
  357. possible to provide MIME alternative parts that first offer FTP, then
  358. mail server options.
  359.  
  360.  
  361. Q 4.6: What mail servers are best to use when advertising files via
  362. MIME external body parts?
  363.  
  364. A 4.6: There are various mail servers available.  Check news.answers
  365. for the FAQ about mail server software.  We do not presently have a
  366. recommendation.
  367.  
  368. 5. Free MIME software packages.
  369.  
  370. 5.1 metamail
  371.   
  372. Metamail: Author N. Borenstein
  373. [This section in part from the comp.mail.misc faq]
  374.  
  375.     [Described by Paul Eggert, eggert@bi.twinsun.com]
  376.  
  377.     Metamail is a software implementation of Mime, designed for easy
  378.     integration with traditional mail-reading interfaces -- typically,
  379.     users do not invoke metamail directly.  Ideally, extending the local
  380.     email or news system to handle a new media format is a simple matter
  381.     of adding a line to a mailcap file.  Mailcap files are described in
  382.     RFC 1343: N Borenstein, ``A user agent configuration mechanism for
  383.     multimedia mail format information'' (June 1992).  The source code
  384.     for metamail can be found in ftp.uu.net:mail/metamail/mm.tar.Z.
  385.     To join its mailing list, write info-metamail-request@thumper.bellcore.com.
  386.  
  387.     The metamail package is available via anonymous FTP as follows:
  388.  
  389.          host    thumper.bellcore.com
  390.          dir     pub/nsb/
  391.  
  392.     The current release is 2.4, as of 27 Dec 1992, includes:
  393.  
  394.     mm.2.4.tar.Z -- the metamail distribution that NSB supports.
  395.     contrib2.4.tar.Z -- contributed sources
  396.     amiga2.4.tar -- Amiga binaries & utilities
  397.     dos2.4.tar.Z -- DOS binaries (still one version downlevel)
  398.  
  399.  
  400. 5.2 MIXMH 
  401.  
  402. From: hta@boheme.er.sintef.no (Harald Tveit Alvestrand)
  403. Newsgroups: comp.mail.mime,comp.mail.mh
  404. Subject: MIXMH: A version of XMH that supports MIME
  405. Date: 10 Dec 92 14:52:39 GMT
  406. Reply-To: harald.alvestrand@delab.sintef.no
  407.  
  408. MIXMH version 0.2, a version of XMH that supports some MIME features,
  409. is available for anonymous FTP from aun.uninett.no
  410.  
  411. Host: aun.uninett.no
  412. Directory: pub/unix
  413. Filename: mixmh-0.2.tar.Z
  414.  
  415. This version is based on XMH version 1.6 from SEI, Carnegie Mellon.
  416. It supports sending MIME with extended character sets in the headers
  417. (per RFC-1342) and the body (per RFC-1341 text/plain).
  418. It has limited support for multipart messages.
  419.  
  420. The source is freely redistributable and modifyable.
  421.  
  422. As you can see from the version number, it is still not considered
  423. fully stable. Bugs may be reported to mixmh-bugs@uninett.no
  424. Information and discussion will take place on mixmh-info@uninett.no;
  425. mail to mixmh-info-request@uninett.no to join.
  426.  
  427. -- 
  428.                    Harald Tveit Alvestrand
  429. Harald.Alvestrand@delab.sintef.no
  430. C=no;PRMD=uninett;O=sintef;OU=delab;S=alvestrand;G=harald
  431. +47 7 59 70 94
  432.  
  433. 5.3 MH 6.8 and 'mhn'
  434.  
  435. From: mh@buckaroo.ICS.UCI.EDU (John Romine)
  436. Subject: MH 6.8 release now available
  437. Date: 15 Dec 92 22:42:45 GMT
  438. To: mh-users@ics.uci.edu
  439.  
  440.     I'm pleased to announce a new release of the UCI version of
  441.     the RAND MH Message Handling System.  The current release is
  442.  
  443.       MH 6.8
  444.  
  445.     Here are the details:
  446.  
  447.     - MH is in the public-domain
  448.     - MH runs on a number of versions of UNIX (4.[123]BSD, V7,
  449.       SYS5, and related variants, e.g., SVR4, HPUX)
  450.     - MH runs on top of a number of mail transport systems
  451.       (MMDF-{I,II}, SendMail, stand-alone (with UUCP support))
  452.  
  453.     Although MH is not "supported" per se, it does have a
  454.     bug-reporting address, Bug-MH@ICS.UCI.EDU (ucbvax!ucivax!bug-mh).
  455.     Bug reports (and fixes) are welcome, by the way.  There are also
  456.     two Internet discussion groups:  MH-Users@ICS.UCI.EDU and
  457.     MH-Workers@ICS.UCI.EDU.  MH-Users is bi-directionally gatewayed
  458.     to USENET as comp.mail.mh.
  459.  
  460. CHANGES IN THIS RELEASE
  461.  
  462.     There are quite a few changes in this release.  Of particular
  463.     note:  MH can now handle multi-media (MIME) messages.  I will
  464.     post the entire MH changes document separately.
  465.  
  466. HOW TO GET MH
  467.  
  468.     There are two ways to get the latest release:
  469.  
  470.     1.  If you can FTP to the ARPA Internet, use anonymous FTP
  471.     to ftp.ics.uci.edu [128.195.1.1] and retrieve the file
  472.     pub/mh/mh-6.8.tar.Z.  This is a tar image after being run
  473.     through the compress program (approximately 1.8MB).  There
  474.     should also be a README file in that directory which tells
  475.     what the current release of MH is, and how to get updates.
  476.  
  477.     This tar file is also available on louie.udel.edu
  478.     [128.175.1.3] in portal/mh-6.8.tar.Z.  You may also find MH
  479.     on various other hosts; to make sure you get the latest ver-
  480.     sion and don't waste your time re-fixing bugs, it's best to
  481.     get it from either ftp.ics.uci.edu or louie.udel.edu.
  482.  
  483.     The usual FTP mirror sites (uunet, etc.) should have MH 6.8
  484.     available within a few days.
  485.  
  486.     2.  You can send $75 US to the address below.  This covers
  487.     the cost of a 6250 BPI 9-track magtape, handling, and ship-
  488.     ping.  In addition, you'll get a laser-printed hard-copy of
  489.     the entire MH documentation set.  Be sure to include your
  490.     USPS address with your check.  Checks must be drawn on U.S.
  491.     funds and should be made payable to:
  492.  
  493.        Regents of the University of California
  494.  
  495.     The distribution address is:
  496.  
  497.        Univeristy of California at Irvine
  498.        Office of Academic Computing
  499.        360 Computer Science
  500.        Irvine, CA  92717  USA
  501.  
  502.        +1 714 856 5153
  503.  
  504.     Sadly, if you just want the hard-copies of the documenta-
  505.     tion, you still have to pay the $75.  The tar image has the
  506.     documentation source (the manual is in roff format, but the
  507.     rest are in TeX format).  Postscript formatted versions of
  508.     the TeX papers are available, as are crude tty-conversions
  509.     of those papers.
  510.  
  511. UPDATES
  512.  
  513.     The updates from MH 6.7.2 to MH 6.8 are quite large (about
  514.     1.5Mb uncompressed).  I'm still considering how to make them
  515.     available.  More details will follow
  516.  
  517. CORRESPONDENCE
  518.  
  519.     As always, please send any bug reports or comments about MH to
  520.     the address "bug-mh@ics.uci.edu" (...ucbvax!ucivax!bug-mh).
  521.  
  522. /JLR
  523.  
  524. 5.4 Pine
  525.  
  526. Pine: Authors Laurence Lundblade, Michael Seibel, and Mark Crispin
  527.      <pine@cac.washington.edu>
  528. [This section from the comp.mail.misc faq]
  529.  
  530.     Pine is a mail user agent developed by the University of Washington Office
  531.     of Computing and Communications. It has been designed for ease-of-use and
  532.     with the novice computer user in mind. It is based on Internet mail
  533.     protocols (e.g. RFC-822, SMTP, IMAP, and MIME) and currently runs on
  534.     a variety of UNIX platforms and MS-DOS.
  535.  
  536.     The guiding principles for achieving ease-of-use in Pine were:
  537.     careful limitation of features, one-character mnemonic commands,
  538.     always-present command menus, immediate user feedback, and high
  539.     tolerance for user mistakes. It is intended that Pine can be learned
  540.     by exploration rather than reading manuals.
  541.  
  542.     A stand-alone version of Pico, Pine's message composition editor, is also
  543.     available. It is a very simple and easy to use text editor with text
  544.     justification and a spelling checker.
  545.  
  546.     Features:
  547.        - Mail index showing a message summary which includes the status,
  548.      sender, size, date and subject of messages.
  549.  
  550.        - View and process mail with the following commands:  forward, reply,
  551.      save, export, print, delete, capture address and search.
  552.  
  553.        - Address book for saving long complex addresses and personal
  554.      distribution lists under a nickname.
  555.  
  556.        - Multiple folders and folder management screen for filing messages.
  557.  
  558.        - Message composer with easy-to-use editor and spelling checker.
  559.      The message composer also assists entering and formatting
  560.      addresses and provides direct access to the address book.
  561.  
  562.        - Online help specific to each screen and context.
  563.  
  564.        - Supports access to remote mail repositories via the IMAP2 protocol
  565.      defined in RFC-1176.
  566.  
  567.        - Support multi-part mail conforming to proposed MIME Internet
  568.      standard, allowing sending of sounds, graphics such as GIF and TIFF
  569.      files, and binary files such as spreadsheets.
  570.  
  571.     Pine, including source code, is freely available via anonymous FTP from
  572.     ftp.cac.washington.edu on the Internet. Other provisions for distribution
  573.     have not yet been made. From the Internet, you may try out Pine and leave
  574.     comments by telneting to "demo.cac.washington.edu" and logging in as
  575.     "pinedemo". To join the Pine mailing list for announcements send a
  576.     request to "pine-info-request@cac.washington.edu".
  577.  
  578.     Pine is very portable and runs on a variety of UNIX machines including
  579.     DECstations, NeXTs, VAX's and Suns. Pine was originally based on Elm,
  580.     but it has evolved much since, ("Pine Is No-longer Elm").  Pine uses the
  581.     c-client library discussed below.
  582.  
  583.     For further information send e-mail to pine@cac.washington.edu. Pine is
  584.     the work of Mike Siebel, Mark Crispin, and Laurence Lundblade at the
  585.     University of Washington.
  586.  
  587. 5.5 c-client: Author Mark Crispin <mrc@panda.com>
  588. [this section from the comp.mail.misc faq]
  589.  
  590.     Software writers only:
  591.  
  592.     c-client is a general library useful for creating MUA's.  It provides
  593.     a Application Program Interface for retrieving and manipulating
  594.     mail messages.  It supports the latest draft of MIME (proposed
  595.     Internet standard for multipart, multimedia, typed electronic mail).
  596.     It is driver based, and easily ported to new platforms and MTA's.
  597.     The currently supported platforms include various versions of BSD and
  598.     SysV Unix, DOS, Macintosh and even TOPS-20(!).  It supports mailboxes
  599.     in /usr/spool/mail, mbox, mail.txt, mh, carmel format, as well as remote
  600.     mailbox access via the IMAP2 protocol described in RFC-1176 and extended
  601.     by the IMAP2bis extensions.
  602.  
  603.     c-client does not contain any user interface.  Rather, it contains
  604.     everything else that goes into an MUA.  c-client is called with such
  605.     functions as mail_open(), mail_fetchheader(), mail_setflag(), etc.
  606.  
  607.     Just the thing if you want to write a new MUA.
  608.  
  609.     Contact the author for more details.
  610.  
  611. 5.6 Andrew
  612.  
  613. 5.7 elm
  614.  
  615. From: syd@dsinc.dsi.com (Syd Weinstein)
  616. Date: Mon, 21 Dec 1992 18:31:31 -0500 (EST)
  617.  
  618. Elm support for MIME:
  619. 2.3 - uses metamail supplied patch from Nathan.
  620.  
  621. 2.4:
  622.     reading: detects MIME headers and calls metamail automatically
  623.     if the message cannot be displayed on the current screen using
  624.     the native capabilities of the display (recognizes some char
  625.     sets as native)
  626.  
  627.     sending: detects [include ] markers and makes them MIME attachments.
  628.     Still very 'crude', but its all we had time for, as to the
  629.     release deadline of 'Elm' and MIME.
  630.  
  631. 3.x:
  632.     reading: probably no change from 2.x, but will understand
  633.     some 'file storage' types and allow for splitting off attachments
  634.     on their own.
  635.  
  636.     sending: will allow defining attachments to be added and auto build
  637.     the MIME stuff, in addition to the [include ] syntax.
  638.  
  639. release status:
  640. 2.3:     obsolete
  641. 2.4:    Current PL is 17.
  642. 3.x:    not planned until some time in 1994.
  643.  
  644. -- 
  645. ========================================================================
  646. Sydney S. Weinstein, CDP, CCP          Elm Coordinator - Current 2.4PL17
  647. Datacomp Systems, Inc.                 Projected 3.0 Release: ??? ?,1994
  648. syd@DSI.COM or dsinc!syd      Voice: (215) 947-9900, FAX: (215) 938-0235
  649.  
  650.  
  651. 5.8 PP
  652. PP is an X.400 to SMTP gateway available from (xxx) (is there a PP
  653. or ISODE FAQ?)
  654.  
  655. From: hta@boheme.er.sintef.no (Harald Tveit Alvestrand)
  656. Subject: Re: X.400-SMTP Gateway
  657. Reply-To: harald.alvestrand@delab.sintef.no
  658. Date: Fri, 18 Dec 92 13:22:37 GMT
  659.  
  660. The ISODE Consortium release of PP will in the near future
  661. support gatewaying between MIME and X.400 according to the
  662. MIME-MHS Internet-Drafts.
  663. -- 
  664.                    Harald Tveit Alvestrand
  665. Harald.Alvestrand@delab.sintef.no
  666. C=no;PRMD=uninett;O=sintef;OU=delab;S=alvestrand;G=harald
  667. +47 7 59 70 94
  668.  
  669. 5.9 MIME tools for NeXT
  670.  
  671. From: dave@blackbox.isca.uiowa.edu (Dave Lacey)
  672. To: emv@msen.com
  673. Subject: MIME FAQ
  674. Reply-To: dave@blackbox.isca.uiowa.edu
  675.  
  676. Hi -
  677.   I'd like to keep you apprised of some MIME work I'm doing.  I'm interested  
  678. in using MIME as a transport medium for multi-media gopher documents.  My  
  679. particular use is for Radiology info, but it would work for just about  
  680. anything.
  681.   I've got a NeXT Gopher client almost working and I also have a NeXT based  
  682. MIME file editor that reads/creates MIME documents.  Both work, but need a  
  683. bit more extension.  I will likely distribute the source to this, so the MIME  
  684. reader (which is essentially an object) can be re-used in other apps.
  685.  
  686. 5.10 Conversions from other mail systems
  687. 5.10.1 uuencode to MIME
  688.  
  689. Keith Moore posted 
  690.  
  691. 5.10.2 Sun OpenWindows mail to MIME
  692. 5.10.3 NeXTmail to MIME (n2m)
  693.  
  694. Newsgroups: comp.mail.mh
  695. From: davecb@nexus.yorku.ca (David Collier-Brown)
  696. Subject: Re: MH 6.8 to OpenWindows MultiMedia Mail?
  697. Organization: York University
  698. Date: Sat, 26 Dec 1992 22:35:00 GMT
  699.  
  700. davy@harbor.ecn.purdue.edu (Dave Curry) writes:
  701.  
  702. |Has anyone come up with appropriate config file entries and/or supplemental
  703. |programs to allow MH 6.8's "mhn" program to deal with the multimedia mail
  704. |that Sun's OpenWindows 3.0 MailTool produces?  The headers all start with
  705. |"X-Sun", e.g.:
  706.  
  707. An external program to convert it to MIME is easy...  I did one for
  708. NeXT-to-MIME (n2m), and that's a fairly hard transformation.
  709.  
  710. I wonder if I should post it...  (I wonder if I did post it (:-()
  711.  
  712. --dave
  713. -- 
  714. David Collier-Brown,  | davecb@CCS.YorkU.CA | lethe!dave
  715. 72 Abitibi Ave.,      | 
  716. Willowdale, Ontario,  | York Postmaster and
  717. CANADA. 416-223-8968  | occasional sendfail(8) consultant.
  718.  
  719. 5.11 MIME for VMS MAIL (HUyMailer)
  720.  
  721. From: yehavi@vms.huji.ac.il
  722. Newsgroups: comp.mail.mime
  723. Subject: Re: MIME for VMS?
  724. Message-ID: <1992Dec22.063437.106@vms.huji.ac.il>
  725. Date: 22 Dec 92 06:34:37 GMT
  726. Organization: The Hebrew University of Jerusalem
  727.  
  728. >Is there any public domain package that does MIME for VMS MAIL?
  729.  
  730. I am working on adding it to my HUyMailer. I've started it but had to
  731. abandon it for a while. I hope next month (which is also the next year,
  732. eh?) I'll be able to cintinue working on it.
  733.                                                       __Yehavi:
  734. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  735. Yehavi Bourvine (4X6DD),     Phones: +972-2-584279,     H
  736. Computation Center,                          +5686      H
  737. The Hebrew University of Jerusalem,  +972-2-521574      H
  738. Givat-Ram,  Jerusalem  91904                            H H H
  739.                              Fax: +972-2-527349         HH H
  740. BITnet:    YEHAVI@HUJIVMS                               H   H
  741. InterNet:  YEHAVI@VMS.HUJI.AC.IL                       H
  742. Israeli DECnet:  HUJICC::YEHAVI                       H
  743. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  744.  
  745.  
  746. (cover Amiga, other micro versions of same)
  747. (mention Eudora et al)
  748.  
  749. 6.  MIME information available from the Internet
  750.  
  751. 6.1 Anonymous FTP
  752.  
  753. Information about FTPable stuff is scattered throughout this FAQ.
  754. More specificatlly, look into the RFCs, mentioned in item 2.4.
  755. Other goodies can be found in the MH and MetaMail source trees.
  756.  
  757. There is a collection of MIME sample messages on
  758. thumper.bellcore.com:/pub/nsb which can be used to test implementations.
  759.  
  760. 6.2 Mail-based archive servers
  761. 6.2.1 Eitech "ServiceMail"
  762.  
  763. Newsgroups: list.ietf-822
  764. From: weber@eitech.COM (Jay C. Weber)
  765. Subject: the ServiceMail Toolkit (was: list of MIME implentations)
  766. Date: Tue, 13 Oct 1992 19:52:12 GMT
  767.  
  768. We (Enterprise Integration Technologies Corporation) have a MIME
  769. implementation, which we are distributing freely.  Instead of a MIME
  770. MUA, it is a toolkit for building services that automatically process
  771. MIME messages.  It is similar, in spirit, to the few other email-scripting
  772. packages except:
  773.  
  774.   o it exploits several MIME features
  775.   o it is intended to run standalone (as opposed to a back-end to a MUA)
  776.   o it uses TCL (from Berkeley) as its scripting language
  777.  
  778. and support for PEM is in the works.
  779.  
  780. I've attached our blurb for ServiceMail v1.2, which includes instructions
  781. on how to get the distribution (over email, of course).  The distribution
  782. includes our "multimedia e-mail shell" (mesh) sources, the tcl 6.3 sources,
  783. a small amount of metamail code, and many example service tcl sources.
  784.  
  785. I'd love to hear any comments this group has on the distribution's
  786. ease of installation, bugs, usefullness, and MIME-compliance, and especially
  787. any interesting services people create.  Here's hoping you find it
  788. interesting and useful!
  789.  
  790. Jay
  791. ---------------------------------------------------------------------
  792. Jay C. Weber                    weber@eitech.com
  793. Enterprise Integration Technologies        weber@cis.stanford.edu
  794. 459 Hamilton Avenue, Suite #100            (415)617-8002
  795. Palo Alto, CA 94301
  796.  
  797.  
  798. ----------------------------------------------------------------------------
  799.         The S E R V I C E M A I L (TM) T O O L K I T
  800.                 is now available
  801. ----------------------------------------------------------------------------
  802. Enterprise Integration Technologies Corporation is now providing
  803. the ServiceMail(tm) Tool kit v1.2 for wide distribution and use.
  804.  
  805.  
  806. What is ServiceMail(tm)?
  807. ------------------------
  808. The name is a trademark of EIT.  The idea is that of sending email
  809. to programs in order to request some automated or semi-automated
  810. service.  There have been several applications along this line
  811. accessible through electronic mail, including:
  812.  
  813.   LISTSERV (for mailing-list manipulation)
  814.   MOSIS (for semiconductor fabrication brokering)
  815.   FAST (for semiconductor parts brokering)
  816.   ARCHIE (for archive searches, also with telnet, client/server interfaces)
  817.   IJCAI-93 conference information
  818.   FTP-by-email gateways
  819.   many mail-servers, e.g., for CFI documents
  820.  
  821. Each of these applications use electronic mail in the following way:
  822. users send their requests in the headers and/or bodies of email
  823. messages, including any relevant data files (e.g., a semiconductor
  824. layout representation).  These applications have been very popular,
  825. partly or largely because of two key advantages provided by the email
  826. approach to user interaction:
  827.  
  828.   o through gateways, email reaches millions of users who would not
  829.     otherwise be able to access these services. This includes users on 
  830.     USENET, MCI Mail, Compuserve, etc.
  831.   
  832.   o email access is exceptionally simple, using existing and familiar
  833.     email interfaces.
  834.  
  835. We believe that the combined successes of the above listed applications
  836. have only barely tapped the potential of ServiceMail.  It's not the
  837. answer to every networking application, of course, but we think there
  838. are LOTS of applications where ServiceMail is a flexible and practical
  839. approach to information exchange.  We have experimented with several
  840. new applications of ServiceMail, including:
  841.  
  842.   o a stock-quote service
  843.  
  844.   o a LaTeX-to-Postscript formatting service
  845.  
  846.   o a TIFF image to text OCR service (written by Jim Davis at Cornell)
  847.  
  848.   o a semiconductor fabrication process simulator service at Stanford
  849.  
  850.   o a mechanical part checkplot/milling service at the Univ. of Utah
  851.  
  852.   o a knowledge-transport mechanism for the Palo Alto Collaborative
  853.     [Engineering] Testbed
  854.  
  855.   o a CIM information service at Stanford/EIT
  856.  
  857. In addition, we have used ServiceMail to implement a variety of
  858. popular services:
  859.  
  860.   o an FTP-by-email service
  861.  
  862.   o a WAIS-by-email service (enchanced by Jim Davis at Cornell)
  863.  
  864.   o an email postscript printing service
  865.  
  866.   o a mailing-list maintenance service (backwardly compatible with
  867.     LISTSERV for major commands)
  868.  
  869.   o a finger-by-email service
  870.  
  871. Each of these involved only a few hours of programming, and are
  872. supplied as examples in the ServiceMail distribution.
  873.  
  874.  
  875. What is the ServiceMail(tm) Tool kit?
  876. ------------------------------------
  877.  
  878. EIT's approach to fostering ServiceMail is to freely distribute a
  879. toolkit that helps service providers get their services on-line.
  880. The current toolkit provides software to take care of the "overhead"
  881. of ServiceMail services, including:
  882.  
  883.   o connecting to the email system
  884.  
  885.   o parsing incoming messages
  886.  
  887.   o multiplexing multiple services under a single mail address
  888.  
  889.   o generating outgoing messages
  890.  
  891.   o fielding basic services like "help" and "man"
  892.  
  893. Plus, ongoing work by EIT and others (principally, Purdue and NIST)
  894. is addressing other generic ServiceMail issues for future tool kits:
  895.  
  896.   o authentication of users, integrity checks on message contents
  897.  
  898.   o auditing of service requests, responses
  899.  
  900.   o directory services, service advertisements
  901.  
  902.   o balancing server loads
  903.  
  904. Once the tool kit is installed, programming a new service can take
  905. as little as a few minutes.
  906.  
  907.  
  908. What is Mesh?
  909. -------------
  910.  
  911. Mesh is the "Multimedia E-mail SHell" program, the main component of the
  912. current tool kit.  Mesh runs on UNIX systems (it has been tested on
  913. SunOS and Ultrix) and parses an incoming mail message, identifies the
  914. service being requested, and invokes the implementation of that service.
  915. Service implementations are written in an embedded programming language
  916. called Tcl, from the package created at Berkeley.  Tcl has been
  917. described as "a cross between C, LISP, and UNIX shell languages"; it
  918. supports list processing, string processing, procedural control
  919. constructs, and UNIX command execution.  Code and documentation for
  920. Tcl is distributed with the tool kit.
  921.  
  922.  
  923. What's the multimedia bit?
  924. --------------------------
  925.  
  926. Unlike the few other automatic email-processing packages, mesh is
  927. based on MIME, the new Internet "standard" for multimedia message
  928. bodies.  MIME supplies new email constructs for the following capabilities:
  929.  
  930.   o large message fragmentation and re-assembly
  931.  
  932.   o non-ascii/long-line message content encodings
  933.  
  934.   o multipart message bundling
  935.  
  936.   o mainstream multimedia content labeling (images, audio, richtext, etc.)
  937.  
  938.   o special-purpose content labeling (PDES, LaTeX, KQML, etc.)
  939.  
  940. Using MIME, Mesh can handle idiosyncratic mail transport, special handling
  941. of multimedia content types, and bundling of multiple input/output objects
  942. to/from services.  However, since ordinary email is a special case of MIME
  943. format, Mesh can handle messages generated by ordinary mail composers.
  944.  
  945. MIME opens up a slew of powerful and convenient service applications, so
  946. we strongly suggest that you update your mail readers to handle MIME
  947. format.  The principal way of doing this is to install the METAMAIL package
  948. from Bellcore (freely obtained by anonymous FTP from thumper.bellcore.com).
  949.  
  950.  
  951. How does one get the ServiceMail toolkit?
  952. -----------------------------------------
  953.  
  954. EIT is providing ServiceMail access to the ServiceMail toolkit.  If you
  955. have the METAMAIL or some other MIME-compliant mail reader, just send the
  956. message
  957.  
  958.   To: services@eitech.com
  959.   Subject: archive-request servicemail.tar.Z
  960.  
  961.   and read the response(s) using METAMAIL.  Save the result in
  962.   servicemail.tar.Z
  963.  
  964. If you don't have a MIME reader, send the message
  965.  
  966.   To: services@eitech.com
  967.   Subject: archive-request servicemail.sh
  968.  
  969.   and do the following to the multi-message response:
  970.  
  971.   1) strip the headers off the messages, combine the bodies
  972.   2) delete all instances of "=" and a subsequent newline
  973.   3) replace all instances of "=3D" with "="
  974.   4) replace all instances of "=2E" with "."
  975.  
  976.   you can perform 3 & 4 with the following UNIX commands:
  977.  
  978.     % mv servicemail.sh tmpfile
  979.     % sed s/=3D/=/g|sed s/=2E/./g < tmpfile > servicemail.sh
  980.  
  981.   Sorry, but the difficulty in transporting large, complex files was
  982.   one of the motivations for MIME.  If this is really inconvenient,
  983.   and your system supports ftp, you can get servicemail.tar.Z by
  984.   anonymous ftp from eitech.com.
  985.  
  986.  
  987. How does one install the toolkit?
  988. ----------------------------------
  989.  
  990. The tool kit assumes that there is a UNIX account dedicated to ServiceMail
  991. (there are a number of reasons for this, though it is possible to install
  992. it otherwise).  We recommend calling this account "services".  Get this
  993. account created, login under that account, and copy servicemail.tar.Z (or
  994. servicemail.sh) to the account's home directory.  For servicemail.tar.Z,
  995. issue the commands
  996.  
  997.   % uncompress servicemail.tar.Z
  998.   % tar xvf servicemail.tar
  999.  
  1000. or for servicemail.sh, issue the command
  1001.  
  1002.   % sh servicemail.sh
  1003.  
  1004. in either case, you will then have the toolkit directory structure.
  1005. Read the README file(s), and then type 'make'.  Mesh will then be
  1006. on-line, and you can start turning on example services and writing
  1007. your own.
  1008.  
  1009. If you have any problems with acquisition, installation, or use, don't
  1010. hesitate to send mail to "servicemail-help@eitech.com" and ask for help.
  1011.  
  1012. IF YOU WANT FUTURE UPDATES ON TOOL KIT VERSIONS, BUGS, AND SERVICES,
  1013. MAKE SURE YOU ARE ON THE PACT-KIT MAILING LIST.  To get on it, send
  1014. a message to "services@eitech.com" with subject
  1015. "listserv subscribe pact-kit your-real-name".
  1016.  
  1017.  
  1018. 6.3 WAIS
  1019.  
  1020. 6.4 Gopher
  1021.  
  1022. 6.5 MIME CD-ROM
  1023.  
  1024. 7. Commercial MIME software packages and published books and article.s
  1025.  
  1026. List of commercial products with released or announced support for
  1027. MIME, also published books or articles that cover MIME.
  1028.  
  1029. 7.1 books and periodicals
  1030.  
  1031. 7.1.1 _The Internet Message_, Marshall Rose
  1032.  
  1033. @book{Message.Book,
  1034.     author    =    mtr,
  1035.     title    =    "{The Internet Message: Closing the Book with
  1036.               Electronic Mail}",
  1037.     publisher=    {Prentice-Hall},
  1038.     address    =    {Englewood Cliffs, New Jersey},
  1039.     series    =    {Prentice Hall Series in Innovative Computing},
  1040.     year    =    1992,
  1041.     note    =    {ISBN 0--13--092941--7}
  1042. }
  1043.  
  1044. 7.1.2
  1045. From: alech@hpindda.cup.hp.com (Alec Henderson)
  1046. Newsgroups: comp.protocols.tcp-ip
  1047. Subject: Re: Need MIME Information
  1048. Date: 18 Dec 92 20:32:53 GMT
  1049.  
  1050. [...]
  1051.  
  1052. 2.  There is a good introductory article on MIME in the September
  1053.     1992 issue of Connexions; also several other interesting articles
  1054.     on e-mail, both MIME and X.400.  (Ole Jacobsen, the Connexions
  1055.     editor, was kind enough to send me a copy of the September issue.)
  1056.  
  1057. 7.2 Commercial MIME software
  1058.  
  1059. 7.2.1 IBM multimedia mail for OS/2
  1060.  
  1061. From: os2man@panix.com (Larry Salomon Jr.)
  1062. Date: 10 Dec 92 13:55:50 GMT
  1063. Subject: IBM Developing Multimedia Mail
  1064. Newsgroups: comp.mail.mime
  1065.  
  1066. I'm not going to follow this group, but I wanted to state that IBM - at
  1067. the T.J. Watson Research Center - is developing a multimedia mail application
  1068. for OS/2 which is based on the Mime spec.  The demoed it at Interop.
  1069.  
  1070. For more information, including (probably) how to become a test site (I
  1071. haven't confirmed whether they're actually going to do this, but they've
  1072. done it before), contact the department manager, Jerry Cuomo, at 
  1073. gcuomo@watson.ibm.com
  1074.  
  1075. 7.2.2 Innosoft PMDF for VMS
  1076.  
  1077. The VMSNET newsgroup 'vmsnet.mail.pmdf' is available for discussion.
  1078.  
  1079. From: Ned Freed <NED@INNOSOFT.COM>
  1080.  
  1081. Send technical inquiries to service@innosoft.com. Product information/pricing/
  1082. literature can be obtained from sales@innosoft.com. The phone number
  1083. is (909) 624-7907; FAX is (909) 621-5319. Street address is:
  1084.  
  1085.     Innosoft International, Inc.
  1086.     250 W. First St., Suite 240
  1087.     Claremont, CA 91711
  1088.  
  1089. 7.2.3 Control Data Systems Mail*Hub package
  1090.  
  1091. From: rrr@duck.svl.cdc.com
  1092. Date: Wed, 23 Dec 92 13:07:14 PST
  1093.  
  1094. Regarding your MIME FAQ. Attached is some information to
  1095. update section 7 on commercial MIME software packages.
  1096.  
  1097.  - Control Data Systems Mail*Hub package
  1098.  
  1099. Mail*Hub includes support for X.400, X.500, SMTP, and creating,
  1100. viewing, sending MIME enclosures in mail. In additon, the Fax Gateway
  1101. portion of Mail*Hub supports sending mail with MIME enclosures to a
  1102. Fax machine.  Graphical MIME components (Postscript, GIF, TIFF,...)
  1103. are automatically recognized and imaged at the receiving Fax machine.
  1104. The product is shipping now and is currently available on Control Data
  1105. 4000 Series Mips-based Unix systems. For more information contact
  1106. rrr@svl.cdc.com
  1107.  
  1108. 7.2.4 CCMAIL support for MIME
  1109.  
  1110. Date: Wed, 16 Dec 92 11:26:18 pst
  1111. From: support@ccmail.com
  1112. To: Edward Vielmetti <emv@msen.com>
  1113.  
  1114. Because this version (2.1) is a 2-3 QTR-93 release you should
  1115. be talking to your sales rep about the tentative features of this
  1116. product. They can be reached at 800-448-2500.
  1117.  
  1118. thanks,   Byron-Tech Support
  1119.  
  1120. - Z-Code Z-Mail (ready now?)
  1121. - MIME relays for MSMAIL, etc?
  1122. - others?
  1123.  
  1124. 8. MIME based relays for commercial e-mail services
  1125.  
  1126. 8.1 Large national or international providers
  1127.  
  1128. (send mail to postmasters at each system asking?)
  1129. - America On-line?
  1130. - ATTMAIL ?
  1131. - Compuserve ?
  1132. - Dialog ?
  1133. - Genie ?
  1134. - MCI Mail?
  1135. - Radiomail ?
  1136. - Sprintmail ?
  1137.  
  1138. (should coordinate this with the global e-mail list that is posted to
  1139. comp.mail.misc)
  1140.  
  1141. 8.2 Local or regional providers
  1142.  
  1143. (should coordinate this with e.g. the PDIAL list)
  1144.  
  1145. 9.  Acknowlegements
  1146.  
  1147. eggert@twinsun.com (Paul Eggert)    [2.4]
  1148. mtr@dbc.mtview.ca.us (Marshall Rose)    [2.4], [7.1.1]
  1149. jsweet@irvine.com (Jerry Sweet)         [2.1] [2.2] [2.3 (part)] [3.1] 
  1150.                                         [4.1-4.6] [5.1]
  1151. comp.mail.misc FAQ            [5.1] 
  1152. mrc@panda.com (Mark Crispin)        [5.4] [5.5]
  1153. syd@dsinc.dsi.com (Syd Weinstein)    [5.7]
  1154. davecb@nexus.yorku.ca (David Collier-Brown) [5.10.3]
  1155. yehavi@vms.huji.ac.il            [5.11]
  1156. os2man@panix.com (Larry Salomon Jr.)    [7.2.1]
  1157. ned@innosoft.com (Ned Freed)        [7.2.2]
  1158. rrr@duck.svl.cdc.com (Rich Ragan)    [7.2.3]
  1159. support@ccmail.com (CC:Mail support)    [7.2.4]
  1160.  
  1161. This is a second pass at such a list, I hope that it
  1162. gets filled in with great details as time passes, but you have to
  1163. start somewhere.
  1164.  
  1165.   Edward Vielmetti, vice president for research, Msen Inc. emv@Msen.com
  1166.         Msen Inc., 628 Brooks, Ann Arbor MI  48103 +1 313 998 GLOB
  1167.  
  1168.