-2007-08-29 Wolfgang Sourdeau <WSourdeau@Inverse.CA>
+2007-08-29 Helge Hess <helge.hess@opengroupware.org>
+
+ * MacOS Version overflow (v4.7.1)
+
+2007-08-24 Wolfgang Sourdeau <WSourdeau@Inverse.CA>
+
+ * NGImap4: a fix for OGo bug #1905 (folders with slashes) (v4.7.255)
+
+2007-08-16 Wolfgang Sourdeau <WSourdeau@Inverse.CA>
* NGImap4: added support for non-system IMAP4 flags (OGo bug #1899)
(v4.7.254)
-2007-08-29 Wolfgang Sourdeau <WSourdeau@Inverse.CA>
+2007-08-24 Wolfgang Sourdeau <WSourdeau@Inverse.CA>
+
+ * NGImap4Connection.m: some fix for folders ending with a slash (OGo
+ bug #1905)
+
+2007-08-16 Wolfgang Sourdeau <WSourdeau@Inverse.CA>
* NGImap4Client.m: added support for non-system IMAP4 flags (eg
$Forwarded) (fixes OGo bug #1899)
if ([p hasPrefix:@"/"])
p = [p substringFromIndex:1];
#endif
+ if ([p hasSuffix:@"/"])
+ p = [p substringToIndex:[p length]-1];
return ([(NSDictionary *)result objectForKey:p] != nil) ? YES : NO;
}
MAJOR_VERSION:=4
MINOR_VERSION:=7
-SUBMINOR_VERSION:=254
+SUBMINOR_VERSION:=1
# v4.5.214 requires libNGExtensions v4.5.146
# v4.2.149 requires libNGStreams v4.2.34