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

Function mc_foreacharray

src/core/imap/MCIMAPSession.cpp:1561–1565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1559 if (result != NULL) {
1560 bool hasInbox = false;
1561 mc_foreacharray(IMAPFolder, folder, result) {
1562 if (folder->path()->isEqual(MCSTR("INBOX"))) {
1563 hasInbox = true;
1564 }
1565 }
1566
1567 if (!hasInbox) {
1568 mc_foreacharray(IMAPFolder, folder, result) {

Callers 1

identityMethod · 0.70

Calls 4

isEqualMethod · 0.45
pathMethod · 0.45
flagsMethod · 0.45
setPathMethod · 0.45

Tested by

no test coverage detected