home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / objc / appkit / RemoteMailCompose.README < prev    next >
Encoding:
Text File  |  1993-12-23  |  1.1 KB  |  26 lines

  1. Jim Million    uunet!wiltel!jmillion    October 1992                                  
  2.  
  3. RemoteCompose.app (v1.0)
  4.  
  5. This example demonstrates how to remotely open and manage 'Compose' windows in Mail.app, using the custom Speaker subclass MailSpeaker.
  6.  
  7. Important Files...
  8.  
  9. ‹ RemoteComposeController.[hm]  contains one method (suggestion: ) showing how an instance of MailSpeaker may be used.
  10.  
  11. ‹ MailSpeaker.[hm]  is a custom Speaker subclass that supports remote messages implemented in Mail.apps custom Listener subclass MailListener.
  12.  
  13. ‹ Mail.msg  is the file passed to the Unix 'msgwrap' utility.  msgwrap in turn, generates MailSpeaker.[hm] and MailListener.[hm] (not used).
  14.  
  15.  
  16. Notes...
  17.  
  18. ‹ Using Speaker/Listener to accomplish IP communications seems archaic in a NeXTstep
  19. 3.0 (RemoteObject) world.  I have been unable to find any documentation listing objects publicly 'vended' by NeXT apps (if there are any). 
  20.  
  21. ‹ It is possible to include file attachments in the document by using NXPerformService() with "Mail/Document" as the service.
  22.  
  23. ‹ Put it on a palette (this has been done and will be submitted).