home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / amiga / internet / mail / octetpurge.readme < prev    next >
Text File  |  1998-02-11  |  1KB  |  35 lines

  1. Short:    Purges binary data from MIME spool files
  2. Author:   simon@studio.woden.com (Simon N Goodwin)
  3. Uploader: simon@studio.woden.com (Simon N Goodwin)
  4. Version:  1.1
  5. Type:     comm/mail
  6. Replaces: comm/mail/OctetPurger.lha
  7.  
  8. Freeware utility to scan a MIME-encoded mail file and
  9. remove octet-binary encoded chunks - which are large and
  10. generally not worth archiving with the message texts.
  11.  
  12. Updated documentation and HiSoft BASIC source code are
  13. included.
  14.  
  15. I wrote this because I got sick of going through export
  16. files generated by YAM, on a monthly basis, ripping out
  17. all the binary sections by hand. YAM 2 will hopefully do
  18. this automatically, but until then... 
  19.  
  20. REQUIREMENTS
  21.  
  22. ASL.library
  23. MIME mail software - tested with output from YAM 1.3
  24. HiSoft BASIC - if you wish to modify and recompile it.
  25.  
  26. HISTORY
  27.  
  28. Version 1.1 FIX always copies everything up to first
  29. '--BOUNDARY' - the earlier version might not, due to a
  30. difference of opinion between HiSoft and the author over
  31. the correct interpretation of Boolean NOT (they seem to
  32. think NOT 1 is TRUE, whereas I expected it to be FALSE).
  33. And as I wrote the original HB parser, this change for
  34. 'Microsoft compatiblity ;-(' passed me by.
  35.