home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / MailEnclosure / MESendModules / Source / NeXTMail / NeXTMail.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  216 b   |  17 lines

  1. #import "MailMessage.h"
  2.  
  3. @interface NeXTMail : MailMessage
  4. {
  5.    id tmpDir;
  6.    id attachFile;
  7. }
  8.  
  9. +(BOOL)supportsAttachments;
  10.  
  11. -initForMUA: (const char *)anApp  andMTA: (const char *)aMailer;
  12. -free;
  13. -buildBody;
  14.  
  15.  
  16. @end
  17.