home *** CD-ROM | disk | FTP | other *** search
/ Really Useful CD 1 / ReallyUsefulCD1.iso / extras / comms / _sparkmail / _help < prev    next >
Encoding:
Text File  |  1992-01-01  |  3.9 KB  |  97 lines

  1.  
  2. !SparkMail 1.08                                           01-December-1991
  3. ---------------                                           ----------------
  4.  
  5. (c) 1990/1991/1992 Hugo Fiennes
  6. This program is PUBLIC DOMAIN
  7.  
  8. Concept:
  9.  
  10.   !SparkMail provides a simple ARCmail packer in conjunction with !Spark
  11.   version 2.00 or greater. Outbound packet(s) are added to a PC format
  12.   archive with PC-style names for sending the ARCmail to other PC systems.
  13.   A file attach is automatically generated with the same hold status (ie
  14.   xxxxyyyyHO will be generated if xxxxyyyyHT was the packet arc'ed).
  15.  
  16. Use:
  17.  
  18.   !SparkMail MUST be used within the desktop environment. !Spark v2.16
  19.   or later must be loaded. Normal use will be from obey files, which call
  20.   it like this:
  21.  
  22.   !SparkMail <our address> <outbound address> [<spark flags>]
  23.  
  24.   for example, to produce ARCmail for Noah (2:252/106) from Cryton
  25.   (2:252/102) with PC format crunching, I use:
  26.  
  27.   !SparkMail 2:252/102 2:252/106 "-G -H -i -v"
  28.  
  29.   If no Spark flags are set then then the default -G -H (no encryption)
  30.   -i -v (PC format crunch) is used.
  31.  
  32.   Return codes are set accoring to what has been done:
  33.  
  34.   SparkMail$Return  = 0       Normal termination, data was added to arc
  35.   SparkMail$Return  = 1       Normal termination, no data to add to arc
  36.   SparkMail$Return  = 2       Error in command line
  37.  
  38.   Note that Spark is run in multitasking mode (10cs max between polls)
  39.   and so normal BBS operation can continue whilst ARCmail is being
  40.   generated.
  41.  
  42.   The file attach files have a '^' as the first character on the line,
  43.   indicating that the file should be deleted when sent sucessfully
  44.   by Binkleyterm.
  45.  
  46. Updates:
  47.  
  48.   1.00  1-Nov-1990 First version
  49.   1.01  1-Nov-1990 Resets Spark to archie style Archives after arcing mail,
  50.                    also checks DES and garble are off.
  51.                    Checks end of Archive for PC arc terminator (0 as
  52.                    opposed to 128) just in case - some versions of Spark
  53.                    did this sometimes.
  54.   1.02  1-Nov-1990 Outbound mail (xxxxyyyyOT) had a file attach of
  55.                    xxxxyyyyOO generated (oops!). It now generates
  56.                    xxxxyyyyFO.
  57.   1.03  5-Nov-1990 Spark barfs at something occasionally (maybe the -I on
  58.                    its own to reset to Archie archives, this has been
  59.                    changed to -v -I <arcname> to get it to do something,
  60.                    otherwise sometimes there is a problem with inbound
  61.                    mail getting trashed before import! Not sure if this
  62.                    fixes it, the problem has only occurred once here,
  63.                    and I wasn't there to see it!
  64.   1.04  6-Nov-1990 Oops! major problem with 1.03... it didn't generate
  65.                    packets at all <blush> ... well it did, and they
  66.                    were called '-i'...
  67.   1.05 30-Jan-1991 File attach file tweaked: instead of generating a new
  68.                    file, SparkMail appends the filename to the end of
  69.                    an existing file attach file, but only if the ARC
  70.                    didn't exist beforehand (ie if the ARC already existed,
  71.                    SparkMail assumes that it was in the file attach
  72.                    file).
  73.   1.06 21-Oct-1991 Now forces crunch format (with -v) to ensure PC
  74.                    compatiblity whatever Spark is currently set to.
  75.                    If file is already listed in the File-attach file
  76.                    it isn't added again.
  77.   1.07 30-Nov-1991 You can now pass flags to Spark. Will wait for Spark
  78.                    if it's busy.
  79.   1.08 09-Jan-1992 More tweaks to try to ensure spark is in correct
  80.                    archiving mode.
  81.  
  82. Other:
  83.  
  84.   Send any comments or suggestions to:
  85.  
  86.   Hugo Fiennes
  87.   Burcott Manor
  88.   Wells
  89.   Somerset
  90.   BA5 1NH
  91.  
  92.   Fidonet: Hugo Fiennes @ 2:252/102
  93.   Email  : altman@cix.compulink.co.uk
  94.   Data   : (0749) 679794/670030
  95.   Voice  : (0749) 670058/672234 / (0831) 444192
  96.   Fax    : (0749) 670809
  97.