On May 1, 2007, at 19:33, Helge Hess wrote: > You can only access root level folders: > folder = [ctx folderWithName:folderName caseInsensitive:YES]; Ups, this is wrong. -folderWithName:caseInsensitive: splits on the '/'. So you should be able to enter any folder you want. But you need to escape the '/' in the URL (%-something). Greets, Helge -- Helge Hess http://www.helgehess.eu/