ftp.nice.ch/pub/next/connectivity/mail/apps/MailEnclosure.0.15.NIHS.bs.tar.gz#/MailEnclosure/Source.v0.15/send.subproj/MailController.h

This is MailController.h in view mode; [Download] [Up]

#import "DocumentController.h"

@interface MailController: DocumentController
{
    id ccField;
    id shelf;
    id subjectField;
    id text;
    id toField;
    id MUA;				     /* Mail User Agent - mail program, e.g. MH, Mail.app etc. */
    id MTA;				     /* Mail Transport Agent - e.g. sendmail, smail etc. */
    id typeList;
}

- init;
- free;
- awakeFromNib;
- empty;
- deliver: sender;
- selectType: sender;
- selectTypeByName: (const char *)str;
- setTypeList: anObject;
- setText: anObject;
- shelf;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.