home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1997 #5 / AmigaPlus_Extra-CD_5-97.iso / online-tools / mail / yamtools1.7 / readme < prev    next >
Text File  |  1997-06-18  |  6KB  |  144 lines

  1. Short:    (v1.7) Adds SEARCH function and more to YAM with MuiRexx GUI 
  2. Uploader: dwhiting@europa.com  (Dick Whiting)
  3. Author:   dwhiting@europa.com  (Dick Whiting)
  4. Type:     comm/mail
  5. Version:  V1.7 Variety of changes -- read Changes
  6. Replaces: comm/mail/YamTools*
  7.  
  8.  
  9. !!!! WARNING !!!! This version will NOT work with MuiRexx3.0
  10.  
  11.       I will be updating soon, but it may be a few weeks. 
  12.       So, until then continue to use MuiRexx2.2
  13.  
  14.  
  15.                          Copyright ©1997 by Dick Whiting                      
  16.                                                                                 
  17.                                                                                 
  18.   Standard Disclaimer: I wrote it, it works for me, I don't guarantee           
  19.   that it will do anything productive for anyone else, etc. etc. ;-)            
  20.                                                                                 
  21.   HOWEVER, if you do find a use for it: I homeschool my kids and they would     
  22.   love a postcard from where EVER you live. Instant Geography Lesson;)          
  23.                                                                                 
  24.   Postcards:    Dick Whiting                                                    
  25.                 28590 S. Beavercreek Rd.                                        
  26.                 Mulino, Oregon 97042                                            
  27.                 USA                                                             
  28.                                                                                 
  29.   Email:        Dick Whiting <dwhiting@europa.com>                                                                                 
  30.                                                                                 
  31.                                                                                 
  32. Basics  
  33. ---------
  34.  
  35. This program adds a SEARCH function to YAM. It also allows you to run     
  36. ARexx scripts against selected folders, selected mail, or all mail in  
  37. selected folders.
  38.  
  39. Several useful extra scripts included.
  40.  
  41. There is bubble help available for all gadgets, lists, etc. Place the 
  42. pointer above the item and wait;)
  43.  
  44. There is also context sensitive help to this guide by pressing help with 
  45. the pointer over a gadget. 
  46.  
  47.  
  48. Requirements  
  49. ---------------
  50.  
  51. You will need several programs from Aminet:
  52.  
  53.    FlashFind  by Frank Würkner    - util/cli/FlashFind1.2.lha
  54.  
  55.    MuiRexx    by Russell Leighton  - dev/mui/MUIRexx_2_2.lha    
  56.  
  57.    And, of course, Marcel Beck's wonderful YAM mail software
  58.  
  59. FILES INCLUDED IN THIS ARCHIVE:
  60.  
  61.    YamTools.rexx          - the REAL program.
  62.    YamTools.info          - for running from an icon
  63.    YamTools.gif           - what mine looks like..comments?
  64.    YamTools.guide         - this documentation
  65.    YamTools.guide.info    - multiview guide
  66.    StartYamTools.rexx     - starts YamTools from YAM ARexx menu item.
  67.    StopYamTools.rexx      - stops YamTools from YAM ARexx menu item.
  68.    ReadMe                 - short starter version 
  69.  
  70.    arexxqsort.lha         - handles sorting of stem variables.
  71.        by Willy Langeveld - originally found on Aminet 
  72.  
  73.    Extras:
  74.  
  75.    ReDate.rexx            - change date of mail to received date
  76.    UnMime.rexx            - convert Quoted-Printable to 8bit
  77.    YAM2IB.rexx            - display text/html using IBROWSE
  78.  
  79.    YTArchive.rexx         - archive selected incoming mail
  80.    YTArcMove.rexx         - archive/move from ANY folder to archives
  81.    YTArc2Sent.rexx        - move SENT mail back to SENT folder
  82.    YTDelete.rexx          - delete selected mail
  83.    YTDeDup.rexx           - locate & delete duplicate mail
  84.    YTDeSim.rexx           - locate & delete similar mails 
  85.    YTReFormat.rexx        - rewrap badly wrapped lines, unquote lines, 
  86.                             requote lines, other uses.
  87.  
  88.    YTHide.rexx            - iconifies Yam and YamTools
  89.    YTShow.rexx            - uniconifies Yam and YamTools
  90.    YTQuit.rexx            - quit both Yam and YamTools
  91.  
  92.  v1.7 Fixes and Changes:
  93.       
  94.       !!WARNING!! This version will NOT work with MuiRexx3.0
  95.       I will be updating soon, but it may be a few weeks. 
  96.       So, until then continue to use MuiRexx2.2
  97.  
  98.       ***NEW*** Added an option to the System Configuation page to read
  99.       the folder list from Yam:.config. This is much faster, but you lose
  100.       the count of how many mail are in each folder. Uncheck this gadget
  101.       to use Yam:.config instead of the old way.
  102.  
  103.       Made a bunch of changes to allow for providing translated versions
  104.       of YamTools and the extras. If you would be interested in doing a
  105.       translation, contact me.
  106.  
  107.       ***NEW*** Replaced YTReWrap with a new one--YTReFormat. 
  108.       This one does the same things, only better, and adds an option 
  109.       for removing quoting. Maybe later adding styling, and ...
  110.       See `Extra Scripts' for how to set up.     
  111.  
  112.       ***NEW*** I added an option to have YamTools appear as two
  113.       separate windows. This allows for configuring each window
  114.       individually. See `System' for a little more information.
  115.  
  116.       ***CHANGE*** YamTools.config should now be placed in the same
  117.       directory as YamTools.rexx. Re-Read `How To Get Started'. 
  118.       This removes the requirement of ANYTHING being in Yam:Rexx.
  119.  
  120.       ***CHANGE*** YamTools.guide should now be placed in the same
  121.       directory as YamTools.rexx. Re-Read `How To Get Started'.
  122.       This removes the requirement of ANYTHING being in Yam:Rexx.
  123.  
  124.       Fixed defaults for SHOWPAGES and DELAY archive loading.
  125.       Hope Stefan recovers from wondering where the lists went;)
  126.  
  127.       Minor cosmetic fixes here and there. (Don't remember where)
  128.  
  129.       Corrected documentation for ReDate. Please reread.
  130.  
  131.       Added UnMime.rexx to distribution 
  132.          UnMime.rexx converts mail from Quoted-Printable to 8 bit. 
  133.          This makes the mail readable and editable from outside of YAM.
  134.          It will also make ReWrapping and Searching work MUCH better.
  135.          See `Extra Scripts' for how to set up.     
  136.  
  137.       Added YTHide.rexx, YTShow.rexx, and YTQuit.rexx to distribution.
  138.          These allow for hiding/quitting YAM and YamTools at the same
  139.          time. YTShow will uniconify both YAM and YamTools.
  140.          See `Extra Scripts' for how to set up.     
  141.  
  142.  
  143. See History in YamTools.guide for complete information.
  144.