home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Internet / Mail / YToolsNG.lha / ytoolsng.v1.2 / YTCunmime.readme < prev    next >
Text File  |  1998-04-19  |  4KB  |  57 lines

  1. /**************************************************************************/
  2. /*                                                                        */
  3. /*                               YTCunmime                                */
  4. /*                    Copyright ⌐1998 by Dick Whiting                     */
  5. /*                                                                        */
  6. /*------------------------------------------------------------------------*/
  7. /*        Convert Quoted-Printable encoded mailfile to 8bit format        */
  8. /*------------------------------------------------------------------------*/
  9. /*                                                                        */
  10. /* This program reads a mail file passed as an argument.                  */
  11. /*                                                                        */
  12. /* This one attempts to identify the Quoted-Printable portions of a mail  */
  13. /* and converts it back to 8bit text. It also handles header lines with   */
  14. /* the ISO-8859-1?Q type encoding. Lines are wrapped at 79 characters.    */
  15. /*                                                                        */
  16. /* This is a rewrite of Unmime.rexx from the the orginal YamTools in C.   */
  17. /*                                                                        */
  18. /*------------------------------------------------------------------------*/
  19. /*                                                                        */
  20. /* Standard Disclaimer: I wrote it, it works for me, I don't guarantee    */
  21. /* that it will do anything productive for anyone else, etc. etc. ;-)     */
  22. /*                                                                        */
  23. /*HOWEVER, if you DO find a use for it: I homeschool my kids and they     */
  24. /*would love a postcard from where EVER you live.                         */
  25. /*                                                                        */
  26. /*Instant GEOGRAPHY lesson;)                                              */
  27. /*                                                                        */
  28. /*                                                                        */
  29. /*POSTCARDS:    Dick Whiting                                              */
  30. /*              28590 S. Beavercreek Rd.                                  */
  31. /*              Mulino, Oregon 97042                                      */
  32. /*              USA                                                       */
  33. /*                                                                        */
  34. /*------------------------------------------------------------------------*/
  35. /*                                                                        */
  36. /*               Address Bug Reports or Comments to:                      */
  37. /*                Dick Whiting <dwhiting@europa.com>                      */
  38. /*                          04 Apr 1998                                   */
  39. /*                                                                        */
  40. /**************************************************************************/
  41.  
  42.    Without any options specified, YTCunmime will attempt to load the file
  43.    currently selected in YAM.
  44.  
  45. YTCunmime has the following CLI options:
  46.  
  47.    [MAIL=mailfile] if not present attempts to load YAM selected file
  48.    [HELP=helpfile] default is YTCunmime.guide
  49.                    Note that you could NEVER hit HELP fast enough to 
  50.                    actually load the helpfile.
  51.    [MUI]           if your default MUI settings don't put applications 
  52.                    on the "frontmost" screen, you would need to use this
  53.                    or messages might end up on the wrong screen.
  54.  
  55. You can also specify these as tooltypes, but that would be rather limiting:)
  56.  
  57.