Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ mainPrefix
Method
mainPrefix
src/core/imap/MCIMAPNamespace.cpp:64–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
String * IMAPNamespace::mainPrefix()
65
{
66
if (mItems->count() == 0)
67
return NULL;
68
69
return mainItem()->prefix();
70
}
71
72
char IMAPNamespace::mainDelimiter()
73
{
Callers
2
fetchSubscribedFolders
Method · 0.45
fetchAllFolders
Method · 0.45
Calls
2
count
Method · 0.45
prefix
Method · 0.45
Tested by
no test coverage detected