home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / rxpop123.zip / Readme.RXP < prev   
Text File  |  1997-12-13  |  5KB  |  149 lines

  1.  
  2.   Read-Me for RXPOP 1.23
  3.   ======================
  4.   
  5.   Contents: 
  6.  
  7.   - Overview
  8.   - Usage
  9.   - Tips
  10.   - History
  11.   - Requirements
  12.   - License
  13.   - Author
  14.   - Credits
  15.   - Getting new Versions and further information
  16.  
  17.  
  18.   Overview:
  19.   ---------
  20.  
  21.   RXPOP means REXX-Utils for POP-Mailing and enables to check a POP 
  22.   account and automatically download messages.
  23.  
  24.  
  25.   Usage:
  26.   ------
  27.  
  28.   * ChkPOP.cmd <POP-Server> <User-ID> <Passwort>
  29.  
  30.   ChkPOP means "Check POP" and checks if there are messages in your POP 
  31.   mailbox. If there are some ones, the size of each message is told to
  32.   you.
  33.  
  34.  
  35.   * GetPOP.cmd <POP-Server> <User-ID> <Passwort> <File-Mask>
  36.  
  37.   GetPOP means "Get POP mail" and downloads your mails and deletes them 
  38.   on the POP-Server. 
  39.   If File-Mask is a real mask (should contain up to 4 '?' so that 
  40.   SysTempFileName can calculate enough filenames), each message is stored 
  41.   in a single file that meets the given filemask. 
  42.   If File-Mask names a certain file (existing or not), the mails are 
  43.   appended to this file.
  44.  
  45.  
  46.   * PollPOP.cmd
  47.  
  48.   PollPOP means "Poll the POP-server" and is just an example how to force 
  49.   your system to download POP-mails automatically. It basically calls 
  50.   GetPOP.cmd in certain intervals. But: 
  51.   !!! This file has to be maintained by each user to work for him/she !!! 
  52.   This can easily be done with any text editor. You just put your data in 
  53.   the line where GetPOP.cmd is called.
  54.  
  55.  
  56.   
  57.   Tips:
  58.   -----
  59.  
  60.   Sending emails from command line is possible directly with the sendmail 
  61.   command. Type "tcphelp sendmail" on an OS/2 command line to get more 
  62.   information.
  63.  
  64.  
  65.   History:
  66.   --------
  67.   
  68.   Ver.  Short Description
  69.   ----------------------------------------------------------------------
  70.   1.0   First Release
  71.   1.1   Better error handling in case of wrong username or password
  72.   1.2   Fixes for real RFC compatibility
  73.         Appends to one file if a filename is given instead of a filemask
  74.   1.21  Update and new name for this Readme-File
  75.         Start of mailing-list rxpop-info
  76.   1.22  Fixed a problem with answers to LIST command for empty POP boxes
  77.         certain POP servers prints +ERR instead of +OK and an empty list
  78.   1.23  Fixed the same error in CHKPOP (not only in GETPP ;-))
  79.  
  80.  
  81.   Requirements:
  82.   -------------
  83.  
  84.   Of course, REXX and TCP/IP has to be installed. Also, a connection to your 
  85.   POP server must be possible.
  86.  
  87.   Further, the RXSock-Package is needed that is EWS-Ware (Employee Written 
  88.   Software, IBM) done by Patrick Mueller. I think it is part of the Warp IAK
  89.   and of Warp Connect's TCP/IP 3.0.
  90.   
  91.  
  92.   License:
  93.   --------
  94.   
  95.   From my point of view, this package is absolut Freeware.
  96.   If you like it, feel free to mail me or to send money :-))
  97.  
  98.   Freeware means that you may do anything you want, but: 
  99.   You must NOT sell RXPOP as a commercial product.
  100.  
  101.   Of course you are invited to publish the RXPOP on CD-ROMs, FTP-Servers,
  102.   BBSes and so and, as far as you do not make changes to the package or
  103.   remove this ReadMe- and License-file from it.
  104.   
  105.   Further, my scripts are based on one from Patrick Mueller, so his copyrights
  106.   and the usual EWS terms has also to be fulfilled.
  107.  
  108.  
  109.   About the author:
  110.   -----------------
  111.  
  112.   Name:       Christoph Lechleitner
  113.   EMail:      lech@ibcl.at or lech@lech.priv.at
  114.   Snail-Mail: Andechsstr. 20, A-6020 Innbruck, Austria, Europe
  115.   Phone:      +43 (676) 3013818 (Handy)  or  +43 (512) 391176
  116.   WWW:        http://www.lech.priv.at/~lech/, http://www.ibcl.at/ibcl
  117.  
  118.  
  119.   Credits
  120.   -------
  121.  
  122.   Thanks to Patrick J. Mueller for some example source code for TCP/IP
  123.   with REXX
  124.  
  125.   Thanks to Fantin Massimo <armobil@struinfo.it> for detecting a little
  126.   error and help to fix it.
  127.  
  128.  
  129.   Getting new Versions and further information
  130.   --------------------------------------------
  131.  
  132.   There are several sources for new versions and further information:
  133.   
  134.   The RXPOP Homepage can be found at http://www.ibcl.at/software/rxpop/ 
  135.  
  136.   The binaries and ReadMe's can also be accessed via FTP at 
  137.   ftp://ftp.ibcl.at/Software/rxpop.
  138.  
  139.   I will also upload new versions at least to the LEO OS/2 archive that
  140.   can be found at http://www.leo.org/pub/comp/os/os2/ and has some mirrors.
  141.  
  142.   Further, there is a mailing-list rxpop-info@listserv.ibcl.at. Just mail to 
  143.   this address and put "subscribe" or "subscribe <yourMailAddress>" in the 
  144.   subject or in the first line of the body. I promise you will not get any 
  145.   foreign advertisement from me.
  146.  
  147.   Last but not least, you might find new versions on OS/2-related CD-ROMs.
  148.  
  149.