+2004-10-08 Helge Hess <helge.hess@opengroupware.org>
+
+ * NGImap4: minor improvement in an error condition (v4.3.189)
+
2004-10-06 Helge Hess <helge.hess@skyrix.com>
* NGMime: added special case for +0530 timezone (v4.3.188)
+2004-10-08 Helge Hess <helge.hess@opengroupware.org>
+
+ * NGImap4ResponseParser.m: added INTERNALDATE as a known, but
+ unsupported fetch key (v4.3.189)
+
2004-10-04 Marcus Mueller <znek@mulle-kybernetik.com>
* NGImap4.xcode: added new files to Xcode build
NSException *e;
e = [[NGImap4ParserException alloc]
- initWithFormat:@"bodystructure not yet supported!"];
+ initWithFormat:@"bodystructure fetch result not yet supported!"];
+ [self setLastException:[e autorelease]];
+ return NO;
+ }
+ else if ([key isEqualToString:@"internaldate"]) {
+ // TODO: implement!
+ NSException *e;
+
+ e = [[NGImap4ParserException alloc]
+ initWithFormat:@"INTERNALDATE fetch result not yet supported!"];
[self setLastException:[e autorelease]];
return NO;
}
MAJOR_VERSION:=4
MINOR_VERSION:=3
-SUBMINOR_VERSION:=188
+SUBMINOR_VERSION:=189
# v4.2.149 requires libNGStreams v4.2.34