home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-4.iso / mail / Echelon.1.12.README < prev    next >
Encoding:
Text File  |  1994-03-17  |  3.6 KB  |  101 lines

  1. Echelon 1.12
  2. copyright 1993, 1994, Doug Boyce
  3. 254 Lasalle Ave
  4. Buffalo, NY 14215
  5. Voice: 716 837.4405
  6. Email: ak272@freenet.acsu.buffalo.edu (NeXTmail or MIME)
  7.  
  8. This is to announce the phase one availibility of Echelon, a MIME compliant
  9. graphical mail program (UA) for NEXTSTEP written by Douglas Boyce.
  10.  
  11. Accompanying this is a MAB compiled with 3.1 on Intel. Demo license are available 3 days for individuals (longer for corporate evaluation).
  12. Consult the ordering file for pricing and order procedures. If you don't have ftp access or would like more information contact the author via telephone,
  13. email, or regular mail.
  14.  
  15. What is MIME
  16.    MIME or (Multipurpose Internet Mail Extentions defined in RFC1521) is the 
  17.    Internet version of NeXTmail that extendes its capability to allow enriched 
  18.    text with non US-ASCII character sets, video, images, audio, and very large
  19.    messages to sent over 7bit links. It does this without depending on standard 
  20.    UNIX programs or encodings.
  21.  
  22. Capabilities of Echelon
  23.  
  24. NeXTmail
  25.    Echelon can decode, display, and compose NeXTmail.
  26.  
  27. MIME
  28.    Echelon understands the following MIME content/subtype pairs
  29.    
  30.    Type        Subtype            Note
  31.    ----        -------            ----
  32.    text        plain            
  33.            richtext
  34.         enriched        
  35.  
  36.     ** US-ASCII and ISO-8859-1 are fully supported. 
  37.        ISO-8859-2 is paritially supported (all characters not found in the
  38.        NEXTSTEP encoding are substituted with the plain Latin character, i.e.
  39.        Zcaron will be replaced with 'Z')
  40.        
  41.     multipart    mixed
  42.             alternative        Currently the user must choose
  43.                     which alternate type to viewed.
  44.                     Some type of heuristic approach
  45.                     is forthcoming.
  46.         digest
  47.         parallel        Treated as multipart/mixed
  48.         header-set        Treated as multipart/mixed
  49.         
  50.     message    rfc822
  51.             partial            Reassembles the fragmented messages
  52.                     iff the mailbox isn't readonly
  53.     
  54.     ** message/external-body support is forthcoming
  55.     
  56.     application octet-stream        Regarding graphic files: If your system
  57.                         can render the named file 'ball.rle'
  58.                     because you have filters installed, and
  59.                     you also have set the 'render graphics'
  60.                     preferences, It will be rendered as if
  61.                     it were image/x-rle.
  62.             postscript        Placed in a '.ps' file to be rendered
  63.                     by Preview.
  64.         rtf            Placed in a '.rtf' file.
  65.         zip            Placed in a '.zip' file. It is assumed
  66.                     that the user has already retrieved a 
  67.                     program with the capabilities of 
  68.                     Opener 3.1 so the user can double click
  69.                     to extract.
  70.     image    jpeg
  71.             gif
  72.         tiff
  73.  
  74.     ** There are a number of MIME composers that produce illegal image subtypes
  75.        such as image/pgm as opposed to image/x-pgm. However, if the appropriate
  76.        filtering service is installed (i.e. ImageViewer) it can be rendered
  77.  
  78.     audio    basic            Relys on Sound.app to play 8000 hertz
  79.                         mono sounds.
  80.  
  81.     video    mpeg            Placed in a '.mpg' file. The author
  82.                         used MPEGPlay 2.3 to display mpeg's.
  83.  
  84.  
  85.  
  86. Echelon is filter-friendly.
  87.    Echelon supports changing the check-for-newmail from the spool mailfile to
  88.    local files. This allows it to coexist with publicly available filtering 
  89.    packages such as procmail. It also uses the appropriate lockfile which the 
  90.    user must set.
  91.    
  92. Echelon also support Berkeley flat file mailboxes
  93.    The caveat is that currently all berkeley mailboxes you wish to use must be
  94.    in the same directory (i.e. $(HOME)/Mail).
  95.    
  96.  
  97. NeXTmail, and NEXTSTEP are trademarks of NeXT, Inc.
  98. ImageViewer is a copyright of Lennart Lovstrand
  99. MPEGPlay written and/or improved by Brian Wilougby and William A. Rozzi
  100. Opener 3.1 written by Michael Hawley, copyright MIT Media Laboratory Aug 1993
  101.