MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / componentsFromPath

Method componentsFromPath

src/core/imap/MCIMAPNamespace.cpp:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

testMUTF7Function · 0.45

Calls 1

componentsForPathMethod · 0.45

Tested by 1

testMUTF7Function · 0.36