home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / tpop103.zip / readme.txt next >
Text File  |  1997-06-15  |  5KB  |  123 lines

  1. V1.03:
  2.  
  3. + Added the ability to specify a INI file on the command line.  Use
  4. this feature to run multiple copies for different accounts.
  5.  
  6. * Changed the linking for MCIAPI to dynamic so that people without MMPM
  7. can still use the program.
  8.  
  9. V1.02:
  10.  
  11. * Whoops.  We polled the mail server every minute no matter what the
  12. user wanted.
  13.  
  14. V1.01:
  15.  
  16. + Added the ability to double click on the LED in the main window to
  17. force and immediate mail poll.
  18.  
  19. + Added the option to play a multimedia file instead of beeping on new
  20. mail.  I have not tested, but it is probably possibly to play ANY
  21. multimedia file type supported by OS/2.  Go try it for me.
  22.  
  23.  
  24.  
  25. -------------------------------------------------------------------------
  26.  
  27. tPOP Version 1.01 for OS/2
  28.  
  29. tPOP is a small program (and we do mean SMALL) which is used for
  30. checking you POP3 mail server for incomming mail.  The program was made
  31. to be small and unobtrusive, takes very little memory, and has quite a
  32. few features to make it nice to have around.
  33.  
  34. * Installing up tPOP - You should place the file tPOP.exe into the
  35. directory where your mail program resides, then create a program object
  36. for it.  Once this is done you may run tPOP!
  37.  
  38. * Configuring tPOP - The first time you run tPOP a dialog will be
  39. displayed which will allow you to enter the configuration.  You will
  40. need to know the name of your mail server, the port it listens on
  41. (usually 110), your username, and password.  The rest of the items are
  42. up to your individual taste.
  43.  
  44. * Checking for mail - tPOP will check for mail when the program is
  45. first started, and then at the specified time interval from there
  46. onward.  You may force and immediate poll for mail by selecting either
  47. 'Poll Now' from the contect menu, or by double clicking on the LED in
  48. the tPOP window.
  49.  
  50. * Making tPOP work with your mail program - You need to enter the
  51. FULL PATHNAME for your mail program in the settings dialog.  If you
  52. didnt put tPOP into the same directory as your mail program you will
  53. have to instead call a CMD file which first changes to the mail program
  54. directory, then runs the mail program.  Sorry, but those are your
  55. choices :)  When you have the mail program properly configured, you can
  56. press the button in the tPOP window to launch it.  Until then you get
  57. E8.
  58.  
  59. * Making tPOP run a CMD file - You will need to specify cmd.exe as the
  60. filename to run and then for the parameters use /K "filenmae.cmd".  The
  61. quotation marks are important, please leave them in.
  62.  
  63. * Making tPOP use a different configuration file - Specify a different
  64. filename on the tPOP command line.  This file will be used instead of
  65. the tPOP.INI.
  66.  
  67. * Moving the tPOP window around - Drag it around by the LED portion of
  68. the window.  It's that easy :)
  69.  
  70. * What are this E1, E2, etc messages in the LED? - They are error
  71. codes.  Here's what each one means:
  72.  
  73. E1 - Could not find the mail server.  If you get this message you may
  74. have either mistyped the name to the mail server or you are not
  75. connected to the internet.
  76.  
  77. E2 - No connection could be made.  Your mail server is there, it just
  78. doesn't want to talk for some reason.
  79.  
  80. E3 - Bad conversation.  When we connect to the mail server we expect it
  81. to tell us hello.  If it doesnt we assume something is wrong and give
  82. this error.
  83.  
  84. E4 - USER command error.  Did you type in your username properly?  Are
  85. you sure?
  86.  
  87. E5 - PASS Command error.  Did you type in your password correctly?  Are
  88. you sure?
  89.  
  90. E6 - STAT command error.  You should really never see this error.  If
  91. you do, please email us.
  92.  
  93. E7 - There was an error trying to execute your external program. 
  94. Possibly you mistyped the name of the file?
  95.  
  96. E8 - You have not configured the Mail Program in the settings dialog.
  97.  
  98. E9 - You have not configured either the Server, Port, username, or
  99. password in the settings dialog.
  100.  
  101. -------------------------------------------------------------------------
  102.  
  103. Known bugs (limitations) in tPOP:
  104.  
  105. if you "START" the program from an OS/2 command line when you exit the
  106. command window will be inaccessable for until you de and refocus it. 
  107. Why?  I don't know.  :(
  108.  
  109. -------------------------------------------------------------------------
  110.  
  111. Getting help:
  112.  
  113. This is a free program, so when it comes to support you will propbably
  114. get what you paid for.  BUT, if you have bugs or suggestions, please
  115. send them to tpop@young.dungeon.com.
  116.  
  117. -------------------------------------------------------------------------
  118.  
  119. Plenty of people on #os2prog (efnet irc) either supplied code snippets,
  120. found bugs, and made feature requests.  Thanks guys!  Special thanks to
  121. the author of sysbar/2 for the inspiration to write a SMALL free little
  122. utility.  Andreas and Gustavo have also made many good suggestions!
  123.