home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / internet / yamtools20 / yamtools20english / readme < prev    next >
Text File  |  1997-08-08  |  6KB  |  126 lines

  1. Short:    (v2.0) Addons for YAM using MuiRexx3.0a
  2. Uploader: dwhiting@europa.com  (Dick Whiting)
  3. Author:   dwhiting@europa.com  (Dick Whiting)
  4. Type:     comm/mail
  5. Version:  V2.0 Updated for MuiRexx3.0a plus other changes
  6. Replaces: comm/mail/YamToolsEN*
  7.  
  8.  
  9.    !!!! WARNING !!!! This version ONLY Works with MuiRexx3.0a
  10.  
  11.                  Copyright ©1997 by Dick Whiting                      
  12.                                                                                 
  13.                                                                                 
  14.   Standard Disclaimer: I wrote it, it works for me, I don't guarantee           
  15.   that it will do anything productive for anyone else, etc. etc. ;-)            
  16.                                                                                 
  17.   HOWEVER, if you do find a use for it: I homeschool my kids and they would     
  18.   love a postcard from where EVER you live. Instant Geography Lesson;)          
  19.                                                                                 
  20.   Postcards:    Dick Whiting                                                    
  21.                 28590 S. Beavercreek Rd.                                        
  22.                 Mulino, Oregon 97042                                            
  23.                 USA                                                             
  24.                                                                                 
  25.   Email:        Dick Whiting <dwhiting@europa.com>                                                                                 
  26.                                                                                 
  27. Translations (available or in process)
  28.  
  29.     Danish         Henrik Andreasen    larsa@post7.tele.dk
  30.     German         Michael Lünse       m.luense@t-online.de
  31.     Italian        Francesco Mancuso   mcfrank@mediatel.it
  32.  
  33.                                                                                 
  34. Basics  
  35. ---------
  36.  
  37. This program adds a SEARCH function to YAM. It also allows you to run     
  38. ARexx scripts against selected folders, selected mail, or all mail in  
  39. selected folders.
  40.  
  41. Several VERY useful extra scripts included.
  42.  
  43. There is bubble help available for all gadgets, lists, etc. Place the 
  44. pointer above the item and wait;)
  45.  
  46. There is also context sensitive help to this guide by pressing help with 
  47. the pointer over a gadget. 
  48.  
  49.  
  50. Requirements  
  51. ---------------
  52.  
  53. You will need several programs from Aminet:
  54.  
  55.    FlashFind  by Frank Würkner    - util/cli/FlashFind1.2.lha
  56.  
  57.    MuiRexx    by Russell Leighton  - dev/mui/MUIRexx_3_0a.lha
  58.  
  59.    And, of course, Marcel Beck's wonderful YAM mail software
  60.  
  61. FILES INCLUDED IN THIS ARCHIVE:
  62.  
  63.    YamTools.rexx          - the REAL program.
  64.    YamTools.info          - for running from an icon
  65.    YamTools.gif           - what mine looks like..comments?
  66.    YamTools.guide         - this documentation
  67.    YamTools.guide.info    - multiview guide
  68.    StartYamTools.rexx     - starts YamTools from YAM ARexx menu item.
  69.    StopYamTools.rexx      - stops YamTools from YAM ARexx menu item.
  70.    ReadMe                 - short starter version 
  71.  
  72.    arexxqsort.lha         - handles sorting of stem variables.
  73.        by Willy Langeveld - originally found on Aminet 
  74.  
  75.    Extras:
  76.  
  77.    ChangeBound.rexx       - 'fix' some list digests for Yam
  78.    ReDate.rexx            - change date of mail to received date
  79.    StripMail.rexx         - print or save to disk with styling
  80.    UnMime.rexx            - convert Quoted-Printable to 8bit
  81.    YAM2IB.rexx            - display text/html using IBROWSE
  82.  
  83.    YTArchive.rexx         - archive selected incoming mail
  84.    YTArcMove.rexx         - archive/move from ANY folder to archives
  85.    YTArc2Sent.rexx        - move SENT mail back to SENT folder
  86.    YTDelete.rexx          - delete selected mail
  87.    YTDeDup.rexx           - locate & delete duplicate mail
  88.    YTDeSim.rexx           - locate & delete similar mails 
  89.    YTPrint.rexx           - allows for styled printing, saving of mail
  90.    YTReFormat.rexx        - rewrap badly wrapped lines, unquote lines, 
  91.                             requote lines, other uses.
  92.  
  93.    YTHide.rexx            - iconifies Yam and YamTools
  94.    YTShow.rexx            - uniconifies Yam and YamTools
  95.    YTQuit.rexx            - quit both Yam and YamTools
  96.  
  97.  
  98. v2.0 Fixes and Changes:
  99.  
  100.       !!WARNING!! This version ONLY works with MuiRexx3.0a
  101.  
  102.       A '|' in the documentation indicates NEW or CHANGED material since
  103.       the previous version.
  104.  
  105.       Changed processing of TYPE=MAIL to process mail in reverse order of
  106.       how it is displayed. This allows for processing which changes the 
  107.       order of the mail in a Yam folder. Example: moving, deleting, etc.
  108.  
  109.       Added ChangeBound. This program will make MIMED mail readable in Yam
  110.       that has the boundary set to ALL dashes. Boundary lines and the End 
  111.       Boundary are changed to a new value that Yam will be happy with.                               
  112.       This will 'fix' the digest form of the IML mail list and maybe others.
  113.  
  114.       Added StripMail. This one retains the file information that Yam uses.
  115.       It strips the MIME warning message, MIME attachments, UUencoded files
  116.       included as text, and corrects some errors in badly formed mail.
  117.  
  118.       Added YTPrint which has a variety of printing and saving options.
  119.  
  120.       Added Styling and UnMime to YTReFormat.
  121.       
  122.       Many internal changes for translation purposes.
  123.  
  124.  
  125. See History in YamTools.guide for complete information.
  126.