home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Online / TruncateMail / TruncateMail.readme < prev   
Text File  |  1992-08-27  |  888b  |  33 lines

  1. Short:   Removes unnecessary parts from e-mail files, works with YAM
  2. Author:  march@staszic.waw.pl (Marek Szyprowski)
  3. Uploader:   march@staszic.waw.pl (Marek Szyprowski)
  4. Type: comm/mail
  5. Version: 3.1
  6.  
  7. TruncateMail is a small tool written in C, which removes all
  8. unnecessary parts from e-mail files - most lines from header and
  9. advetisments added by various servers.
  10.  
  11. What's new?
  12.  
  13. - recompiled with GCC
  14. - new, smaller init procedure
  15. - reduced stack usage (now TruncateMail needs only about 500 bytes
  16.   of stack)
  17.  
  18. Features:
  19.  
  20. * it is fully configurable by editing prefs file
  21.  
  22. * while processing mail files do not affect any attachments
  23.  
  24. * it is very fast - processing 500 typical mails from WFMH
  25.   AmigaPL mailing list takes about 15 seconds on my system
  26.  
  27. * works with YAM through additional arexx script
  28.  
  29. * do not need much memory - only a few kilobytes, even while
  30.   processing big files
  31.  
  32.  
  33.