home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / os2md6.zip / readme.txt < prev   
Text File  |  1995-07-11  |  1KB  |  28 lines

  1.  
  2.  Package: os2md -- OS/2 MIME decode
  3.  
  4.  Creator: Rick Curry, trindflo@fishnet.net
  5.  
  6.  Purpose: To provide a reasonably fast decode of a MIME encoded internet
  7.           mail message.
  8.  
  9. To build: See build.cmd: expects IBM CSET/2 compiler and MS assembler.
  10.  
  11.   To use: os2md file   <OR>
  12.           os2md <file (stdin use)
  13.  
  14.      This package is an IBM CSET/2 C program which uses two assembler
  15. subroutines.  The techniques used in the assembler subroutines are
  16. probably portable to other compilers and operating systems, but they
  17. expect CSET register conventions.  Portability was definitely sacrificed
  18. in the interest of speed.
  19.  
  20.      Since I do not have a great deal of experience with internet mail,
  21. the mail message decoding is based on my internet provider's format.
  22. Source code is provided and I would not be surprised if the program
  23. needs to be screwdrivered to make it more general.  I would be very much
  24. interested in hearing what changes were needed so that a more general
  25. version can be developed.  The basic decode logic is based on
  26. debase64.cmd by James L. Dean.
  27.  
  28.