ftp.nice.ch/pub/next/connectivity/news/Alexandra-0.9.s.tar.gz#/alex/Message.subproj/MIMEContentType.h

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

//---------------------------------------------------------------------------------------
//	MIMEContentType.h created by erik on Sun 23-Mar-1997
//	This code is part of the Alexandra Newsreader Project. For copyright details see
//	GNU public license version 2 or above. No warranties implied. Use at own risk.
//	More information can be found at <http://www.object-factory.com/Alexandra>.
//	@(#)$Id: MIMEContentType.h,v 1.2 1998/05/05 15:29:39 erik Exp $
//---------------------------------------------------------------------------------------

#import "StructuredHeaderFieldBody.h"


@interface MIMEContentType : StructuredHeaderFieldBody
{
    NSString *type, *subtype;
}

+ (BOOL)isStandardMIMEContentType:(NSString *)type;
+ (NSString *)uniquedMIMEContentType:(NSString *)type;

- (void)setContentType:(NSString *)string;
- (NSString *)contentType;
- (void)setContentSubtype:(NSString *)string;
- (NSString *)contentSubtype;

@end


extern NSString *MIMEApplicationContentType;
extern NSString *MIMEImageContentType;
extern NSString *MIMEAudioContentType;
extern NSString *MIMEMessageContentType;
extern NSString *MIMEMultipartContentType;
extern NSString *MIMETextContentType;
extern NSString *MIMEVideoContentType;

extern NSString *MIMEAlternativeMPSubtype;
extern NSString *MIMEMixedMPSubtype;
extern NSString *MIMEParallelMPSubtype;
extern NSString *MIMEDigestMPSubtype;

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