home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / resources / palettes / MailComposerPalette.README < prev    next >
Encoding:
Text File  |  1993-12-28  |  1.3 KB  |  27 lines

  1.  
  2. Jim Million    uunet!wiltel!jmillion    October 1992                                  
  3.  
  4. MailComposerPalette (v1.0)
  5.  
  6. MailComposerPalette is a 3.0  InterfaceBuilder Object palette.  With this palette, you can remotely open, write to, and deliver 'Compose' windows in Mail.app.
  7.  
  8.  
  9. Important Files...
  10.  MailComposer.[hm] provides an IB oriented interface to the MailSpeaker class.  That 
  11.    is, it defines instance variables and implements action methods that 'wrap' most of 
  12.    MailSpeaker's functionality so that it supports IB's target/action/outlet style.
  13.  MailSpeaker.[hm] is a custom Speaker subclass that supports remote messages 
  14.    implemented in Mail.apps custom Listener subclass MailListener.  MailSpeaker may 
  15.    be used independently.
  16.  Mail.msg is the file passed to the Unix 'msgwrap' utility, which in turn, generates 
  17.    MailSpeaker.[hm] and MailListener.[hm] (not used).
  18.  MailComposerInspector.[hm] manages IB Attributes inspection of an instance of 
  19.    MailComposer.
  20.  
  21. Notes...
  22.  A project that uses the MailComposerPalette will need to include the classes 
  23.     MailComposer and MailSpeaker.
  24.  Using Speaker/Listener to accomplish IP communications seems archaic in a NeXTstep
  25.     3.0 (RemoteObject) world.  I have been unable to find any documentation listing objects 
  26.     publicly 'vended' by NeXT apps. 
  27.