home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************************/
- /* */
- /* YTCunmime */
- /* Copyright ©1998 by Dick Whiting */
- /* */
- /*------------------------------------------------------------------------*/
- /* Convert Quoted-Printable encoded mailfile to 8bit format */
- /*------------------------------------------------------------------------*/
- /* */
- /* This program reads a mail file passed as an argument. */
- /* */
- /* This one attempts to identify the Quoted-Printable portions of a mail */
- /* and converts it back to 8bit text. It also handles header lines with */
- /* the ISO-8859-1?Q type encoding. Lines are wrapped at 79 characters. */
- /* */
- /* This is a rewrite of Unmime.rexx from the the orginal YamTools in C. */
- /* */
- /*------------------------------------------------------------------------*/
- /* */
- /* Standard Disclaimer: I wrote it, it works for me, I don't guarantee */
- /* that it will do anything productive for anyone else, etc. etc. ;-) */
- /* */
- /*HOWEVER, if you DO find a use for it: I homeschool my kids and they */
- /*would love a postcard from where EVER you live. */
- /* */
- /*Instant GEOGRAPHY lesson;) */
- /* */
- /* */
- /*POSTCARDS: Dick Whiting */
- /* 28590 S. Beavercreek Rd. */
- /* Mulino, Oregon 97042 */
- /* USA */
- /* */
- /*------------------------------------------------------------------------*/
- /* */
- /* Address Bug Reports or Comments to: */
- /* Dick Whiting <dwhiting@europa.com> */
- /* 04 Apr 1998 */
- /* */
- /**************************************************************************/
-
- Without any options specified, YTCunmime will attempt to load the file
- currently selected in YAM.
-
- YTCunmime has the following CLI options:
-
- [MAIL=mailfile] if not present attempts to load YAM selected file
- [HELP=helpfile] default is YTCunmime.guide
- Note that you could NEVER hit HELP fast enough to
- actually load the helpfile.
- [MUI] if your default MUI settings don't put applications
- on the "frontmost" screen, you would need to use this
- or messages might end up on the wrong screen.
-
- You can also specify these as tooltypes, but that would be rather limiting:)
-
-