]> err.no Git - sope/blobdiff - sope-mime/NGMime/NGMimePartParser.h
fixed OGo bug #1856, added new NSData category
[sope] / sope-mime / NGMime / NGMimePartParser.h
index 7e852385cad9aed7ff15a581c0ede7c35b647d8b..4ce8b96f2b64dfed7a2918ee59202f5b09eefdbc 100644 (file)
@@ -1,5 +1,6 @@
 /*
-  Copyright (C) 2000-2005 SKYRIX Software AG
+  Copyright (C) 2000-2007 SKYRIX Software AG
+  Copyright (C) 2007      Helge Hess
 
   This file is part of SOPE.
 
@@ -24,6 +25,7 @@
 
 #import <Foundation/NSObject.h>
 #import <Foundation/NSString.h>
+#import <Foundation/NSData.h>
 #import <NGStreams/NGStreamProtocols.h>
 #include <NGMime/NGPart.h>
 #include <NGMime/NGMimeHeaderFieldParser.h>
@@ -282,4 +284,10 @@ typedef struct _NGMimeHeaderNames {
 
 @end
 
+@interface NSData(MIMEContentTransferEncoding)
+
+- (NSData *)dataByApplyingMimeContentTransferEncoding:(NSString *)_enc;
+
+@end
+
 #endif /* __NGMime_NGMimePartParser_H__ */