home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk1.iso / answers / mail / mime-faq / part2 / partmessage-partial0 < prev   
Encoding:
Text File  |  1994-10-09  |  55.5 KB  |  1,606 lines

  1.  
  2. Archive-Name: mail/mime-faq/part2
  3. Version: $Id: mime2,v 3.9 1994/10/09 21:35:40 jsweet Rel $
  4. Posting-Frequency: monthly
  5.  
  6.  
  7. --
  8. ==========================================================
  9. comp.mail.mime frequently asked questions list (FAQ) (2/3)
  10. ==========================================================
  11. Part 2: MIME products
  12. ~~~~~~
  13. --
  14.  
  15. Overview
  16. --------
  17. This is part 2 of a Frequently Asked Questions document about MIME, the
  18. multipurpose and multi-media standard for Internet mail.
  19.  
  20. Part 1 covers frequently asked questions.
  21.  
  22. Part 2 is a listing of MIME products.
  23.  
  24. Part 3 covers advanced topics.
  25. --
  26.  
  27. 7) Freely available MIME software packages
  28. ------------------------------------------
  29.  
  30. This section lists MIME-capable or MIME-enabling libraries, conversion
  31. tools, extension packages, mail user agents, and mail transport
  32. systems.
  33.  
  34. Tools that are explicitly designed for handling MIME in USENET news
  35. are discussed in section 9, although many of the packages in this
  36. section also deal with USENET news.
  37.  
  38. --------------------------------
  39.  
  40. 7.1) Libraries
  41.  
  42. Name:     c-client
  43. Product:  MUA library code
  44. Platform: Unix, Macintosh, MS-DOS, TOPS-20
  45. Where:
  46. Author:   Mark Crispin
  47. Comments:
  48.  
  49.     [ comp.mail.misc FAQ ]
  50.  
  51.     Software writers only:
  52.  
  53.     c-client is a general library useful for creating MUA's.  It
  54.     provides a Application Program Interface for retrieving and
  55.     manipulating mail messages.  It supports the latest draft of
  56.     MIME.  It is driver based, and easily ported to new platforms and
  57.     MTAs.  The currently supported platforms include various versions
  58.     of BSD and SysV Unix, MS-DOS, Macintosh and even TOPS-20(!).  It
  59.     supports mailboxes in /usr/spool/mail, mbox, mail.txt, mh, carmel
  60.     format, as well as remote mailbox access via the IMAP2 protocol
  61.     described in RFC 1176 and extended by the IMAP2bis extensions.
  62.  
  63.     c-client does not contain any user interface.  Rather, it contains
  64.     everything else that goes into an MUA.  c-client is called with
  65.     such functions as mail_open(), mail_fetchheader(), mail_setflag(),
  66.     etc.
  67.  
  68.     Just the thing if you want to write a new MUA.
  69.  
  70.     Contact the author (Mark Crispin <mrc@panda.com>) for more details.
  71.  
  72.  
  73. Name:     mimelite
  74. Product:  library
  75. Platform: ANSI C
  76. Where:    ftp://oslonett.no/Software/MsDos/Kommunikasjon/Offline/mimelt20.zip
  77. Author:   Gisle Hannemyr <gisle@oslonett.no>
  78. Comments:
  79.  
  80.     [ Gisle Hannemyr <gisle@oslonett.no> 20-May-1994 ]
  81.  
  82.     "mimelite" is a simple, lightweight library written in ANSI C that
  83.     supports the parsing of MIME headers and encoding/decoding of body
  84.     parts, suitable for inclusion in offline-readers.
  85.  
  86.     If you develop mail and newsreader software (user agents), you
  87.     can link mimelite with your own program to make it support a
  88.     significant subset of MIME (namely the Content-Transfer-Encodings
  89.     7BIT, 8BIT, BASE64 and QUOTED-PRINTABLE).  mimelite also supports
  90.     conversion between the ISO Latin 1 character set used for European
  91.     character sets on USENET/Internet and PC-based character sets
  92.     (e.g. Macintosh, IBM CP-437 and CP-850).
  93.  
  94.     The distribution archive also contains UNMIME, a standalone program
  95.     to decode MIMEd messages encoded with BASE64 or QUOTED-PRINTABLE
  96.     encoding.
  97.  
  98.     The mimelite library is general enough to work in a number of
  99.     contexts, but it has been designed to work well on MS-DOS (where
  100.     memory is a scarce resource).  Its main application is intended to
  101.     help extend MS-DOS-based "offline-readers" for RFC-822 and RFC-1036
  102.     conformant messages to also support RFC-1521 and RFC-1522.
  103.  
  104. --------------------------------
  105.  
  106. 7.2) Conversion tools and extension packages
  107.  
  108. Name:     emil
  109. Product:  tool
  110. Platform: Unix
  111. Where:    ftp://ftp.uu.se/pub/unix/networking/mail/emil/
  112. Where:    ftp://ftp.sunet.se/pub/unix/mail/emil/
  113. Author:   Martin Wendel <martin@alba.udac.uu.se>
  114. Comments:
  115.  
  116.     [ Martin Wendel <martin@alba.udac.uu.se> 8-Apr-1994 ]
  117.  
  118.     Emil is a tool for converting between message formats used by
  119.     MIME, Eudora, SUN mailtool, PC and Mac based clients, etc. It is
  120.     easily extensible.  It can work either standalone, as an argument
  121.     driven filter program, or, if linked with sendmail-5.67b+IDA-1.5
  122.     or sendmail-8.6.8, as a mail gateway convertering messages sent
  123.     between various types of Internet mail clients.  It will give
  124.     a possibility to convert encoding formats of attachments and
  125.     convert character sets of text.  It can make a heterogenous mail
  126.     environment, consisting of various types of mail clients, act as
  127.     a homogenous environment; for instance sending only MIME based
  128.     messages to the outside world.
  129.  
  130.  
  131. Name:     encdec
  132. Product:  tool
  133. Platform: ISO C
  134. Where:    ftp://ftp.efd.lth.se/pub/mail/encdec.c.gz
  135. Author:   Joergen Haegg <jh@efd.lth.se>
  136. Comments: 
  137.  
  138. encdec is a simple standalone encoder/decoder for base64 and quoted
  139. printable written in ISO C.
  140.  
  141.  
  142. Name:     exmh
  143. Product:  MUA
  144. Platform: UNIX
  145. Where:    ftp://parcftp.xerox.com/pub/exmh/exmh-1.4.1.tar.Z
  146. Where:    ftp://harbor.ecn.purdue.edu/pub/tcl/code/exmh-1.4.1.tar.gz
  147. Author:
  148. Contact:  "Brent Welch" <welch@parc.xerox.com>
  149. Comments: 
  150.  
  151.     [ "Larry W. Virden" <lwv26@cas.org> 13-Aug-1994 ]
  152.  
  153.     A Tk based UI to MH.  Supports nested folders, MIME/metamail.
  154.  
  155.  
  156. Name:     metamail
  157. Product:  MUA and tools
  158. Platform: Unix Amiga MS-DOS
  159. Where:    ftp://thumper.bellcore.com/pub/nsb/mm2.7.tar.Z
  160.           The metamail distribution that Nathaniel Borenstein supports.
  161. Where:    ftp://thumper.bellcore.com/pub/nsb/contrib2.7.tar.Z
  162.           Contributed sources.
  163. Where:    ftp://thumper.bellcore.com/pub/nsb/mm2.7.dos.zip
  164.           MS-DOS binaries
  165. Author:   Nathaniel Borenstein
  166. Comments:
  167.  
  168.     [ Paul Eggert <eggert@bi.twinsun.com> ]
  169.  
  170.     Metamail is a software implementation of MIME, designed for easy
  171.     integration with traditional mail-reading interfaces -- typically,
  172.     users do not invoke metamail directly.  Ideally, extending the
  173.     local e-mail or news system to handle a new media format is a
  174.     simple matter of adding a line to a mailcap file.  Mailcap files
  175.     are described in RFC 1343.
  176.  
  177.  
  178. Name:      MHonArc
  179. Product:  HTML conversion tool
  180. Platform: Unix
  181. Where:    ftp://ftp.ics.uci.edu:/pub/dtd2html/MHonArc1.0.0.tar.gz
  182. Author:   Earl Hood <ehood@convex.com>
  183.  
  184.     [ Earl Hood <ehood@convex.com> 2-Oct-1994 ]
  185.  
  186.     MHonArc is a Perl program for converting e-mail messages as specified
  187.     in RFC 822 and RFC 1521 (MIME) to HTML. MHonArc can perform the
  188.     following tasks:
  189.     
  190.       * Convert mh(1) mail folders or mail(1) style mailboxes into an HTML
  191.     mail archive.
  192.       * Add new e-mail messages to an existing HTML mail archive generated
  193.     by MHonArc.
  194.       * Convert a single message to HTML.
  195.     
  196.     An index page is created when an archive is generated. MHonArc allows
  197.     complete customization over the appearance of the index page including
  198.     the ability to insert user defined HTML markup and content-type
  199.     sensitive icons for the mail messages processed.
  200.  
  201. For details refer to http://www.oac.uci.edu/indiv/ehood/mhonarc.doc.html
  202. The x-types handled by MHonArc are listed in section 3 of this FAQ.
  203.  
  204.  
  205. Name:     MIME for VM/CMS
  206. Product:
  207. Platform: VM/CMS
  208. Where:    gopher://ricevm1.rice.edu
  209. Author:
  210. Comments:
  211.  
  212.     [ Rick Troth <TROTH@ricevm1.rice.edu> 21-Jul-1993 ]
  213.  
  214.     This MIME decoder is available via Gopher from ricevm1.rice.edu
  215.     under "Other freely distributable CMS software", which is under
  216.     "CMS Gopher Software".
  217.  
  218.     It correctly reads:
  219.  
  220.         o text/plain,
  221.         o text/richtext, and
  222.         o image/gif.
  223.  
  224.     GIFs require the VMGIF package from Belgium.  I need filters for
  225.     PBM and PGM and then they'd work too.  Sounds are not useful on
  226.     the standard 3270 terminal (dumb terminals just don't play sounds).
  227.  
  228.     It splits out multipart/[anything] into separate files.  CMS has a
  229.     standard directory "browser" (FILELIST) that lets you view a bunch
  230.     of related files and decide what, if anything, you want to do with
  231.     them.
  232.  
  233.     Message/external-body doesn't work well, but probably will given
  234.     more development time.  I could use some samples to help with the
  235.     debugging of that part.
  236.  
  237.     It does NOT do applications, except for the one, octet-stream.
  238.     (which is treated as a kind-of "sendfile" utility) There *is* a
  239.     PostScript interpreter for CMS, but it is reported to be a dog (we
  240.     don't have it).  But I do hope to put the extraction code in for
  241.     these eventually.
  242.  
  243.     If a given content-type isn't understood, you just view the item
  244.     as-is.
  245.  
  246.     For composition, there's no CHARSET= parameter on the
  247.     Content-Type: text/plain line.  It's EBCDIC until it gets into
  248.     SMTP, then it's ASCII, then it might be anything, so I've left off
  249.     the CHARSET= parameter.
  250.  
  251.     An "attach" command is added to RiceMAIL when you run this, which
  252.     would then change the message from text/plain to multipart/mixed
  253.     and append the attachment after a boundary.  Attachments don't
  254.     "close" properly; that is, the final boundary isn't correct, but is
  255.     correctly processed by all of the MIME compliant readers I've
  256.     checked.  (there's some feature of RiceMAIL that causes this)
  257.  
  258.     This thing is based on CMS Pipelines, so adding features is easy
  259.     since we now have the base for MIME processing.
  260.  
  261.  
  262. Name:     MIME tools for GNU Emacs
  263. Product:  MUA
  264. Platform: Unix
  265. Where:    ftp://wnoc-fuk.wide.ad.jp/pub/GNU/etc/emacs-mime-tools.shar
  266. Author:   Masanobu UMEDA
  267. Comments:
  268.  
  269.     [ Masanobu UMEDA <umerin@mse.kyutech.ac.jp> 07-Aug-1993 ]
  270.  
  271.     MIME tools that consist of "mime.el", "rmailmime.el" and
  272.     "metamail.el" are tools for reading and composition of MIME
  273.     messages for GNU Emacs and its variants.  "mime.el" is a simple
  274.     MIME message composer that works with mail mode, news mode, and
  275.     mhe letter mode.  Messages of plain and richtext text, audio, and
  276.     image, and multipart messages of them can be composed by using
  277.     "mime.el".  "rmailmime.el" is for reading MIME messages within
  278.     Rmail.  "metamail.el" is an interface to metamail.  The metamail
  279.     package is required by these tools.
  280.  
  281.  
  282. Name:     MIME tools for NeXT
  283. Product:  editor
  284. Platform: NeXT
  285. Where:
  286. Author:   Dave Lacey
  287. Comments:
  288.  
  289.     [ Dave Lacey <dave@blackbox.isca.uiowa.edu> ]
  290.  
  291.     I'd like to keep you apprised of some MIME work I'm doing.  I'm
  292.     interested in using MIME as a transport medium for multi-media
  293.     gopher documents.  My particular use is for Radiology info, but it
  294.     would work for just about anything.
  295.  
  296.     I've got a NeXT Gopher client almost working and I also have a
  297.     NeXT based MIME file editor that reads/creates MIME documents.
  298.     Both work, but need a bit more extension.  I will likely
  299.     distribute the source to this, so the MIME reader (which is
  300.     essentially an object) can be re-used in other apps.
  301.  
  302.  
  303. Name:     mpack
  304. Product:  MUA/utility
  305. Platform: Unix, MS-DOS, Macintosh, Amiga
  306. Where:    ftp://ftp.andrew.cmu.edu/pub/mpack/mpack-1.4-src.tar.Z
  307.           Sources for all versions
  308. Where:    ftp://ftp.andrew.cmu.edu/pub/mpack/mpack-1.4-pc.zip
  309.           MS-DOS binaries
  310. Where:    ftp://ftp.andrew.cmu.edu/pub/mpack/mpack-1.4-mac.hqx
  311.           Macintosh binary
  312. Where:    ftp://ftp.andrew.cmu.edu/pub/mpack/mpack-1.4-amiga.lha
  313.           Amiga binaries
  314. Author:   John Gardiner Myers, Chris Newman (Mac), Mike Meyer (Amiga)
  315. Comments:
  316.  
  317.     [ John Gardiner Myers <jgm+@CMU.EDU> 1-Jun-1994 ]
  318.  
  319.     Mpack is a minimal implementation of MIME, designed for encoding and
  320.     decoding binary files in MIME messages.  In short, it is the MIME
  321.     equivalent of uuencode and uudecode.  For backwards compatibility,
  322.     it can also decode messages in split-uuencoded format.  The Macintosh
  323.     port can also handle AppleSingle, AppleDouble, and BinHex.
  324.  
  325.  
  326. Name:     n2m
  327. Product:  conversion tool
  328. Platform: NeXT
  329. Where:    ftp://nexus.yorku.ca/pub/n2m.shar
  330. Author:   
  331. Comments:
  332.  
  333.     [ Dave Collier-Brown <davecb@ccs.yorku.ca> 04-Jan-1993 ]
  334.  
  335.     Nn2m is a program that converts a file containing a NeXT-format
  336.     multimedia message into a file containing a MIME-format multimedia
  337.     message.
  338.  
  339.     It is usable on Berkeley-derived systems, or ones otherwise using
  340.     /usr/lib/sendmail as a mail transfer agent. It is in use on SunOS
  341.     4.1.1 and Ultrix 4.2, tested briefly on Aix 3.2 and NeXT.
  342.  
  343.     Description: it is used with non-NeXT mail user agents to convert
  344.     NeXT mail to MIME, which is intelligible to more than just the NeXT
  345.     mail program.  The resulting file will usually be more intelligible
  346.     to non-multimedia mail user agents.
  347.  
  348.     The textual part of the mail is converted into text, as well as
  349.     Microsoft RTF, and the attachments follow, as text/plain wherever
  350.     possible, as base64 encoded binaries otherwise.  This suffices for
  351.     messages with ASCII files pasted into them.
  352.  
  353.     Caveat:  This is a converter, not a translator: the conversion of
  354.     sound and of the initial "index.rft" file is not correctness-
  355.     preserving.
  356.  
  357.  
  358. Name:     Safe-TCL (Enabled Mail)
  359. Product:  extension package
  360. Platform: UNIX
  361. Where:    ftp://ftp.ics.uci.edu/mrose/safe-tcl/safe-tcl.tar.Z
  362. Where:      ftp://ftp.ics.uci.edu/mrose/safe-tcl/safe-tcl-contrib.tar.Z
  363. Author:   Marshall T. Rose
  364. Contact:  safe-tcl-request@uunet.uu.net
  365. Comments:
  366.  
  367.     [ "Larry W. Virden" <lwv26@cas.org> 13-Aug-1994 ]
  368.  
  369.     Incoming email processing tool based on Tcl.  Software also available
  370.     which can build MIME messages and send them.  Incoming email
  371.     processing includes ability to execute encapsulated Tcl programs at
  372.     delivery or upon viewing.
  373.  
  374.     [ Jerry Sweet <jsweet@irvine.com> 5-Sep-1994 ]
  375.  
  376.     Papers about Enabled Mail and Safe-TCL are available from these
  377.     sources:
  378.  
  379.     ftp://thumper.bellcore.com/pub/nsb/st/em-model.txt
  380.     ftp://thumper.bellcore.com/pub/nsb/st/safe-tcl.ps
  381.     ftp://thumper.bellcore.com/pub/nsb/st/safe-tcl.txt
  382.  
  383.  
  384. Name:     sun-to-mime
  385. Product:  conversion tool
  386. Platform: OpenWindows
  387. Where:    ftp://cs.utk.edu/pub/MIME/sun-to-mime.perl
  388. Where:    ftp://cs.utk.edu/pub/MIME/sun-to-mime.c
  389. Author:   Keith Moore
  390. Comments:
  391.  
  392.     [ Keith Moore <moore@cs.utk.edu> 27-Dec-1992 ]
  393.  
  394.     A perl script (and conversion to C of same) that converts
  395.     OpenWindows mail to MIME.  Body parts currently supported are:
  396.     text, gif, Sun rasterfile (converted to image/gif), postscript, and
  397.     audio.  Other types default to application/octet-stream.  It's easy
  398.     to extend the set of types supported and to add conversions, if
  399.     necessary.
  400.  
  401.     The script requires uuencode, uudecode, zcat (aka uncompress),
  402.     and the "convert" program from ImageMagick.  If you don't have
  403.     ImageMagick you can probably substitute the pbm stuff with little
  404.     fuss.
  405.  
  406.  
  407. Name:     uu-to-mime
  408. Product:  conversion tool
  409. Platform: perl
  410. Where:    ftp://cs.utk.edu/pub/MIME/uu-to-mime.perl
  411. Author:   Keith Moore <moore@cs.utk.edu>
  412. Comments: 
  413.  
  414. A perl script that translates an RFC 822 message containing a single
  415. uuencoded file to a MIME message containing a base64-encoded file.
  416.  
  417. --------------------------------
  418.  
  419. 7.3) Mail user agents and transport systems
  420.  
  421. Name:     Andrew
  422. Product:  Multimedia system
  423. Platform: Unix
  424. Where:
  425. Author:
  426. Comments:
  427.  
  428.     [ Susan Straub <susan+@andrew.cmu.edu> 11-Jan-1993 ]
  429.  
  430.     Andrew is a very large and ambitious software system developed at
  431.     Carnegie Mellon University.  It is installed at hundreds of sites
  432.     throughout the world, and includes a multimedia document editor,
  433.     help system, and various other utilities.  In particular, it
  434.     includes a feature-rich program, "messages", which can read and
  435.     send mail and news articles in MIME format, including images,
  436.     audio, richtext, and more.  Andrew is available in binary release
  437.     for several Unix system architectures, and also in source form.
  438.     Be warned that the source distribution is itself about 50
  439.     megabytes, but you really are getting a LOT of stuff.  For
  440.     information on how to obtain a copy of Andrew, send mail to
  441.     info-andrew-request@andrew.cmu.edu.
  442.  
  443.  
  444. Name:     elm
  445. Product:  MUA
  446. Platform: Unix
  447. Where:
  448. Author:
  449. Comments:
  450.  
  451.     [ Syd Weinstein <syd@dsinc.dsi.com> 21-Dec-1992 ]
  452.  
  453.     Elm support for MIME:
  454.     2.3 - uses metamail supplied patch from Nathaniel Borenstein. 
  455.  
  456.     2.4:
  457.         reading: detects MIME headers and calls metamail automatically
  458.         if the message cannot be displayed on the current screen using
  459.         the native capabilities of the display (recognizes some char
  460.         sets as native)
  461.  
  462.         sending: detects [include ] markers and makes them MIME attachments.
  463.         Still very 'crude', but its all we had time for, as to the
  464.         release deadline of 'Elm' and MIME.
  465.  
  466.     3.x:
  467.         reading: probably no change from 2.x, but will understand
  468.         some 'file storage' types and allow for splitting off attachments
  469.         on their own.
  470.  
  471.         sending: will allow defining attachments to be added and auto build
  472.         the MIME stuff, in addition to the [include ] syntax.
  473.  
  474.     release status:
  475.     2.3: obsolete
  476.     2.4: Current PL is 23.
  477.     3.x: not planned until some time in 1994.
  478.  
  479.  
  480. Name:     Eudora 1.4.2
  481. Product:  MUA
  482. Platform: Macintosh MS-Windows
  483. Where:    ftp://ftp.qualcomm.com/quest/eudora/windows/1.4/eudor142.exe
  484. Where:      ftp://ftp.qualcomm.com/quest/eudora/mac/1.4/eudora142.hqx
  485. Where:    ftp://src.doc.ic.ac.uk/computing/systems/ibmpc/windows3/winsock/eudora14.exe
  486. Author:   Steve Dorner <sdorner@qualcomm.com>
  487. Author:   Jeff Beckley <beckley@qualcomm.com> (Windows Version)
  488. Comments:
  489.  
  490. Eudora 1.4 is a MUA for Macs and PCs that uses POP3 and SMTP and
  491. supports MIME.  A commercial version is also available: see the next
  492. section.
  493.  
  494.  
  495. Name:     HUyMail
  496. Product:  MTA/MUA
  497. Platform: VMS
  498. Where:    ftp://ftp.technion.ac.il/pub/unsupported/vms/local/local/huymail*.bck
  499. Author:   Yehavi Bourvine
  500. Comments:
  501.  
  502.     [ Yehavi Bourvine <YEHAVI@vms.huji.ac.il> 22-Jul-1993 ] 
  503.  
  504.     HUyMailer is a store and forward mailer for VAX/VMS and AXP/VMS
  505.     systems which supports as transports: DECnet, Multinet/TcpIp,
  506.     HUJI-NJE and PMDF.  The software is available freely for
  507.     non-commercial use as a C source code.
  508.  
  509.     The mailer supports two users' interfaces: VMS/MAIL (to which the
  510.     connection is done via MAIL11 DECnet connection) or a locally
  511.     written interface called BMAIL.  BMAIL is a menu oriented interface
  512.     which supports MIME and Hebrew.
  513.  
  514.  
  515. Name:     Iride
  516. Product:  MUA
  517. Platform: Macintosh
  518. Where:    ftp://gnbts.univ.trieste.it/mime/Iride.sea.hqx
  519. Author:   GNBTS
  520. Comments:
  521.  
  522.     [ From the README ]
  523.  
  524.     Iride is (or will be -- it's currently in beta test) an
  525.     implementation of a MIME user agent on the Apple Macintosh
  526.     computer.  It was developed as part of a project of the GNBTS -
  527.     Gruppo Nazionale Bioingegneria sezione di Trieste, for the
  528.     integration of multimedia mail with hospital data storing
  529.     facilities, in particular for the transfer of bioimages.
  530.     
  531.     This is a far from a complete MIME implementation, but I think 
  532.     it is quite usable.
  533.  
  534.     To use it you need:
  535.         o Macintosh with MacTCP 1.1 or better installed
  536.         o 32 bit ColorQuickDraw if you want to use images
  537.         o audio input device if you want to create audio messages
  538.         o connection to a SMTP mail relay
  539.         o connection to a POP3 server
  540.     
  541.     MIME types supported:
  542.     
  543.     text/plain              charset=US-ASCII only
  544.     text/richtext           (no tool for composing richtext yet)
  545.     
  546.     audio/basic
  547.     audio/X-macaudio        generated when a NOT sampled audio pasted in
  548.     
  549.     image/GIF
  550.     image/X-macPICT         generated when color QuickDraw is missing only
  551.     
  552.     multipart/mixed         each part is shown in a different window
  553.                             MUST change this
  554.     multipart/parallel     
  555.     multipart/alternative   handled as multipart/mixed
  556.                             MUST change this
  557.  
  558. Name:     mercurius
  559. Product:  MUA
  560. Platform:
  561. Where:    ftp://ftp.lii.unitn.it/pub/mercurius/mercurius.tar.Z
  562. Author: 
  563. Contact:  mercurius-bugs@lii.unitn.it
  564. Comments:
  565.  
  566.     [ "Larry W. Virden" <lwv26@cas.org> 13-Aug-1994 ]
  567.  
  568.     Mercurius facilitates composing and reading multimedia electronic
  569.     messages compliant with the Multipurpose Internet Mail Extensions
  570.     (MIME).
  571.  
  572.  
  573. Name:        MEUF [Mail Extended Using Faces]
  574. Product:    MUA
  575. Platform:    Unix/X
  576. Where:            ftp://ftp.inria.fr
  577. Where:        ftp://ftp.enst.fr
  578. Contact:    Daniel.Glazman@der.edf.fr
  579. Author:        Daniel Glazman
  580. Comments:
  581.  
  582.     [ Daniel Glazman <glazman@cli51ak.der.edf.fr> 23-Sep-1994 ]
  583.  
  584.     Meuf is a student project I developed at Ecole Nationale
  585.     Superieure des Telecommunications de Paris with the System
  586.     staff. It has grown A LOT to become a MIME-native MUA running
  587.     under Xt/Xaw.
  588.  
  589.     Earlier non-MIME versions (1.3 and 1.4) are available by anonymous
  590.     ftp from ftp.inria.fr and ftp.enst.fr.
  591.  
  592.     Currently developed version 3.0 will be released as a freely
  593.     available product as soon as I'll get the authorization. Code has
  594.     features:
  595.  
  596.     Pure MUA features:
  597.         * Faces (48x48 XBM bitmaps) display using the X-Faces
  598.           header field and included logos distribution
  599.         * does not rely on "faces" package
  600.         * folders (also with Faces display)
  601.         * waste basket
  602.         * messages sort by date, subject, length, ...
  603.         * unlimited aliases
  604.         * .face, .signature, .prologue, /usr/games/fortune handling
  605.         * automagically deleted messages
  606.         * References, Priority, Bcc, Return-Receipt-To handling
  607.         * "Trusted Users" features
  608.         * ignored header fields
  609.         * online help
  610.         * drag and drop for messages/folders management
  611.         * interactive Face design
  612.         * "Properties" windows
  613.  
  614.     MIME features:        
  615.         * does not rely on "metamail" package
  616.         * full MIME composition and restitution for non-textual
  617.           parts and text/plain
  618.         * multiparts composition and restitution
  619.         * basic text/richtext and text/enriched restitution
  620.         * mailcap mechanism
  621.         * Sun-Attachments parsing
  622.         * MIME incorporation
  623.         * MIME-clipboard (copy/paste of MIME parts between messages)
  624.         * extraction of forwarded MIME-messages for MIME restitution
  625.         * User's Guide (PS), Admin. Guide (PS)
  626.  
  627.     Successfully compiled and used with:
  628.         Sun        SunOs 4.1.x and Solaris 2.x
  629.         HP 9000/7xx    HP-UX > 9.01
  630.         DECstation    Ultrix
  631.         IBM RS6000    AIX > 3.2.4
  632.         Convex
  633.  
  634.     More information at http://lara0.exp.edf.fr/glazman/meuf.html
  635.     Availability will be announced in comp.mail.mime newsgroup.
  636.  
  637.  
  638.  
  639. Name:     MH 6.8
  640. Product:  MUA
  641. Platform: Unix
  642. Where:    ftp://ftp.ics.uci.edu/pub/mh/mh-6.8.tar.Z
  643. Where:    ftp://louie.udel.edu/portal/mh-6.8.tar.Z
  644. Author:
  645. Comments:
  646.  
  647. MIME support is available for the MH message handling system; the
  648. primary reader and generator is the program mhn(1) although other MH
  649. programs are also changed.  The current release of MH is 6.8, the first
  650. to include MIME support when appropriately installed.  mhn does not
  651. use the mailcap mechanism described in RFC 1343.
  652.  
  653. A tutorial for mhn is available:
  654.  
  655. Where:    ftp://ftp.ics.uci.edu/mh/contrib/multimedia/mhn-tutorial.tex
  656.       ftp://ftp.ics.uci.edu/mh/contrib/multimedia/mhn-tutorial.sty
  657.       ftp://ftp.ics.uci.edu/mh/contrib/multimedia/mhn-tutorial.ps
  658.  
  659. See the newsgroup comp.mail.mh for further information.
  660.  
  661.  
  662. Name:     MIXMH
  663. Product:  MUA
  664. Platform: Unix with X
  665. Where:    ftp://aun.uninett.no/pub/mail/mixmh/mixmh-0.3.tar.Z
  666. Author:
  667. Comments:
  668.  
  669.     [ Harald Tveit Alvestrand <Harald.Alvestrand@delab.sintef.no> 10-Dec-1992 ]
  670.  
  671.     This version is based on XMH version 1.6 from SEI, Carnegie Mellon.
  672.     It supports sending MIME with extended character sets in the headers
  673.     (per RFC 1342) and the body (per RFC 1341 text/plain).  It has
  674.     limited support for multipart messages.
  675.  
  676.     The source is freely redistributable and modifiable.
  677.  
  678.     As you can see from the version number, it is still not considered
  679.     fully stable. Bugs may be reported to mixmh-bugs@uninett.no
  680.     Information and discussion will take place on mixmh-info@uninett.no;
  681.     mail to mixmh-info-request@uninett.no to join.
  682.  
  683.  
  684. Name:     Pegasus mail
  685. Product:  MUA
  686. Platform: MS-DOS, MS-Windows, Macintosh
  687. Where:    ftp://risc.ua.edu/pub/network/pegasus/*
  688. Author:   David Harris <david@pmail.gen.nz>
  689. Comments:
  690.  
  691.     [ James Ford <JFORD@ua1vm.ua.edu> 2-Nov-1993 ]
  692.  
  693.     Pegasus Mail is an E-Mail package for Novell network v2.15 and higher
  694.     that supports MHS (natively) and SMTP.  The MS-DOS version (v3.01a)
  695.     is MIME compliant; the MS-Windows version should be by mid-November.
  696.     I do not know the timetable for the Mac version.  You can either
  697.     get a PC-based SMTP gateway for it (Charon, by Brad Clements) or a
  698.     (Netware v3.11) NLM-based version (Mercury, by David Harris) from
  699.     risc.ua.edu.  I believe that the SMTP gateway Mercury supports 8-bit
  700.     MIME encoding.
  701.  
  702.  
  703. Name:     Pine
  704. Product:  MUA
  705. Platform: Unix
  706. Where:    ftp://ftp.cac.washington.edu/pine/pine.tar.Z
  707. Author:   Laurence Lundblade, Michael Seibel, Mark Crispin
  708. Comments:
  709.  
  710.     [ From the release notes 21-Sep-1993 ]
  711.  
  712.     Pine(tm) --a Program for Internet News & E-Mail-- is a tool for
  713.     reading, sending, and managing electronic messages.  It was designed
  714.     specifically with novice computer users in mind, but can be tailored
  715.     to accommodate the needs of "power users" as well.  Pine uses
  716.     Internet message protocols (e.g. RFC-822, SMTP, MIME, IMAP, NNTP)
  717.     and runs on Unix and MS-DOS.
  718.  
  719.     The guiding principles for Pine's user-interface were: careful
  720.     limitation of features, one-character mnemonic commands,
  721.     always-present command menus, immediate user feedback, and high
  722.     tolerance for user mistakes. It is intended that Pine can be learned
  723.     by exploration rather than reading manuals.  Feedback from the
  724.     University of Washington community and a growing number of Internet
  725.     sites has been encouraging.
  726.  
  727.     Pine's message composition editor, Pico, is also available as a
  728.     separate stand-alone program.  Pico is a very simple and easy-to-use
  729.     text editor offering paragraph justification, cut/paste, and a
  730.     spelling checker.
  731.  
  732.     [ David L Miller <dlm@cac.washington.edu> 31-Aug-1994 ]
  733.  
  734.     For more information, see http://www.cac.washington.edu/pine/
  735.  
  736.  
  737. Name:     Tkmailto
  738. Product:  MUA
  739. Platform: UNIX
  740. Where:    ftp://harbor.ecn.purdue.edu/pub/tcl/code/tkmailto-1.0.tar.gz
  741. Author: 
  742. Contact:  "Johan Lindbladh" <tet90jl@tintin.hik.se>
  743. Comments: 
  744.  
  745.     [ "Larry W. Virden" <lwv26@cas.org>, 13-Aug-1994 ]
  746.  
  747.     Alpha version Tk-based mail composer which supports MIME.  Requires
  748.     Safe-Tcl 1.1.
  749.  
  750. --
  751.  
  752. 8) Commercial MIME software packages
  753. ------------------------------------
  754.  
  755. Name:     Echelon
  756. Product:  MUA
  757. Platform: NEXTSTEP
  758. Contact:  ak272@freenet.acsu.buffalo.edu
  759. Author:   Doug Boyce <ak272@freenet.acsu.buffalo.edu>
  760. Comments:
  761.  
  762. Echelon is a MUA for NEXTSTEP that can decode, display, and compose both
  763. NeXTmail and MIME.  Most MIME types are supported.  A demo version is
  764. available from
  765.  
  766. Where:    ftp://nova.cc.purdue.edu/pub/next/submissions/Echelon_1.12.tar.gz
  767.  
  768.  
  769. Name:     ECSMail
  770. Product:  MUA/MTA
  771. Platform: Unix, NT, OS/2, OpenVMS, MS-DOS, MS-Windows, Mac System 7
  772. Contact:  ECS Sales <ecs-sales@edm.isac.ca>
  773. Phone:    +1 403 420 8081
  774. Author:
  775. Comments:
  776.  
  777.     [ Steve Hole <steve@edm.isac.ca> 24-Aug-1993 ]
  778.  
  779.     ECSMail is an electronic mail product for building enterprise mail
  780.     systems.  It is designed from start to finish as a system for
  781.     establishing mail services throughout an organization, with external
  782.     organizations and the world information system in general.  It does
  783.     this by using a completely standards based architecture.
  784.  
  785.     ECSMail is comprised of the following system components:
  786.  
  787.      ECSMail MUA Set      - a set of Mail User Agents (MUA) 
  788.      ECSMail MTA Set      - a set of Message Transport Agents (MTA)
  789.      ECSMail MS Set       - a set of Message Services (MS)
  790.  
  791.     All components support both MIME/822 and X.400, and run under
  792.     Unix, Microsoft NT, OS/2, OpenVMS.  Additionally, the MUA Set runs
  793.     under MS-DOS, Microsoft Windows, and Mac System 7.
  794.  
  795.     Pricing for the ECS products and ISA business information can be 
  796.     obtained by contacting:
  797.  
  798.      ECS Sales 
  799.      835 10040 - 104 Street
  800.      Edmonton, Alberta, Canada
  801.      T5J 0Z2
  802.  
  803.      Phone: 403-420-8081
  804.      Fax:   403-420-8037
  805.  
  806.     or by sending a request through electronic mail to the address:
  807.  
  808.      ECS Sales <ecs-sales@edm.isac.ca>
  809.  
  810.  
  811. Name:     Eudora 2.0.2
  812. Product:  MUA
  813. Platform: Macintosh
  814. Contact:  eudora-sales@qualcomm.com
  815. Author:   Steve Dorner <sdorner@qualcomm.com>
  816. Author:   Jeff Beckley <beckley@qualcomm.com> (Windows Version)
  817. Comments:
  818.  
  819. Commercial versions of Eudora with more features than the freely
  820. available ones.
  821.  
  822. Information about the commercial versions of Eudora can be found at:
  823.  
  824. ftp://ftp.qualcomm.com:/quest/eudora/windows/Eudor2Info-*.exe
  825. ftp://ftp.qualcomm.com:/quest/eudora/mac/Eudora2Info-*.sea.hqx
  826.  
  827.  
  828. Name:     IBM multimedia mail
  829. Product:
  830. Platform: OS/2
  831. Contact:  Jerry Cuomo <gcuomo@watson.ibm.com>
  832. Author:   IBM
  833. Comments:
  834.  
  835.     [ Larry Salomon Jr <os2man@panix.com> 10-Dec-1992 ]
  836.  
  837.     I'm not going to follow this group, but I wanted to state that IBM -
  838.     at the T.J. Watson Research Center - is developing a multimedia mail
  839.     application for OS/2 which is based on the Mime spec.  They demoed
  840.     it at Interop.
  841.  
  842.     For more information, including (probably) how to become a test site
  843.     (I haven't confirmed whether they're actually going to do this,
  844.     but they've done it before), contact the department manager, Jerry
  845.     Cuomo, at gcuomo@watson.ibm.com.
  846.  
  847.  
  848. Name:     iGate
  849. Product:  WordPerfect Office gateway
  850. Platform:
  851. Contact:  smart@actrix.gen.nz
  852. Author:   Smart Systems
  853. Comments:
  854.  
  855.     [ Quentin Smart <smart@acme.gen.nz> 25-Sep-1993 ]
  856.  
  857.     iGate provides seamless connectivity to SMTP mail from WordPerfect
  858.     office.  Running as a native gateway under the Office Connection
  859.     server and incorporting a TCP/IP stack iGate is a complete solution
  860.     with no extras like MHS or TCP/IP stacks required.
  861.     
  862.     Further information from:
  863.  
  864.         Smart Systems
  865.         PO Box 5017
  866.         Wellington, New Zealand
  867.         +64 6 3561484
  868.         smart@actrix.gen.nz
  869.  
  870.  
  871. Name:     Internet Exchange for cc:Mail
  872. Product:  cc:Mail to SMTP/MIME Internet Mail Gateway
  873. Platform: MS-Windows
  874. Contact: 
  875. Phone:    +1 415 871 4045
  876. Author:   International Messaging Associates
  877. Comments:
  878.  
  879.     [ Tim Kehres <kehres@ima.com> 08-Dec-1993 ]
  880.  
  881.     For cc:Mail users, Internet Exchange is the gateway of choice to
  882.     provide standardized full multimedia connectivity between cc:Mail
  883.     users and their Internet partners.  Internet Exchange for cc:Mail
  884.     can be used to interconnect cc:Mail networks with external users on
  885.     the Internet as well as connecting your own internal network to your
  886.     cc:Mail community.
  887.  
  888.     Internet Exchange for cc:Mail is the first SMTP to cc:Mail gateway
  889.     that suports the full MIME Internet standard for exchanging rich
  890.     media multipart messages.  This means that your cc:Mail users can
  891.     now exchange any attachment types with Internet based mail systems.
  892.     By using the MIME standard, Internet Exchange for cc:Mail users
  893.     will be assured future compatibility with other MIME compliant mail
  894.     gateways.
  895.  
  896.     To simplify administration and management, the Internet Exchange
  897.     System Manager runs under Windows 3.1.  On screen buttons provide
  898.     administration access into the gateway operations.  Managers can
  899.     easily view and modify all gateway activity.  Message routing is
  900.     accomplished using any combination of host tables,Domain Name System
  901.     (DNS) lookup, and default mail host routing.
  902.  
  903.  
  904. Name:     Ishmail
  905. Product:  MUA
  906. Platform: SunOS, Solaris, AIX, HP-UX, and UnixWare
  907. Contact:  info@hal.com
  908. Phone:    +1 800 762 0253 or +1 512 834 9962
  909. Where:    ftp://ftp.halsoft.com
  910. Pricing:  $99 U.S. for single user. Multi-user/site license discounts.
  911. Author:   HaL Software Systems
  912. Comments:
  913.  
  914.     [ Frank Bieser <frankb@hal.com> 21-Jun-1994 ]
  915.  
  916.     Ishmail is a MIME-capable e-mail tool with a Motif graphical user
  917.     interface. Ishmail includes the following features:
  918.  
  919.     - Full support of MIME data types: plain text, rich text, GIF,
  920.       JPEG, U-LAW audio, MPEG, binary, PostScript, ODA, RFC822 mail
  921.       message, plus user-defined extensions.
  922.  
  923.     - Message attachments supported via: local file, AFS, mail server,
  924.       regular FTP, anonymous FTP, and TFTP.
  925.  
  926.     - Support for composing, viewing, and printing rich text messages.
  927.  
  928.     - Easily customized through GUI dialogs for fonts, definition and
  929.       placement of custom buttons, message list sorting and format, etc.
  930.  
  931.     - Variety of user interaction methods, ranging from "drag and drop"
  932.       and custom buttons to keyboard shortcuts.
  933.  
  934.     - Support for use of, modification, and addition of sendmail-style
  935.       mail aliases.
  936.  
  937.     - User defined alert commands and icons, triggered by matching 
  938.       patterns in incoming mail headers.
  939.  
  940.     - On-line help cards, including context sensitive help.
  941.  
  942.     - Full end-user manual provided in PostScript format.
  943.  
  944.     - Complete hypertext version of end-user manual available via World Wide
  945.       Web at <http://www.hal.com/products/sw/ishmail/user-guide.html>
  946.  
  947.     HaL Software Systems
  948.     3006 Longhorn Blvd #A-113
  949.     Austin, TX 78758-7631
  950.  
  951.  
  952. Name:     Mail*Hub
  953. Product:
  954. Platform: Control Data 4000 Series Mips-based Unix systems
  955. Contact:  rrr@svl.cdc.com
  956. Author:   Control Data Systems
  957. Comments:
  958.  
  959.     [ <rrr@duck.svl.cdc.com> 23-Dec-1992 ]
  960.  
  961.     Mail*Hub includes support for X.400, X.500, SMTP, and creating,
  962.     viewing, and sending MIME enclosures in mail. In addition, the Fax
  963.     Gateway portion of Mail*Hub supports sending mail with MIME
  964.     enclosures to a Fax machine.  Graphical MIME components
  965.     (Postscript, GIF, TIFF,...)  are automatically recognized and
  966.     imaged at the receiving Fax machine.
  967.  
  968.  
  969. Name:        MAIL-IT 
  970. Product:      MUA 
  971. Platform:    MS Windows 3.x 
  972. Contact:    mail-it@unipalm.co.uk 
  973. Phone:        1-800-368-0312 
  974.         (+44) 223 250 100
  975. Author:         Unipalm Ltd. 
  976. Comments: 
  977.  
  978.     [ Maria Porto <maria@unipalm.co.uk>, 7-Jul-1994 ]
  979.  
  980.     MAIL-IT is a Winsock-compatible SMTP/POP mail client with MIME
  981.     functionality.  By implementing Microsoft's Extended MAPI
  982.     architecture, MAIL-IT allows mail to be sent from directly within
  983.     MAPI-enabled applications such as Word for Windows, Excel,
  984.     WordPerfect, Lotus 1-2-3 and Ami Pro, thus Internet-enabling the
  985.     user's desktop.
  986.      
  987.     MAIL-IT benefits include: 
  988.      
  989.     -  support for MIME 
  990.     -  implementation of Microsoft's MAPI architecture 
  991.     -  full drag and drop 
  992.     -  hierarchical foldering 
  993.     -  uses SMTP for sending, and POP2 or POP3 for receiving mail 
  994.     -  local address book 
  995.  
  996.     There is a 30-day demo copy available for anonymous ftp: 
  997.     ftp://pipe.pipex.net/xtech/mail-it/mie202.zip
  998.     Please contact us for the decrypting password.
  999.  
  1000.  
  1001. Name:     Mail*Link SMTP for QuickMail, Microsoft Mail for AppleTalk, and
  1002.           PowerShare
  1003. Product:  Macintosh Mail systems to SMTP/MIME gateways
  1004. Platform: Macintosh
  1005. Contact:  info@starnine.com
  1006. Phone:    510-649-4949
  1007. Author:   StarNine Technologies, Inc.
  1008. Comments:
  1009.  
  1010.     [David Thompson <david@starnine.com> 19-Sept-1994 ]
  1011.  
  1012.     Mail*Link SMTP 3.0 is the industry-standard for connecting
  1013.     Macintosh mail systems to each other, as well as PC, UNIX and
  1014.     host-based mail systems on corporate LANs and the Internet.  The
  1015.     Mail*Link family of gateways now provides MIME support for all
  1016.     major Macintosh LAN messaging systems including QuickMail,
  1017.     Microsoft Mail for AppleTalk and PowerShare Collaboration servers.
  1018.     
  1019.     Per-destination processing of messages in version 3.0 allows
  1020.     gateway administrators to configure translation and enclosure
  1021.     handling methods for outgoing messages addressed to a specific
  1022.     SMTP address, domain, or host.  The gateway ships with three
  1023.     preprogrammed translation methods for sending messages to users on
  1024.     PCs, UNIX, and MIME-capable systems.
  1025.     
  1026.     Mail*Link SMTP uses the proposed MacMIME standard to allow more
  1027.     flexibility when receiving messages with MIME-encoded Macintosh
  1028.     files.  An option to encode an attachment's datafork only with
  1029.     MIME greatly increases compatibility with non-Macintosh MIME
  1030.     systems.  Other enclosure handling options include
  1031.     MacBinary-UUENCODE, AppleSingle-UUENCODE, BinHex 4.0, and
  1032.     Datafork-only-UUENCODE, and StuffIt compression.
  1033.  
  1034.  
  1035. Name:     Mail*Link Internet for PowerTalk
  1036. Product:  PowerTalk to SMTP/MIME Internet Mail Gateway
  1037. Platform: Macintosh System 7.5
  1038. Contact:  info@starnine.com
  1039. Phone:    510-649-4949
  1040. Author:   StarNine Technologies, Inc.
  1041. Comments:
  1042.  
  1043.     [David Thompson <david@starnine.com> 19-Sept-1994 ]
  1044.  
  1045.     Mail*Link Internet for PowerTalk is a personal gateway that allows
  1046.     System 7.5 users in SMTP/POP3 environments to exchange messages
  1047.     with Internet mail users.
  1048.     
  1049.     Version 1.0 supports System 7.5 and System 7 Pro Macintoshes with
  1050.     MacTCP (included) on a local area network.  It uses the standard
  1051.     Simple Mail Transfer Protocol (SMTP) and Post Office Protocol
  1052.     (POP3) for sending and reading mail within the LAN.  If the LAN is
  1053.     connected to the Internet, PowerTalk users can also exchange
  1054.     messages with external Internet users.  Version 1.5, due out in
  1055.     September, 1994 will support SLIP or PPP connections.
  1056.     
  1057.     Incoming Internet messages are placed in the PowerTalk universal
  1058.     mailbox on the desktop.  Users can send Internet messages from
  1059.     within their preferred PowerTalk-savvy application such as
  1060.     WordPerfect, ClarisWorks, or the Finder.  The gateway supports
  1061.     standard Macintosh file enclosure handling methods including
  1062.     AppleSingle-UUEncode, Datafork only-UUENCODE, MacBinary, and
  1063.     BinHex, as well as MIME.
  1064.     
  1065.     A 60-day trial version of the gateway is available on StarNine's
  1066.     anonymous FTP server (ftp://ftp.starnine.com/pub/evals/pt-inet)
  1067.     as well as on the CD-ROM version of Apple's System 7.5 product
  1068.     (look in the CD Extras folder).
  1069.  
  1070.  
  1071. Name:     MPOWER
  1072. Product:
  1073. Platform:
  1074. Contact:
  1075. Author:   HP
  1076. Comments:
  1077.  
  1078.     [ Harald Alvestrand <Harald.Alvestrand@delab.sintef.no> 22-Jan-1993 ]
  1079.  
  1080.     If anyone is interested, the new multimedia product from HP called
  1081.     MPOWER supports MIME format mail.
  1082.  
  1083.     You can drag and drop a picture onto the mail icon, and it will be
  1084.     sent as a MIME message.
  1085.  
  1086.     (Unfortunately, they forgot to quote the delimiter that had a dot in
  1087.     it, and PINE failed to parse that......well, it's a betatest.)
  1088.  
  1089.  
  1090. Name:       NetMail/3000
  1091. Product:   SMTP/MIME compatible electronic mail system for HP3000s
  1092. Platform:  HP3000 MPE/V, HP3000 MPE/iX
  1093. Contact:   solcentr@netcom.com (Solution Centers International)
  1094. Telephone: (US) 800 Net-Mail (UK)+44 (0480) 301364 (Other) +1 916 622-0630
  1095. Fax:       (US) 916 622-0738 (UK) +44 (0480) 493109 (Other) +1 916 622-0738
  1096. Author:    3k Associates (support@3k.com)
  1097. Comments:
  1098.  
  1099.     [ Chris Bartram <rcb@3k.com> 3-Jun-1994 ]
  1100.  
  1101.     NetMail/3000 is a full featured electronic mail system for HP3000
  1102.     computer systems which was designed as an SMTP and MIME compatible
  1103.     network mail system.  NetMail/3000 provides a user interface
  1104.     compatible with "dumb" terminals, but also has hooks to identify and
  1105.     utilize features of HP terminals and PC or Mac based HP terminal
  1106.     emulator packages. Users can send messages (8-bit character sets are
  1107.     supported) and attach any number of files (host or pc based) to their
  1108.     messages (PC/Mac based files are automatically retrieved and loaded),
  1109.     and all messages (and attachments) are exported in MIME format, though
  1110.     users can specify that files be encoded via 'uuencode' or 'binhex' if
  1111.     necessary to be readable by non-MIME compatible mail systems).
  1112.     
  1113.     NetMail/3000's user interface is also unique in that Windows-based
  1114.     terminal emulator users can allow NetMail/3000 to automatically
  1115.     extract and pass any message parts (not displayable in the terminal
  1116.     emulator) directly to their PC and have the appropriate application
  1117.     launched to view the file. (NetMail/3000 interrogates the PC on
  1118.     startup to determine the file types "associated" with applications.)
  1119.     
  1120.     NetMail/3000 also includes directory synchronization capability
  1121.     (compatible with Lotus' cc:Mail ADE format), a POP2 server, a
  1122.     quote-of-the-day and daytime server, and will soon be offering a
  1123.     HP3000-based gopher server. NetMail/3000 is priced independent of cpu
  1124.     size/speed/number of users, and includes network capability in the
  1125.     base product. 3k Associates is also an HP Channel Partner.
  1126.     
  1127.  
  1128. Name:       NetMail/3000 HPDesk FSC Gateway
  1129. Product:   SMTP/MIME compatible gateway for HPDesk users
  1130. Platform:  HP3000 MPE/V, HP3000 MPE/iX
  1131. Contact:   solcentr@netcom.com (Solution Centers International)
  1132. Telephone: (US) 800 Net-Mail (UK)+44 (0480) 301364 (Other) +1 916 622-0630
  1133. Fax:       (US) 916 622-0738 (UK) +44 (0480) 493109 (Other) +1 916 622-0738
  1134. Author:    3k Associates (support@3k.com)
  1135. Comments:
  1136.  
  1137.     [ Chris Bartram <rcb@3k.com> 3-Jun-1994 ]
  1138.  
  1139.     The NetMail/3000 HPDesk FSC Gateway provides a bi-directional gateway
  1140.     between HPDesk mail users and the SMTP/MIME world. Any number of
  1141.     message attachments per message are supported; incoming messages are
  1142.     broken down into files on the HP3000 for HPDesk users and appear as
  1143.     normal message attachments, outgoing attachments are encoded as
  1144.     MIME-compatible message attachments (or optionally just as UUENCODED
  1145.     binary attachments for compatibility with non-MIME compatible
  1146.     mailers).
  1147.     
  1148.     The gateway operates in real-time, is a background process on the
  1149.     HP3000 (which is interrupt driven and uses minimal system resources),
  1150.     and requires no special hardware or additional software. The product
  1151.     is priced independent of platform size or type or number of users.
  1152.     Free 45 day demos are available.
  1153.  
  1154.  
  1155. Name:     PC-MM (PC Mail Manager)
  1156. Product:  MUA
  1157. Platform: MS-Windows
  1158. Contact:  Lars_Hagberg@li.icl.se
  1159. Author:   ICL
  1160. Comments:
  1161.  
  1162.     [ Tomas Kullman <tomku@li.icl.se> 30-Sep-1993 ]
  1163.  
  1164.     PC-MM from ICL is a Mail User Agent for Windows 3.1 implemented on
  1165.     Windows Socket API and TCP/IP. PC-MM is currently working on PC-NFS
  1166.     but is designed to be network software independent (i.e. will work
  1167.     on most TCP/IP softwares supporting WinSocket API).
  1168.  
  1169.     PC-MM is a MIME conformant internet mailer supporting SMTP and IMAP2
  1170.     for sending and receiving. PC-MM requires a UNIX mail server (or
  1171.     similar supporting SMTP and IMAP2).
  1172.     
  1173.     PC-MM V1.0 supports a lot of nice features, such as:
  1174.          - user friendly interface
  1175.          - built-in and user-defined text editor
  1176.          - drag and drop between folders
  1177.          - local and server based folders
  1178.          - integrated address book
  1179.          - message sorting and tagging
  1180.          - "watch dog" for incoming messages
  1181.     
  1182.     PC Mail Manager is announced and volume shipping mid November 1993.
  1183.  
  1184.     For pricing and product packaging information please contact Lars
  1185.     Hagberg at ICL ProSystems AB; E-mail: Lars_Hagberg@li.icl.se or
  1186.     phone: + 46 (0)13 11 70 00.
  1187.  
  1188.  
  1189. Name:     PMDF
  1190. Product:  MTA
  1191. Platform: VMS
  1192. Contact:  sales@innosoft.com service@innosoft.com
  1193. Author:   Innosoft International
  1194. Comments:
  1195.  
  1196. The VMSNET newsgroup 'vmsnet.mail.pmdf' is available for discussion.
  1197.  
  1198.     [ Ned Freed <ned@innosoft.com> ]
  1199.  
  1200.     Send technical inquiries to service@innosoft.com. Product
  1201.     information, pricing, and literature can be obtained from
  1202.     sales@innosoft.com. The phone number is (909) 624-7907; FAX is
  1203.     (909) 621-5319. Street address is:
  1204.  
  1205.         Innosoft International, Inc.
  1206.         250 W. First St., Suite 240
  1207.         Claremont, CA 91711
  1208.  
  1209.  
  1210. Name:     PP
  1211. Product:  MTA
  1212. Platform: UNIX
  1213. Contact:  ic-info@isode.com (commercial version)
  1214.     
  1215.     [ "Harald T. Alvestrand" <Harald.T.Alvestrand@uninett.no> 22-Aug-94 ]
  1216.  
  1217.     PP is an X.400 and SMTP mailer, and a gateway between these, so
  1218.     you can communicate with "both worlds".
  1219.     
  1220.     The latest and greatest version is the ISODE Consortium release,
  1221.     IC-R1, but this is no longer free. However, it is not expensive,
  1222.     either.  The ISODE Consortium offers the source code to all
  1223.     Consortium members, and gives the right to sell products based on
  1224.     the code to commercial members.
  1225.  
  1226.     The PP included in Isode Consortium Release 1 (IC-R1) includes:
  1227.     
  1228.     - Conformance tested X.400/84, running over most stacks you care
  1229.           to name
  1230.     - X.400/88
  1231.     - X.400 (84 and 88) to SMTP gateways (RFC 1327 compliant)
  1232.     - SMTP, DECNET and UUCP support
  1233.     - P3File (Retix-like) message submission and delivery
  1234.     - Routing using X.500 (experimental)
  1235.     - MIME gatewaying support (MIME-MHS/HARPOON compliant)
  1236.     - SNMP monitoring
  1237.     - X.500 and file based distribution lists
  1238.     - Fax gateway supporting Panasonic, Fujitsu and Class 2 fax modems
  1239.     
  1240.  
  1241. Name:     SMTPLINK 2.1
  1242. Product:
  1243. Platform:
  1244. Contact:
  1245. Author:
  1246. Comments:
  1247.  
  1248.     [ <support@ccmail.com> 16-Dec-1992 ]
  1249.  
  1250.     Because this version (2.1) is a 2-3 QTR-93 release you should be
  1251.     talking to your sales rep about the tentative features of this
  1252.     product. They can be reached at 800-448-2500.
  1253.  
  1254.  
  1255. Name:     STI Document Browser
  1256. Product:  MS-Windows 3.1 (shipping), NeXTstep/X11/VMS (in the pipeline)
  1257. Platform:
  1258. Contact:  info@sti.fi
  1259. Author:   Stream Technologies Inc
  1260. Comments:
  1261.  
  1262.     [ Ed Anselmo <anselmo@nic.near.net> 31-Dec-1992 ]
  1263.  
  1264.     Product name:   STI Document Browser
  1265.     Platforms:      
  1266.  
  1267.     How and where to get:
  1268.         Stream Technologies Inc.
  1269.         Valkjarventie 2
  1270.         SF-02130 Espoo
  1271.         FINLAND
  1272.         Tel: +358 0 43577340
  1273.         Fax: +358 0 43577348
  1274.         E-Mail: info@sti.fi
  1275.  
  1276.  
  1277. Name:     Super-TCP
  1278. Product:
  1279. Platform: MS-Windows
  1280. Contact:  TCP@FrontierTech.COM
  1281. Author:   Frontier Technologies
  1282. Comments:
  1283.  
  1284.     [ Ray C Langford <ray@isi.frontiertech.com> 28-Apr-1993 ]
  1285.  
  1286.     Frontier Technologies' Super-TCP for MS-Windows includes MIME
  1287.     support in their E-Mail mail system that is a part of the Super-TCP
  1288.     for Windows package.
  1289.  
  1290.     Super-TCP for Windows is a Windows Sockets compliant, 100% DLL
  1291.     implementation that can also operate in a TSR mode. Applications
  1292.     include: Network News Reader, Telnet, FTP Client/Server, NFS
  1293.     Client/Server, SMTP/POP2&3 MIME E-Mail, Telnet Redirector,
  1294.     Interactive Talk, and more. Options are also available for PPP,
  1295.     X.25, and OSI.
  1296.  
  1297.     With the MIME support in E-Mail, any type of binary file may be
  1298.     attached to your message, including Postscript files, spreadsheet
  1299.     files, database files, word processor files, graphic files, audio
  1300.     files, and digital video files.
  1301.  
  1302.     The packages in the Super-TCP product line that include the
  1303.     E-Mail (SMTP/POP2&3) with MIME support are:
  1304.         - Super-TCP for Windows   Version 3.0
  1305.                 (Complete TCP/IP package)
  1306.         - Super-TCP/NFS for Windows   Version 3.0
  1307.                 (Complete TCP/IP package with NFS client/server)
  1308.         - Super-TCP Applications for Windows   Version 3.0
  1309.                 (Windows Sockets applications only)
  1310.  
  1311.     For further information, e-mail TCP@FrontierTech.COM or call
  1312.     +1 414 241-4555.
  1313.  
  1314.  
  1315. Name:     TCP/Connect II version 2.0
  1316. Product:  MUA, news reader
  1317. Platform: Macintosh
  1318. Contact:  sales@intercon.com
  1319. Author:   InterCon Systems Corporation
  1320. Comments:
  1321.  
  1322.     [ Amanda Walker <amanda@intercon.com>  6-Sep-1994 ]
  1323.  
  1324.     Full support for MIME in email, viewing support for MIME in news.
  1325.     Includes inline composition and display of the following MIME
  1326.     content types:
  1327.  
  1328.         text/plain      image/gif         video/quicktime
  1329.         text/richtext   image/jpeg        audio/basic
  1330.         text/enriched   image/x-macpict
  1331.  
  1332.         application/applefile
  1333.         application/x-macbinhex40
  1334.  
  1335.         multipart/mixed
  1336.  
  1337.         character sets: US-ASCII, ISO-8859-1        
  1338.  
  1339.     Provides drag & drop support for file enclosures, automatic
  1340.     encoding and decoding of AppleSingle/AppleDouble ("MacMIME") body
  1341.     parts, as well as BinHex & uuencode for backward compatibility.
  1342.     Runs native on Power Macintosh computers.
  1343.  
  1344.     For more information please contact:
  1345.  
  1346.         InterCon Systems Corporation
  1347.         950 Herndon Parkway
  1348.         Herndon, VA 22070  USA
  1349.  
  1350.         +1 703 709 5500   (voice)
  1351.         +1 703 709 5555   (fax)
  1352.         sales@intercon.com  (Internet email) 
  1353.  
  1354.  
  1355. Name:     Z-Mail
  1356. Product:  MUA
  1357. Platform: Unix
  1358. Contact:  info@z-code.com
  1359. Author:   Z-Code Software Corporation
  1360. Comments:
  1361.  
  1362.     [ Carlyn M. Lowery <lowery@zen.z-code.com> 29-May-1993 ]
  1363.  
  1364.     Z-Mail, a Unix World Magazine "Product of the Year" winner for 1991,
  1365.     is a complete electronic mail system for workstations.  Z-Mail
  1366.     provides Motif and Open Look graphical user interfaces, as well
  1367.     as two character modes.  The software has been ported to nearly
  1368.     every system that runs Unix, and it works with all standard Unix
  1369.     mail transport agents including sendmail, binmail, smail, MMDF and
  1370.     X.400 gateways.  Z-Mail can replace or coexist with standard mail
  1371.     user agents on the system, including BSD Mail, AT&T mailx, Sun Mail
  1372.     Tool, Elm, or Mush.  Most anyone can use Z-Mail "off the shelf" and
  1373.     immediately benefit from its simple interface and advanced features.
  1374.     
  1375.     Z-Mail also includes Z-Script, a powerful scripting language that
  1376.     enables users to customize and extend Z-Mail's capabilities.
  1377.     Z-Mail's multi-media capabilities allow easy integration with
  1378.     best-of-class products including spreadsheets, desk-top publishing,
  1379.     graphics, fax, voice, and video. For example, when users receive a
  1380.     spreadsheet file, Z-Mail can be configured to automatically launch
  1381.     the associated application and load the the attachment automatically
  1382.     and transparently to the user.  Z-Mail understands MIME-format
  1383.     documents and is also compatible with Sun's multimedia Mailtool.
  1384.  
  1385.     Mac, MS-DOS, and MS-Windows versions, as well as native MIME
  1386.     support, are planned for this summer.
  1387.     
  1388.     For more information on Z-Mail, contact:
  1389.         Z-Code Software Corp.
  1390.         4340 Redwood Hwy., Suite B-50
  1391.         San Rafael, CA 94903
  1392.         tel: (415) 499-8649
  1393.         fax: (415) 479-0448
  1394.         e-mail: info@z-code.com
  1395.     
  1396.     Also, you can anonymous-ftp a demo copy of Z-Mail from 
  1397.     ftp://ora.com/pub/z-code/zmail/2.1/
  1398.     (The file you want is named zm.XXX.tar.Z, where XXX is 
  1399.     your type of machine.)  You'll need to call us after you do so we
  1400.     can send you an activation key.
  1401.  
  1402. --
  1403.  
  1404. 9) MIME and USENET news
  1405. -----------------------
  1406.  
  1407. 9.1) Introduction
  1408.  
  1409. USENET articles are (by design) very similar to RFC 822 mail messages.
  1410. It is therefore reasonable to expect MIME software to be adopted for use
  1411. on USENET.
  1412.  
  1413. A number of the mail user agents and tools discussed in section 7 also
  1414. handle USENET news.
  1415.  
  1416. --------------------------------
  1417.  
  1418. 9.2) News readers and transports with MIME support
  1419.  
  1420. Name:     GNUS
  1421. Product:  reader
  1422. Platform: GNU Emacs
  1423. Where:
  1424. Author:   Masanobu UMEDA
  1425. Comments:
  1426.  
  1427.     [ Masanobu UMEDA <umerin@mse.kyutech.ac.jp> 07-Aug-1993 ]
  1428.  
  1429.     GNUS is an NNTP-based newsreader for GNU Emacs.  GNUS versions
  1430.     3.14.4 and later directly support reading of articles written in
  1431.     MIME format.  It only requires the metamail package.  Compositions
  1432.     of articles written in MIME format requires "mime.el" that is a
  1433.     part of MIME tools for GNU Emacs (see section 7.2).
  1434.  
  1435.  
  1436. Name:     gnus-mime.el
  1437. Product:  reaJoe Ilacqua der
  1438. Platform: GNU Emacs
  1439. Where:    ftp://world.std.com/dist/gnus-mime.el.shar
  1440.           (also in the contrib tree of metamail)
  1441. Author:   Joe Ilacqua
  1442. Comments:
  1443.  
  1444.     [ Joe Ilacqua <spike@world.std.com> 24-Jun-1993 ]
  1445.  
  1446.     "gnus-mime.el" is an ELISP package that adds support for MIME to
  1447.     GNUS.  This is the second release: I consider it very beta, and I'm
  1448.     sure there are bugs, but it does work.  It provides support both to
  1449.     read and to post USENET articles in MIME format.  It's scarcest
  1450.     feature is support for multi-part multi-media ".signatures".
  1451.  
  1452. I believe that gnus-mime.el is for GNUS prior to version 3.14.4.
  1453.  
  1454.  
  1455. Name:     INN
  1456. Product:  transport
  1457. Platform:
  1458. Where:
  1459. Author:
  1460. Comments:
  1461.  
  1462.     [ Christopher Davis <ckd@eff.org> 03-Jun-1993 ]
  1463.  
  1464.     There is some minimal MIME support in the INN package.  Since INN
  1465.     is a transport system, not a newsreader, the support is for
  1466.     transferring MIME messages, not reading them.
  1467.  
  1468.     [ Christophe Wolfhugel <Christophe.Wolfhugel@grasp.insa-lyon.fr> 23-Jul-1993 ]
  1469.  
  1470.     INN's MIME support is today divided in two parts:
  1471.  
  1472.     1) the possibility to have nnrpd add default MIME headers to
  1473.     locally posted articles;
  1474.  
  1475.     2) transfer-encoding changes on transport with "innxmit", i.e. recode
  1476.     8bit to quoted-printable.
  1477.  
  1478.  
  1479. Name:     MH
  1480. Product:  reader
  1481. Platform:
  1482. Where:    See section 7 for MH's FTP sites.
  1483. Author:
  1484. Comments:
  1485.  
  1486.     [ John Romine <jromine@ics.uci.edu> 30-Jul-1993 ]
  1487.  
  1488.     If you compile MH to use NNTP, it can read news with its "bbc"
  1489.     command; MH supports MIME.
  1490.  
  1491.  
  1492. Name:      mhunify (aka stacknews)
  1493. Product:  reader
  1494. Platform: UNIX
  1495. Where:      ftp://ftp.ics.uci.edu/mh/contrib/multimedia/mhunify.shar.gz
  1496. Author:   Jerry Sweet <jsweet@irvine.com>
  1497. Comments:
  1498.  
  1499.     [ Jerry Sweet <jsweet@irvine.com> 11-Aug-1994 ]
  1500.  
  1501.     Mhunify is a set of perl scripts and templates that provides
  1502.     shell-level MH functionality with USENET news.  Since MH supports
  1503.     MIME, MIME-format news articles just work.  I've found that being
  1504.     able to handle news in the same way that I handle e-mail is very
  1505.     useful, although there are some tradeoffs: no kill files, no
  1506.     threads, at least for now.
  1507.  
  1508.     Mhunify also treats MH folders just like news groups.  If you
  1509.     subscribe to several mailing lists, and your e-mail is
  1510.     automatically delivered to separate folders, say, via procmail
  1511.     or via MMDF's .maildelivery, the mhunify package lets you progress
  1512.     automatically through your folders just as you would news groups.
  1513.  
  1514.     Requirements: 
  1515.           - csh or some shell with shell-level alias or procedure
  1516.             facilities;
  1517.           - perl 4.0 or later;
  1518.           - MH 6.8 or later;
  1519.           - direct file system access to the USENET news spool
  1520.             directory (typically /usr/spool/news - as a local or NFS
  1521.             mounted file system).
  1522.  
  1523.     Some of the goodies:
  1524.  
  1525.         stacknews     - read USENET news using shell-level MH.
  1526.         ncomp, nrepl, nforw
  1527.                       - compose, reply to, and forward to USENET
  1528.                               news groups (these use nwhatnow).
  1529.         nwhatnow      - post USENET articles & send e-mail from 
  1530.                               the same draft.
  1531.         consider      - creates a folder, +consider  by  default,
  1532.                               containing specified messages.
  1533.         bburst        - bursts digests into a writeable folder,
  1534.                               +consider by default.
  1535.         clearf        - clears the MH folder stack.
  1536.         mhpped        - utility composition template pre-processor.
  1537.         pscan         - scan messages from point of previous scan.
  1538.                               
  1539.         Plus man pages, templates, example configuration files, 
  1540.         other utility programs, and a Makefile to install everything.
  1541.  
  1542.  
  1543. Name:     nn
  1544. Product:  reader
  1545. Platform:
  1546. Where:
  1547. Author:
  1548. Comments:
  1549.  
  1550.     [ Luc Rooijakkers <lwj@cs.kun.nl> 26-Jul-1993 ]
  1551.  
  1552.     The current beta release of nn tags newly posted articles as
  1553.     text/plain; charset=xxx with transfer encoding 8bit if the message
  1554.     contains any 8 bit characters.
  1555.  
  1556.     Reading support needs further work.
  1557.  
  1558.  
  1559. Name:     SNews
  1560. Product:  reader
  1561. Platform: MS-DOS OS/2
  1562. Where:    ftp://ftp.wimsey.com/~ftp/pub/msdos/uupc/snews191.zip
  1563.           MS-DOS binaries
  1564. Where:    ftp://ftp.wimsey.com/~ftp/pub/msdos/uupc/snws191o.zip
  1565.           OS/2 binaries
  1566. Where:    ftp://ftp.wimsey.com/~ftp/pub/msdos/uupc/snws191s.zip
  1567.           Source
  1568. Author:
  1569. Comments:
  1570.  
  1571.     [ Daniel Fandrich <dan@fch.wimsey.bc.ca> 27-Aug-1993 ]
  1572.  
  1573.     Revision 1.91 of the SNews newsreader for MS-DOS systems
  1574.     fixes several bugs in version 1.90 (alpha), as well as adding
  1575.     some much-needed features, including built-in support for ISO
  1576.     8859/1/2/3/4/9 character sets (RFC 1521 and RFC 1522) and a single
  1577.     key interface to the metamail MIME decoder (or other user-specified
  1578.     program).  An additional bonus is the availability of an OS/2
  1579.     version.
  1580.  
  1581.  
  1582. Name:     strn
  1583. Product:  reader
  1584. Platform: UNIX
  1585. Where:    ftp://ftp.uu.net/networking/news/readers/trn/strn/strn092.tar.gz
  1586. Author:   Clifford A Adams <caadams@access.digex.net>
  1587. Comments:
  1588.  
  1589. Strn has support for reading and creating MIME articles.
  1590.  
  1591.  
  1592. Name:     trn
  1593. Product:  reader
  1594. Platform: UNIX
  1595. Where:    ftp://ftp.uu.net/networking/news/readers/trn/trn.tar.gz
  1596. Author:   Wayne Davison <davison@borland.com>
  1597. Comments:
  1598.  
  1599. trn 3.0 has support for reading MIME articles with metamail, and
  1600. creating them with mhn.
  1601.  
  1602. --
  1603. End of Part 2
  1604. *************
  1605. --
  1606.