home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 1999 January / STC_CD_01_1999.iso / online / newsie92 / utility / mailbox.txt < prev   
Text File  |  2000-01-08  |  2KB  |  49 lines

  1. Documentation for MAILBOX.PRG - a NEWSie Utility
  2. November 22, 1997
  3. Updated: August 16, 1998
  4.  
  5. MAILBOX.PRG is a GEM utility program designed to recover email messages from the 
  6. NEWSie MAIL path and rebuild Mailbox files (.MBX) to index the recovered email 
  7. messages.
  8.  
  9. There is a single input from the user.  The user is asked to identify the MAIL 
  10. path via file selector.  The selection will be echoed in an alert box, giving 
  11. the user the option to continue or cancel.
  12.  
  13. Once the MAIL path has been selected and verified, the program will scan the 
  14. directory for all *.MBX files and report their names.  At the same time, an 
  15. index of all email messages within those mailbox files is produced.  Next the 
  16. directory is scanned for all MAILnnnn.TXT files (email text), and the index is 
  17. updated to identify all of the email text files that are not contained in a
  18. mailbox.
  19.  
  20. If any orphan email messages (MAILnnnn.TXT) files exist, they are included in 
  21. a new set of Mailbox files, starting with RECOVER0.MBX thru RECOVER9.MBX.  These 
  22. Mailboxes can contain up to 100 email messages each, for a total recovery of 
  23. 1000 orphaned messages.  If you have more lost messages, you should rename the 
  24. RECOVERn.MBX files to something else (i.e. FOUNDn.MBX) and run MAILBOX.PRG 
  25. again.
  26.  
  27. Reasons for orphaned emails include:
  28.     Erased or corrupted .MBX file(s)
  29.     Sending email when the OUTBOX.MBX files has more than 100 messages.
  30.  
  31. This program has been updated to support mailboxes with more that 100 
  32. messages.  Only 100 messages will be placed into RECOVERn.MBX files 
  33. for compatibility.
  34.  
  35. An update for NEWSie v0.92 includes scanning the Mail directory for 
  36. any sub-directories, and will include any 'MAILnnnn.TXT' files found 
  37. in those sub-directories.  This support is necessary for the 'Create 
  38. Mail Direcories' option created to provide multiple directories for 
  39. the saving of email within a 'daily' directory.
  40.  
  41. There are three new alert boxes that display the number of directories, 
  42. the number of mail messages in those directories, and the number of 
  43. mail messaegs in those directories that are "unassigned".
  44.  
  45. Please let me know if you find any problems with using this program.
  46. John Rojewski
  47. rojewski@primenet.com
  48.  
  49.