| 101 | } |
| 102 | |
| 103 | Array * IMAPNamespace::componentsFromPath(String * path) |
| 104 | { |
| 105 | IMAPNamespaceItem * item = itemForPath(path); |
| 106 | if (item == NULL) |
| 107 | return NULL; |
| 108 | return item->componentsForPath(path); |
| 109 | } |
| 110 | |
| 111 | bool IMAPNamespace::containsFolderPath(String * path) |
| 112 | { |