home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / mail / mailapp-utilities.1.5.README < prev    next >
Encoding:
Text File  |  1996-03-31  |  5.5 KB  |  151 lines

  1. NOTE: This archive was compressed using GNU gzip.  Gzip achieves
  2. considerably better compression rates and higher decompression speeds
  3. than compress, but it is not installed on machines running operating
  4. system versions older than NeXTStep 3.1.  You can get it from
  5. prep.ai.mit.edu and many other fine anon ftp sites.
  6.  
  7.         Mail.app utilities 1.5
  8.         ======================
  9.  
  10. This is the sixth release of the Mail.app utilities.  For a list of
  11. changes see the end of this file.
  12.  
  13. The archive contains three command line tools useful in conjunction
  14. with Mail.app.  Nextmail has a command line interface similar to UCB
  15. mail but instead of sending the letter it puts it in a Mail.app
  16. compose window.  Appnmail appends messages to the end of Mail.app
  17. mailboxes while taking care to properly handle locks, NeXT mail and
  18. the table of contents.  Compactmail compacts Mail.app mailboxes just
  19. like the Compact menu item does.  (In addition, there is also a small
  20. utility called listmail which lists Mail.app table_of_contents.  This
  21. is a minor program created mainly for my own debugging, but as it may
  22. come in handy for others it is part of this package as well.)
  23.  
  24. There are also three other files in this package. Sendmail-addheadsig
  25. will automatically add headers, ASCII signatures or even RTF or RTFD
  26. signatures to your outgoing Mail.app letters.  After installation,
  27. change the Mail.app "Mailer" expert preference to point to the
  28. location of this script (/usr/local/lib/sendmail-addheadsig by
  29. default) and all the lines in your ~/.add-header files will be added
  30. to the header, the ASCII text of ~/.signature will be added at the end
  31. of outgoing non-NeXTmail messages and the contents of
  32. ~/.signature.rtfd (and if that doesn't exist, ~/.signature.rtf) will
  33. be added to the end of outgoing NeXTmail messages.  This allows you
  34. e.g. to automatically add your own TIFF picture or digitized real
  35. signature to all NeXTmail you send.
  36.  
  37. Sendmail-remote is installed just like sendmail-addheadsig is.  It
  38. will cause Mail.app to run sendmail on another machine.  This may not
  39. be widely useful but in some situations it is invaluable.
  40.  
  41. There is also an emacs-lisp program called gnus-mailapp.el.  It will
  42. integrate Mail.app with GNUS to the same degree Mail.app is integrated
  43. with NewsGrazer.  For instructions on how to enable its features, read
  44. the comments at the beginning of gnus-mailapp.el.  MyMail.ts is a set
  45. of TickleServices (for use with Scott Hess TickleServices.app) which
  46. make use of the mailapp utilities.
  47.  
  48. All have only been tested under NeXTStep 3.[0123], but for all but
  49. nextmail no reason to assume that they won't also work under earlier
  50. versions of the operating system.  For more detail see the included
  51. man pages.
  52.  
  53. Personally I use appnmail in conjunction with procmail which makes a
  54. very powerful combination for handling incoming mail.  Nextmail
  55. (together with a number of elisp functions also included in this
  56. archive) causes all mail which I would send from within emacs (such as
  57. replies to articles read in GNUS) to be redirected through Mail.app,
  58. though many other uses are imaginable as well.  Compactmail was
  59. created to help all the people screaming about the lack of an
  60. autocompact feature in Mail.app.
  61.  
  62. Installation should be no problem if you have the standard directory
  63. structure for local programs (i.e.. binaries in /usr/local/bin, man
  64. pages in /usr/local/man/man[1-8ln], emacs lisp files in
  65. /usr/local/lib/emacs/site-lisp).  Just type 'make install'.  Otherwise
  66. you'll just have to put the binaries and man pages into the proper
  67. directories by hand or edit the Makefile.
  68.  
  69. If you find any bugs or have any problems feel free to email me.
  70.  
  71.         Carl Edman                                         3-31-96
  72.         <cedman@princeton.edu>
  73.  
  74.  
  75.         CHANGES
  76.         =======
  77.  
  78. 1.4 to 1.5:
  79.  
  80. * Added workaround for Mail.app 3.3 NeXTmail bug
  81.  
  82. * Added mbox2bsd
  83.  
  84. * Correct handling of message priorities
  85.  
  86. * Elimination of stale locks left by other applications
  87.  
  88. * Appnmail can mark messages as flagged as well as read/unread/deleted
  89.  
  90. * All mailapp utilities are more aggressive about detecting stale locks
  91.  
  92. 1.3 to 1.4:
  93.  
  94. * Appnmail now accepts multiple mail messages with the -m option (no, it doesn't !)
  95.  
  96. * added -t option to listmail on suggestion by
  97.   Hadar Pedhazur <ubs!hadar@uunet.uu.net>.
  98.  
  99. 1.2 to 1.3:
  100.  
  101. * Extremely evil byte order bug on little endian machines was fixed.  The
  102.   utilities now do work under NS/FIP.
  103.  
  104. * Support for NS 3.3.
  105.  
  106. * MyMail.ts added.
  107.  
  108. * Undocumented searchmail added.
  109.  
  110. * The mailapp utilities work with hierarchical mailboxes.
  111.  
  112. * Mime messages are classified correctly.
  113.  
  114. * The mailapp utilities interpret '~' in path names.
  115.  
  116. 1.1 to 1.2:
  117.  
  118. * compactmail may work under NS/FIP now.
  119.  
  120. * appnmail has been speeded up about 100x.  On large messages this really
  121.   matters.
  122.  
  123. * A minor bug in appnmail was fixed which when the incoming message
  124.   had a malformed Date header could cause Mail.app to believe that the
  125.   mailbox directory was corrupted and recreate the table_of_contents
  126.   file.  This error could not cause the loss of mail messages.
  127.  
  128. * Listmail has a man page now.
  129.  
  130. * The Mail.app utilities are compiled fat.
  131.  
  132. * Compactmail tries not to touch a mailbox at all if there are no
  133.   deleted messages in it.
  134.  
  135. * First public release of GNUS/Mail.app interface.
  136.  
  137. * The Mail.app utilities are now NS/FIP compatible thanks to Todd Swan
  138.   <tms@cfc.com>.
  139.  
  140. * The Mail.app utilities now include sendmail-addheadsig.
  141.  
  142. * Compactmail adds the -d, -s, -f and -u options.
  143.  
  144. 1.0 to 1.1:
  145.  
  146. * Compactmail and Listmail were added.
  147.  
  148. 1.0:
  149.  
  150. * First public release
  151.