home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Internet / Mail / YToolsNG.readme < prev   
Text File  |  1998-04-27  |  5KB  |  140 lines

  1. Short:    V1.2 Rewrap, reformat, unmime YAM files
  2. Author:   dwhiting@europa.com  (Dick Whiting)
  3. Uploader: dwhiting@europa.com  (Dick Whiting)
  4. Version:  V1.2 YToolsNG needs MUI
  5. Type:     comm/mail
  6. Replaces: comm/mail/YToolsNG*
  7.  
  8.                  Copyright ⌐1998 by Dick Whiting                      
  9.  
  10.  
  11.   Standard Disclaimer: I wrote it, it works for me, I don't guarantee           
  12.   that it will do anything productive for anyone else, etc. etc. ;-)            
  13.  
  14.   HOWEVER, if you do find a use for it: I homeschool my kids and they would
  15.   love a postcard from where EVER you live. Instant Geography Lesson;)          
  16.  
  17.   Postcards:    Dick Whiting
  18.                 28590 S. Beavercreek Rd.
  19.                 Mulino, Oregon 97042
  20.                 USA                                                             
  21.  
  22.   Email:        Dick Whiting <dwhiting@europa.com>
  23.   Web  :        www.europa.com/~dwhiting/
  24.  
  25.   Translations (available or in process)
  26.  
  27.     Danish         Henrik Andreasen    larsa@post7.tele.dk
  28.     German         Michael Lⁿnse       m.luense@t-online.de
  29.     Italian        Francesco Mancuso   mcfrank@mediatel.it
  30.  
  31.     If you would like to provide a catalog for these, email them to me
  32.     and I'll post it on my web page and include them in the next update.
  33.  
  34.                                                                                
  35. Basics  
  36. ---------
  37.  
  38.    These two programs and the ARexx scripts to envoke them allow you to 
  39.    rewrap badly formatted mail, change headers, do minor final editing of
  40.    mail, insert MUI control codes, and convert quoted-printable formatted
  41.    mail to 8bit plain text. 
  42.  
  43.    Though these were written with Marcel Beck's YAM in mind, they should
  44.    work fine with any mailer that stores its mail in individual files.
  45.  
  46.    Note that YTCreformat works quite well with ANY text file.
  47.  
  48. Requirements  
  49. ---------------
  50.  
  51.    Nothing additional required (except MUI, of course).
  52.  
  53. Quick Start
  54. -----------
  55.  
  56.    Copy the programs, their icons, and the *.rexx files into the Yam:rexx
  57.    directory. If you put them somewhere else, you'll need to edit the rexx
  58.    script variable for each program location.
  59.  
  60.    Add the scripts to the YAM rexx menu or place them on an URB button. 
  61.    Select a mail in YAM and run the rexx script.
  62.  
  63.    If you don't know about URB, look on Aminet:
  64.  
  65.       URB.lha  util/misc Ubiquitous Resource Bars v1.0
  66.  
  67.    The Arexx scripts are not necessary if you run these from URB, CLI, or 
  68.    similar launcher.
  69.  
  70.  
  71. FILES INCLUDED IN THIS ARCHIVE:
  72.  
  73.    Catalogs               directory containing localization pieces
  74.    Readme                 this readme
  75.    ReadMe.mui             information about Stefan Stuntz' MUI
  76.    YTCreformat            reformatting program
  77.    YTCreformat.info       icon for same...yeah, you want to make one:)
  78.    YTCreformat.readme     very short readme for YTCreformat
  79.    YTCreformat.rexx       rexx script to call program from YAM
  80.    YTCunmime              Quoted-Printable to 8bit converter
  81.    YTCunmime.info         icon ... same comment.
  82.    YTCunmime.readme       very short readme for YTCunmime
  83.    YTCunmime.rexx         rexx script to call program from YAM
  84.  
  85. There may be versions of these with a suffix such as '.DK' this
  86. indicates a Danish version for that file. Over time support of 
  87. additional languages will be added.
  88.  
  89. History
  90. -------
  91.  
  92. |  v1.2 YTCreformat (v2.1) changes:
  93. |
  94. |       Considers a line of blanks or a NULL line as a paragraph separator.
  95. |
  96. |       YTCunmime (v1.1) no changes.
  97.  
  98.    v1.1 YTCreformat (v2.0) changes:
  99.  
  100.         Moved Quoting string and wrap length gadgets to main window
  101.         Removed extra window for specifying quoting strings & wrap length
  102.         Now will ask YAM for the selected mail file using ARexx port.
  103.         Added "YAM" button on GUI to load currently selected mail.
  104.         Added error messages for YAM button.
  105.         Removed the need for YTCreformat.rexx if run from URB.
  106.         Removed disabling of "Save" and "Done" when NOT a mail file.
  107.         Warning message for "not mail" now appears only once per  file.
  108.         Added option for Stripping quoting WITHOUT rewrapping.
  109.         Changed help text for several gadgets.
  110.         Fixed handling bug if NO lines were selected
  111.         MUI information window now appears on same screen as YTCreformat.
  112.         Removed limit on number of lines able to be processed at one time.
  113.         Added WRAPMAX, WRAPMIN, WRAPLEN arguments to handle special needs.   
  114.         Added BUFF=nnnn argument to allow for larger blocks. Default is 4096.
  115.         Added "?" argument to show program arguments
  116.         Added Hide/Show buttons for header listview.
  117.         Upped program and catalogs to v2.0
  118.         Added "ALL" button to select all lines in the body list
  119.  
  120.         YTCunmime (v1.1) changes:
  121.  
  122.         Now will ask YAM for the selected mail file using ARexx port.
  123.         Removed the need for YTCunmime.rexx if run from URB.
  124.         Added "?" argument to show program arguments
  125.  
  126.  
  127.    v1.0 First released versions.
  128.  
  129. Future
  130. ------
  131.    
  132.    As I see more of Yam2.0, I'll rewrite other portions of the original
  133.    YamTools in C and include them in updates. I'm also always looking 
  134.    for ideas, so feel free to write me if you have any suggestions.
  135.  
  136.  
  137. April 18, 1998
  138.  
  139. Dick
  140.