home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mail24.zip / mail24.doc < prev    next >
Text File  |  1994-04-18  |  3KB  |  70 lines

  1. MAIL v.2.4 by Chance C. Geurin  04/18/94
  2.  
  3. This is a text mode mail reader for IBM's TCP/IP.  I found that I needed
  4. this in order to read my mail remotely.
  5.  
  6. New Features:
  7. ------------
  8. - Added quoting of original message
  9. - Added Cc: line on send
  10. - Changed user interface slightly (hit '?' for help) - Some new commands.
  11. - Mail now queries the size of the window it's running in and
  12.   automatically adjusts, so you can run it in 80x80 if you want.
  13. - Fixed several minor bugs:
  14.   1. Fixed my internal version of more to wrap for lines >80
  15.   2. Mail now re-scans the INBOX before updating at quitting time
  16.   3. At startup, the current message pointer now points to the first
  17.      unread message.
  18.   4. Changed _all_ path references to get rid of the trailing '\'
  19.      Therefore, you can change your SET statement in your config.sys
  20.      (see below) if you want (it will still work the old way).
  21.      The path for the INBOX also changed in the MAIL.CFG - check out
  22.      the included sample one.
  23.   5. Change the way I called sendmail.  The old way sometimes resulted
  24.      in the receiving two copies.
  25.   5. Other stuff that I've now forgotten about
  26.  
  27.  
  28. NOTES:
  29. ------
  30. MAIL will update the INBOX.NDX.  If you are running LaMail concurrently,
  31. LaMail won't know about the messages you deleted.  Before reading _any_
  32. mail in LaMail, hit F2 (refresh).  This will cause LaMail to re-read the
  33. INBOX.NDX file.  If you don't refresh, and click on a message that you
  34. deleted using MAIL, LaMail WILL crash!
  35.  
  36. The Auto Check for mail will peg Pulse.  This is because of the tight
  37. loop which is constantly checking either the keyboard or the elapsed time.
  38. I'm sure there's a way to do Auto Checking that doesn't peg the CPU meter,
  39. but I don't know how.  Of course, with Auto Checking turned off in the
  40. MAIL.CFG, the CPU meter isn't pegged.
  41.  
  42. When saving messages, if the default filename is satisfactory, press
  43. Enter.  If the file name specified exists, messages will be appended.
  44.  
  45. One can hit 'q' when prompted with '--MORE--' to quit to the menu.
  46. Pressing <Return> at the menu will cause MAIL to refresh.  Use this to
  47. check for new mail if Auto Check isn't enabled in the MAIL.CFG.
  48.  
  49. Max messages are 500, if this is too little, let me know.
  50.  
  51. INSTALL:
  52. --------
  53. - Put the following statement in your CONFIG.SYS:
  54.  
  55.   SET MAILDIR=C:\PATH
  56.  
  57.   Where PATH is the place that you put MAIL.CFG.
  58.  
  59. - Edit MAIL.CFG.  It is documented and self-explanatory
  60.  
  61. - Make sure your mailer program is in your path.
  62.  
  63.  
  64.  
  65. Special thanks to Adam M. Lambert for testing the popmail part out.
  66.  
  67. Released into the public-domain but Copyright retained by:
  68. Chance C. Geurin (1994)
  69. geurin@nosc.mil
  70.