home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 July / PCO_07_97.ISO / filesbbs / OS2 / SOS70429.ARJ / SOS70429.ZIP / SOS.DOC < prev    next >
Encoding:
Text File  |  1997-04-29  |  5.0 KB  |  146 lines

  1. SOS very small Documentation
  2. ============================
  3.  
  4. Introduction
  5. ------------
  6.  
  7. In the world of fidonet it has been possible for years to read and write your
  8. mail offline with some very good message editors. There is also a wide range of
  9. message area processing utilities. On the internet however it seems almost
  10. impossible to read and write your mail offline. This is of course no problem as
  11. long as your a student of some university or other organisation with internal
  12. networks. But for the user at home who uses a SLIP or PPP connection this is a
  13. problem. Its name is: MONEY. Using a internet provider can get you very high
  14. bills, especially if you want to read newsgroups. You first have to get a list
  15. of articles from a particular newsgroup and then point at the desired article
  16. which is then sent to your system so you can read it and/or reply to it. All
  17. this is done while being connected to your internet provider. A second problem
  18. is that, if you are also reading and writing mail on fidonet you will have to
  19. use at least two message editors (possibly three, one for fidonet, one for
  20. newsgroups and one for internet Email).
  21.  
  22. Well, SOS will end all this. Using a program to get soup packets from your
  23. provider with vSoup you will be able to retreive all new mail and news using
  24. your SLIP or PPP connection. And that is where SOS comes in. What it will do is
  25. take the soup packet and toss all messages into your existing squish
  26. messagebase. So now you can use your fidonet message editor to read and write
  27. internet mail and news! And you can now easily reply to (or forward) messages
  28. from internet to fidonet vice versa.
  29.  
  30. What's SOS doing?
  31. -----------------
  32. First use: It's very possible, that SOS exports ALL your news and emails. Just
  33.            delete the NEWS.MSG, MAIL.MSG and REPLIES files.
  34.  
  35. SOS scans your news and email squish-base from the last msg on backwards. SOS
  36. will send the msgs as long as the news/email have no scanned/sent flag.
  37.  
  38. Contact
  39. -------
  40. Author: Timo Maier - email   : thunder@freiburg.netsurf.de
  41.                      homepage: http://www.freiburg.netsurf.de/homepages/thunder
  42.                      fido    : 2:2476/841.23@fido
  43.  
  44. Info
  45. ----
  46. ■ SOS is written in Pascal and compiled with Virtual Pascal/2 using Peter
  47.   Meerwalds MSGAPI
  48. ■ SOS is desgined to work with Hardy Griechs vSoup version >= 1.25, running SOS
  49.   with Souper will (maybe) crash SOS.
  50. ■ SOS is emailware, freeware after sending an email to me
  51. ■ You can get the latest release on:
  52.   http://www.freiburg.netsurf.de/homepages/thunder/whitepage or
  53.   in the Fido GFD-Net, filename is SOSymmdd.ZIP(.RAR) where dd is the day, mm
  54.   the month and y the year of release - 04.05.1997 -> SOS70504.ZIP
  55.  
  56.  
  57. Edit SOS.CFG according to your settings
  58.  
  59. Parameter
  60. ---------
  61. Start SOS without parameter for detailed information
  62.  
  63. Sample.Cmd
  64. ----------
  65. REM *** 15.10.96 - 21.01.97 by TAM/2
  66.  
  67. @Echo OFF
  68. SET EMXOPT=-h40 -c -n
  69.  
  70. SET Soup=vSoup1263.Exe
  71.  
  72. REM *** [ edit the following 5 lines according to your servers ] ***
  73. SET LoginID=thunder
  74. SET PassWord=mypw
  75. SET nntpServer=news.freiburg.toplink.net
  76. SET pop3Server=mail.freiburg.netsurf.de
  77. SET smtpServer=mail.freiburg.netsurf.de
  78. REM *** [ ] ***
  79.  
  80. SET nntp=nntp://%LoginID%:%Password%@%nntpServer%
  81. SET pop3=pop3://%LoginID%:%Password%@%pop3Server%
  82. SET smtp=smtp://%LoginID%:%Password%@%smtpServer%
  83.  
  84. SET URLInfo=%nntp% %pop3% %smtp%
  85.  
  86. CD\INTERNET\SOUP
  87.  
  88. REM *** Squish -> SOUP export
  89. if Exist SOS.LOG Type SOS.LOG >> SOS.LOGAlt
  90. if Exist SOS.LOG Del SOS.LOG
  91. SOS.EXE OUT
  92.  
  93. REM *** Eventuell alte vorhande temp-files von vSoup loeschen.
  94. REM *** Delete (if exist) old temp-files
  95. if Exist %TMP%\soup*.tmp Del %TMP%\soup*.tmp
  96. if Exist %ETC%\resolv Del %ETC%\resolv
  97.  
  98. REM *** Mail/News abschicken
  99. REM *** send mail/news
  100. if exist REPLIES %Soup% -s -i %URLInfo%
  101.  
  102. REM *** Mails holen
  103. REM *** fetch mails
  104. %Soup% -t1 -i -n %URLInfo%
  105.  
  106. REM *** Wenn Mail gekommen gleich nach Squish importieren
  107. REM *** import mail if exist
  108. If Exist AREAS SOS.EXE IN
  109.  
  110. REM *** News holen
  111. REM *** fetch news
  112. %Soup% -t8 -i -S1 -M -m %URLInfo%
  113.  
  114. REM *** Wenn 1.Parameter hangup, dann iLink killen
  115. REM *** kill iLink2 (hangup) if first parameter is hangup
  116. if "%1" == "hangup" Go -k ilink2
  117.  
  118. REM *** SOUP -> Squish import
  119. MakeAreas.EXE
  120. If Exist AREAS SOS.EXE IN
  121.  
  122. AREAS.BBS
  123. ---------
  124. SOS creates an AREAS.BBS file, which can be included in your »Squish.Cfg«. See
  125. the Squish documenation for more details.
  126.  
  127. [-Squish.Cfg-begin]
  128. AreasBBS  X:\MyPath\Areas.BBS
  129. [-Squish.Cfg-end]
  130.  
  131. Small History
  132. -------------
  133. 04.12.96 - Max msg length changed to 5.000.000 bytes
  134. 06.12.96 - Added kill/sent feature
  135. 15.12.96 - Fixed linefeed function
  136. 20.12.96 - Changed creation of msg-id
  137. 21.12.96 - First public release
  138. 10.01.97 - Fixed wrong weekday
  139. 14.01.97 - Fixed kill/snt
  140. 21.01.97 - Added Reply-To feature
  141. 10.02.97 - Fixed problems with kludges > 8KB
  142. 18.03.97 - Added creation of semaphore
  143. 18.03.97 - Added token for Tearline
  144. 27.03.97 - Fixed vsb (very small bug) with optional 'Organization'
  145. 29.04.97 - Fixed bug with Tearline token (thanx to ChefAL@StepNet.De)
  146.