/* -*-C-*-
*******************************************************************************
*
* File:         Send.h
* RCS:          $Header: /usr/local/lib/cvs/EnhanceMail/Send.h,v 1.1.1.4 1996/06/27 15:11:12 cedman Exp $
* Description:  
* Author:       Carl Edman
* Created:      Fri Oct 13 11:48:24 1995
* Modified:     Tue Jun 25 21:09:45 1996 (Carl Edman) cedman@capitalist.princeton.edu
* Language:     C
* Package:      N/A
* Status:       Experimental (Do Not Distribute)
*
* (C) Copyright 1995, but otherwise this file is perfect freeware.
*
*******************************************************************************
*/

#import <appkit/appkit.h>
#import "MailApp.h"

@interface EnhanceSend : Send <NXReadOnlyTextStream, NXSelectText, NXChangeSpelling, NXIgnoreMisspelledWords>
@end

@interface MediaText(EnhanceSend)
- openFrom:(const char *)file;
- openRichFrom:(const char *)file;
@end
