]> err.no Git - sope/commitdiff
fixed OGo #1905
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 29 Aug 2007 21:39:20 +0000 (21:39 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 29 Aug 2007 21:39:20 +0000 (21:39 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1537 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-mime/ChangeLog
sope-mime/NGImap4/ChangeLog
sope-mime/NGImap4/NGImap4Connection.m
sope-mime/Version

index 8ede885aec0ba0001f2d1b1ddb2c0ba9c6841955..ed0759c2833265d7b9e5efd07c4ac52b2fad87ba 100644 (file)
@@ -1,4 +1,12 @@
-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)
index 1987048a95df8ab65e4f87444ed7eed1e87f3528..995727b01f323e8f035df6c63d09c3498cf70f82 100644 (file)
@@ -1,4 +1,9 @@
-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)
index 00c8a9cb2664e07588cf21a136aeab6d0ea6f7ba..c7a30dcc04731d344ae6cedd7d7107cd7f5dfa44 100644 (file)
@@ -751,6 +751,8 @@ NSArray *SOGoMailGetDirectChildren(NSArray *_array, NSString *_fn) {
     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;
   }
   
index 2bbf29bba8b62d8c8fda4d1ca4f41c7aa2bd62a8..4815fd2a408cc1859da2c4229a0176064dd87d49 100644 (file)
@@ -2,7 +2,7 @@
 
 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