This is MailSend.h in view mode; [Download] [Up]
/* * A MailEnclosure send module must conform to the following... */ @protocol MailSend + (BOOL)supportsAttachments; -initForMUA: (const char *)anApp andMTA: (const char *)aMailer; -commandArgs; -buildEnvelope; -buildBody; -deliverTo: (const char *)receivers subject: (const char *)about cc: (const char *)alsoReceives text: (const char *)str; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.