home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / comm / net / mailqueue / mailqueue372.readme < prev    next >
Text File  |  1995-02-16  |  1KB  |  32 lines

  1. Short: Monitor number of msgs in SMTPSpool
  2. Type: comm/net
  3. Uploader: iske@informatik.uni-frankfurt.de (Kai Iske)
  4. Author: iske@informatik.uni-frankfurt.de (Kai Iske)
  5.  
  6. This is just a little program to use with the INetUtils for AmiTCP/AS225,
  7. especially for your SMTPSpool directory. The program will monitor all queued
  8. files within the SMTPSpool directory and display the number of messages in a
  9. small window, you may position somewhere on your Workbench. As soon as a
  10. message is queued/deleted, the information will be updated.
  11.  
  12. PUBLIC DOMAIN, includes source...
  13.  
  14. Fixed since Version 37.1 (Yep, even a small program may have bugs ;)
  15.  
  16.   - Added SendMail switch, which acts as a SENDMAIL compatible
  17.     switch. SendMail creates two D.#? entries for one mail.
  18.     The SendMail switch causes MailQueue to halve the number
  19.     of files found, in order to show the number of mails
  20.     (Requested by : <phil@curve.demon.co.uk>)
  21.  
  22. Fixed since Version 37.0 (Yep, even a small program may have bugs ;)
  23.  
  24.   - Added new ONLYWB option, whichs causes the program
  25.     to only open it`s window, on Workbench
  26.   - MailQueue wasn`t really pure, as it used to set up LibBases
  27.     as globals (well, technically wasn`t pure ;)). Changed.
  28.     (Reported by : WShell users)
  29.   - Whoops, wrong version string contained in executable ;)
  30.   - Added ZEROCLOSE option to hide the Queue window when no messages are
  31.     queued. (This was done by Greg Patterson; thanks Greg)
  32.