home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / qbbsfm13 / filemail.doc < prev    next >
Text File  |  1992-05-14  |  9KB  |  172 lines

  1.  
  2.                       *** QuickBBS F-Mail System v1.3 ***
  3.  
  4.                          - This program is SHAREWARE -
  5.  
  6.                        - Copyright (c) 1992  M.J.Matts -
  7.  
  8.                             - Released 30/04/92 -
  9.  
  10.              - Many thanks to Robert Darling of FolkeSTone BBS -
  11.  
  12.   LZH checklist.. if you do not have all the files contact me for the full .LZH
  13.  
  14.       FILEMAIL.TTP - main FMail program
  15.       FILEMAIL.DOC - This document
  16.       FILEMAIL.CFG - Example config file
  17.       WELCOME.DOR  - Example .DOR file
  18.       SEND.DOR     - Example .DOR file
  19.       RECEIVE.DOR  - Example .DOR file
  20.       FILEMAIL.MNU - Example menu
  21.  
  22. **** IMPORTANT *** YOU WILL HAVE TO CREATE A FOLDER CALLED 'FILEMAIL' IN THE 
  23. SAME FOLDER WHERE YOU KEEP THE MAIN FMail PROGRAM.. THE PROGRAM WILL NOT WORK 
  24. WITHOUT THIS FOLDER BEING PRESENT..
  25.  
  26.          Welcome the the QBBS FMail system. This program is designed to be 
  27. used as a local FILE mailing utility for users of your own BBS. All FMail sent 
  28. can be tagged with a short one line description or message and can only be 
  29. received by the person it is meant for. It supports X,Y and Z modem by using 
  30. the XYZ.TTP external driver written by Alan Hamilton. As QBBS FMail is only 
  31. for use with QuickBBS it takes advantage of the various settings a user may 
  32. have, namely their prefered graphics mode, screen clearing, screen length, 
  33. etc..
  34.  
  35.          QBBS Fmail uses two of QuickBBS's files to gain its information which 
  36. are DORINFO1.DEF which should be created when executing QBBS FMail from a .DOR 
  37. file and USERS.BBS where various checks are made to make sure FMail is being 
  38. sent to/from a valid user of the system. Your DOR file __MUST__ create the 
  39. DORINFO1.DEF file in the same directory as your USERS.BBS file for FMail to 
  40. work correctly.
  41.  
  42.                       - Setting up the QBBS FMail System -
  43.  
  44.          As stated above QBBS FMail needs to use the two QuickBBS files so it 
  45. needs to know where they are situated and it does this by reading a config 
  46. file called FILEMAIL.CFG. This simply consists of the full path to the system 
  47. files. ie.. H:\qbbs\   And that is it.. By including the drive as well as the 
  48. path you can have the QBBS FMail program on another drive/partition. The only 
  49. specific path that you CANNOT change is the folder where all the waiting FMail 
  50. is held.. This is in a folder called FILEMAIL which should be in the same 
  51. folder as the main FMail program..
  52.  
  53.                            - A note about XYZ.TTP -
  54.  
  55.       This program is used for the transfer of F-Mail and is NOT included in 
  56. the LZH file because it is an independant program. You will be able to get it 
  57. either from a good PD library or most BBS's. When I was developing File Mailer 
  58. I used v2.01 written by Alan Hamilton so I do not know how well it will work 
  59. with other versions, due to this I strongly recommend you get the same version 
  60. I used, freely available from my own BBS. This program is Shareware and you 
  61. are expected to make a contribution to the author if you use it. Without this 
  62. program File Mailer will not function as it checks for it's existance before 
  63. doing anything. ** XYZ.TTP __MUST__ BE IN THE SAME FOLDER AS THE MAIN FMAIL 
  64. PROGRAM OTHERWISE QBBS FMAIL WILL DO NOTHING **
  65.  
  66.                                  - PARAMETERS -
  67.  
  68.          File Mailer is a .TTP program (Tos Takes Parameters) which means its 
  69. operation is controlled by the type of instructions passed to it when it is 
  70. first run. There are four commands that can be passed to it which are RECEIVE,
  71. SEND, QUICKSCAN and SYSOP.. These MUST be passed from within the .DOR files 
  72. for correct operation. When QBBS FMail is run the .DOR file must also write a 
  73. DORINFO1.DEF file.. The next few sections will describe what each parameter 
  74. does and how to use the resulting menus..
  75.  
  76. QUICKSCAN - This will simply inform a user whether they have any FMail waiting 
  77. and if so give them the option to receive it. If they decide to receive it 
  78. they will be asked which transfer protocol they want to use, if not the FMail 
  79. will be held until they do want to take it.. This is handy if there is a large 
  80. file waiting and it isn't wanted on that particular call. This option is best 
  81. run from the WELCOME.DOR file which QuickBBS executes immediatly after it has 
  82. finished the mail check at log on..
  83.  
  84. SEND - This allows the online user to send FMail to any other user of the BBS. 
  85. When they enter the name it is checked in the USERS.BBS file and if it is not 
  86. found the user is informed. Only FMail addressed to a valid BBS user will be 
  87. accepted.  All FMail sent will be stored in a folder called FILEMAIL which you 
  88. have to create and MUST be in the same folder as the main program.
  89.  
  90. RECEIVE - This will allow the online user to receive their FMail if QUICKSCAN 
  91. was not used or if they did not take it when QUICKSCAN asked them. If more 
  92. than 1 FMail item is waiting the online user can decide which to receive. They 
  93. can take as many or as few as they like.. Any FMail not taken will always be 
  94. kept on hold..
  95.  
  96. SYSOP - When FMail is run with this parameter you will automatically go 
  97. straight to the SYSOP ADMIN MENU instead of having to access it through the 
  98. send or receive menus.
  99.  
  100.          On each of the SEND or RECEIVE menus there will be an extra option if 
  101. the Sysop is logged on (locally or remotely). This gives the Sysop the chance 
  102. of editing or deleting ANY FMail entries plus you can also remove FMail 
  103. addressed to yourself without having to download it.. If QBBS FMail is run 
  104. locally it will automatically assume the Sysop is logged on..
  105.  
  106.          If you do experiance any problems check your SYSTEM.LOG file because 
  107. QBBS FMail enters a small amount of info when performing various functions, 
  108. this includes possible errors.. QBBS FMail also adds to the UPLOAD.LOG and 
  109. DOWNLOAD.LOG depending on what type of transfer has taken place.
  110.  
  111.          QBBS FMail checks the modem carrier every 20 seconds and will exit if 
  112. no carrier is detected.. If the program is first run locally there will be 
  113. checks made for the carrier.
  114.  
  115.          The QBBS FMail System is SHAREWARE so if you do decide to use it you 
  116. are expected to register it.. The cost is £10/$20 or the equivalent in your 
  117. own currency.. You will then receive a version with the UNREGISTERED logo 
  118. missing and your BBS name or whatever in its place. I will give support to any 
  119. user but registered users will ALWAYS be given priority. If you have any 
  120. suggestions please send them to me because I am always looking for good ideas 
  121. to add, again registered users suggestions will be considered much more. 
  122. Another plus for registered users, they will receive ALL my latest QuickBBS 
  123. programs including others released as Sharware..
  124.  
  125. The QBBS FMail System is only one of my QuickBBS programs, others include..
  126.  
  127. Make FILES.BBS - A very comprehensive FILES.BBS management program that has 
  128. features such as automatic alphabetic sorting, ALLFILES list generator which 
  129. can then be compressed as LZH,ARC or ZIP, prompts you to add a file 
  130. description if one does not exist, deletes the FILES.BBS description if the 
  131. file does not exist, allows you to specify full file names or extensions that 
  132. you DO NOT want included in the FILES.BBS, allows you to have text headers of 
  133. different sizes in each FILES.BBS, move or copy a file from one area to 
  134. another and will transfer the FILES.BBS description aswell.
  135.  
  136. Auto Crunch - Automatically generates ALL and NEW files lists and then packs 
  137. them into LZH, ARC and ZIP formats aswell as leaving a TXT file, Optional file 
  138. count and byte count can be added to each list, No limit on how many days you 
  139. want included in the NEW files list.
  140.  
  141. Download Total - Adds a download count to the FILES.BBS descriptions using 
  142. sysop definable brackets, can change existing brackets to new format at any 
  143. time.. Keeps a constant total even after the DOWNLOAD.LOG file has been 
  144. deleted.
  145.  
  146. SplitZ - A full duplex ASCII/split screen chat program that can be run as the 
  147. External chat program using QCONFIG. Supports users prefered Graphic settings 
  148. and will automatically go to Split mode if VT52 is detected, you can switch 
  149. between ASCII and SPLIT chat while still in the chat session.. VERY extended 
  150. 'FUN mode' that allows the Sysop to define upto 100 word changes.
  151. full wordwrap supported in both modes.
  152.  
  153.          If you are interested in any of these programs or if you have any 
  154. suggestions for others please contact me at any of the addresses below.
  155.  
  156.          If you are making a shareware contribution please try to make the 
  157. payment in English currency, if this cannot be done please send registered 
  158. post with cash.. This is because it costs me almost as much as the shareware 
  159. price to exchange foreign cheques.. if you are having problems or want to know 
  160. more, again, use the addresses below..
  161.  
  162. My Address & BBS Details : Mark Matts               System ST BBS
  163.                            66 Telford Way           300/1200/2400
  164.                            Leicester               10pm to 7am GMT
  165.                            LE5 2LX                +44 (0)533 413443
  166.                            England               Fidonet 2:255/375.3
  167.  
  168.  
  169. Happy F-Mailing...
  170.  
  171.  
  172.