home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / comm / mail / YAMscripts.readme < prev    next >
Text File  |  1997-03-02  |  6KB  |  140 lines

  1. Short:    Useful ARexx scripts for YAM (rel 5)
  2. Author:   knikulai@utu.fi
  3. Uploader: knikulai@utu.fi
  4. Type:     comm/mail
  5. Replace:  YAMscripts.lha
  6.  
  7. Long:
  8.  
  9. NOTE! This is only a minor update.  It fixes some scripts which didn't work
  10. with Voyager NG.  Nothing else has changed!
  11.  
  12. This archive contains several AREXX-scripts I've written for Marcel Becks's
  13. (mbeck@access.ch) great mail program YAM.  They were written for version
  14. 1.3.3a and might not work with older versions.  Many of them require reqtools
  15. and rexxreqtools libraries.
  16.  
  17. If you have any questions, comments or bugs to report, send mail to knikulai@utu.fi
  18.  
  19. These and other scripts can also be found on my ARexx page at
  20. http://www.utu.fi/~knikulai/ARexx.html
  21.  
  22.  
  23. CheckNewMail.rexx (v1.4)
  24. ------------------------
  25.   Scans all your folders and displays which of them have new or unread
  26.   messages in them.  Very useful, if you have lots of folders; just let
  27.   the script scan your messages and select the folder you want to read
  28.   next from a requester.  The script is pretty fast compared to earlier
  29.   versions.
  30.  
  31. DeleteOld.rexx
  32. --------------
  33.   Removes old messages from the folder automatically.
  34.  
  35. Fileserver.rexx (v1.1)
  36. ---------------
  37.   You can create an automated filearchive with this script.  Others can 
  38.   get files from it by sending a request in e-mail.  The script will reply
  39.   and attach the required file in the reply.  It can also send a helpfile
  40.   or a current index of the archive. 
  41.  
  42. GetAddresses.rexx (v1.1)
  43. ------------------------
  44.   Scans all messages in the current folder for e-mail addresses and 
  45.   displays them in a requester.  From that requester addresses can be
  46.   added to the YAM addresbook.
  47.  
  48. GrabURL.rexx (v1.2)
  49. -------------------
  50.   Scans the selected message and displays all http: and ftp: references
  51.   in a requester.  You can select one of them and send it to your browser.
  52.   Currently supported browsers are AWeb, IBrowse and Voyager.
  53.  
  54. GrabAllURLs.rexx (v1.1) & MakeHotlist.rexx
  55. ------------------------------------------
  56.   These scripts scan all _read_ messages in the current folder for http: 
  57.   and ftp: references like the above script.  The first then displays a
  58.   requester and second creates a HTML-file and sends it to your browser.
  59.  
  60. Join.rexx (v1.1)
  61. ----------------
  62.   Joins and uudecodes multipart messages.  Can be used with for example
  63.   many ftp-mailers and SplitNMail.rexx.
  64.  
  65. Search.rexx (v1.1)
  66. ------------------
  67.   Search current folder for a word.
  68.  
  69. SplitNMail.rexx
  70. ---------------
  71.   This script will split a long file into several posts and mail them.
  72.   This is useful for posting long files to many mailing lists and newsgroups.
  73.  
  74. Tagline.rexx (v 1.4)
  75. --------------------
  76.   Adds random taglines to messages in outgoing folder.  Supports multiple
  77.   tagfiles and multi-line tags.
  78.  
  79. Unread.rexx
  80. -----------
  81.   Simpy marks the current message as unread.
  82.  
  83. WholeStory.rexx (v1.3)
  84. ----------------------
  85.   Combines multipart messages.  I use this script to join X-Files fanfic
  86.   mailings into a single file.
  87.  
  88. YAMMail.rexx (v1.1)
  89. -------------------
  90.   Use YAM to send mail from AWeb.  Asks, if you want to include the current
  91.   page.  This version can get the subject from the URL.  I'm not sure how
  92.   it will work with the commercial version, since I only have the old demo.
  93.  
  94.  
  95. What to do, when the scripts will not work?
  96. -------------------------------------------
  97.   First of all you need to check a few things:
  98.     - Do you have YAM running?  The scripts can be started from shell or
  99.       whatever program you are using, but they need to have YAM running first.
  100.     - Do you have ARexx running?  If not, you might want to add line
  101.       'run <>nil: RexxMast' to your startup-sequence
  102.     - Do you have rx-command in sys:rexxc, where YAM looks for it?
  103.     - Do you have all the required libraries? 
  104.     - Did you configure the script correctly?  This means editing path and 
  105.       filenames in the script and setting the correct path & command in
  106.       YAM:.config
  107.  
  108.   If you still have problems, keep YAM running in the background and execute
  109.   the script from shell by typing 'rx yam:rexx/scriptname'.  That way you
  110.   will see the error message which usually is 'Missing quote' or 'Unfinished
  111.   comment' which are both really easy to correct.
  112.  
  113.   If you still can't get a script work, execute it from shell by typing
  114.   'rx >ram:error yam:rexx/scriptname' and send the created file ram:error
  115.   to knikulai@utu.fi and I'll try to fix the problem.
  116.  
  117. Have fun!
  118.  
  119.  
  120. ============================= Archive contents =============================
  121.  
  122. Original  Packed Ratio    Date     Time    Name
  123. -------- ------- ----- --------- --------  -------------
  124.     1383     711 48.5% 26-Nov-96 18:24:34  DeleteOld.rexx
  125.     3089    1360 55.9% 05-Dec-96 04:08:28  Fileserver.rexx
  126.     3174    1330 58.0% 02-Dec-96 18:58:40  SplitNMail.rexx
  127.      898     504 43.8% 22-Nov-96 15:38:38  YAMmail.rexx
  128.      235     174 25.9% 14-Nov-96 13:56:38  Unread.rexx
  129.     4311    1837 57.3% 20-Feb-97 12:23:04  CheckNewMail.rexx
  130.     3702    1590 57.0% 05-Feb-97 20:16:42  GetAddresses.rexx
  131.     2941    1266 56.9% 05-Feb-97 19:36:48  search.rexx
  132.     6199    2538 59.0% 18-Feb-97 17:56:22  Join.rexx
  133.     4532    1976 56.3% 18-Feb-97 12:16:54  WholeStory.rexx
  134.     4318    1829 57.6% 20-Feb-97 17:32:50  YAMscripts.readme
  135.     4414    1778 59.7% 21-Feb-97 11:05:08  GrabAllURLs.rexx
  136.     3463    1491 56.9% 21-Feb-97 11:05:56  GrabURL.rexx
  137.     4629    1812 60.8% 21-Feb-97 11:04:18  MakeHotlist.rexx
  138. -------- ------- ----- --------- --------
  139.    47288   20196 57.2% 26-Feb-97 06:53:56   14 files
  140.