home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / NEXTSTEP / tools / inspectors / MailboxInspector.1.1.README < prev   
Encoding:
Text File  |  1997-05-23  |  3.9 KB  |  77 lines

  1. MailboxInspector
  2. A NEXTSTEP Workspace Manager contents inspector for Mail.app *.mbox files.
  3.  
  4. by Tom Hageman
  5. version 1.1  May 1997
  6.  
  7. This is an inspector for Mail.app's mailbox (.mbox) files.  Its chief function is to display,
  8. in Workspace's Contents Inspector, whether the mailbox contains newly arrived messages, and if
  9. so, how many.  This is particularly useful if you use procmail in conjunction with Carl
  10. Edman's mailapp-utility appnmail to sort  incoming mail into various Mail.app mailboxes.  It
  11. is unfortunate that Mail.app does not indicate the presence of new mail itself in its
  12. Mailboxes panel 2, but anyhow at the time I didn't feel like grotting into the intestines of
  13. Mail.app, so this inspector is the next best thing I could think of.  [Besides, a workspace
  14. inspector should work for NeXTSTEP 3.2 and earlier whereas pre-3.3 Mail.app does not support
  15. loadable bundles...].
  16. It also displays the number and size of messages and (NeXTmail) attachments for a number of
  17. categories: total, deleted messages, read (and not flagged or marked unread) messages, flagged
  18. messages, messages marked unread, and new messages.  Finally it indicates whether the mailbox
  19. is indexed (another fine EnhanceMail extension incidentally), and the size of the index store
  20. if appropriate.
  21. _____
  22. 2 [HYPE: EnhanceMail 2.0b5 and later adds exactly this type of functionality to Mail.app.]
  23.  
  24. INSTALLATION
  25. You should install MailboxInspector.bundle somewhere in (a subdirectory of) your Workspace
  26. search path, usually ~/Apps or ~/LocalApps.  (I like to install workspace inspectors in
  27. /LocalApps/WMInspectors to keep the Apps directory from cluttering up with bundles.)
  28.  
  29. Note: if you have Jim Million's WrapperInspector installed, this MailboxInspector may be
  30. obscured by it.  If this happens you have to remove the line that contains ``extension=mbox''
  31. in WrapperInspector's bundle.registry file, and rebuild WrapperInspector.  Alternatively you
  32. can patch the WrapperInspector.bundle/WrapperInspector binary itself using a binary editor and
  33. change all occurrences of ``extension=mbox'' to something innocuous, e.g. ``extension=MboX''
  34. (but that can be quite tedious if it is installed quad-fat...)
  35.  
  36. BUGS
  37. This is not a beta release anymore, but it probably still contains some bugs.  If you
  38. encounter any, please report them to <tom@basil.icce.rug.nl>.  Suggestions, improvements,
  39. money etc. are also welcome.
  40.  
  41. This inspector knows by necessity of the internals of a *.mbox wrapper, so it may cease to
  42. work if the names or format of the files therein are changed in a future OS upgrade.  The
  43. mailbox table_of_contents access routines are stolen from Carl Edman's mailapp-utilities, so
  44. if that stops to work, so will this inspector...
  45.  
  46. LEGALIA
  47. This software is Copyright c 1996,1997 Tom Hageman.
  48.  
  49. This is free software; you can redistribute it and/or modify it under the terms of the GNU
  50. General Public License as published by the Free Software Foundation; either version 2 of the
  51. License, or (at your option) any later version.
  52.  
  53. This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
  54. without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
  55. the GNU General Public License [the file COPYING in the source distribution] for more details.
  56.  
  57. You should have received a copy of the GNU General Public License along with this software; if
  58. not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  59. 02111-1307, USA.
  60.  
  61. Except:
  62. 7 Some parts (specifically mailtoc.[ch]) are Copyright c 1993 Carl Edman, but otherwise
  63. perfect freeware.
  64.  
  65. 7 Icons are borrowed from Mail.app (3.3), Copyright c 1994 NeXT, Inc.
  66.  
  67. (I am not in any way affiliated to Carl Edman, other than being a satisfied user / harried
  68. maintainer of some of his free software ;-)
  69.  
  70. HISTORY
  71. Version    Remarks
  72. 1.1    Display table of contents size; add German localization by Gerald Erdmann
  73. <gerald@stepman.com>.
  74. 1.0    Incorporate bugfixed mailtoc from mailapp-utilities 1.8.
  75. 0.9    First public release.
  76.  
  77.