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

This is NSCharacterSet+MIME.h in view mode; [Download] [Up]

//---------------------------------------------------------------------------------------
//	NSCharacterSet+MIME.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: NSCharacterSet+MIME.h,v 1.4 1998/05/05 15:29:48 erik Exp $
//---------------------------------------------------------------------------------------

@interface NSCharacterSet(MessageExtensions_Alexandra)

/* This category caches all returned character sets. This will in effect leak some
memory but saves the overhead of repeatedly constructing the sets. One could shift
the burden of caching to the clients of this class but as they are in the same
framework this wouldn't make much sense... */

+ (NSCharacterSet *)standardASCIICharacterSet;

+ (NSCharacterSet *)MASpecialCharacterSet;
+ (NSCharacterSet *)MAEncodedAtomCharacterSet;
+ (NSCharacterSet *)MAAtomCharacterSet;

+ (NSCharacterSet *)MIMETokenCharacterSet;
+ (NSCharacterSet *)MIMENonTokenCharacterSet;
+ (NSCharacterSet *)MIMETSpecialsCharacterSet;
+ (NSCharacterSet *)MIME1522DefaultLiteralCharacterSet;

@end

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