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

Method unseenCount

src/core/imap/MCIMAPFolderStatus.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54uint32_t IMAPFolderStatus::unseenCount()
55{
56 return mUnseenCount;
57}
58
59void IMAPFolderStatus::setMessageCount(uint32_t messages)
60{

Callers 1

IMAPFolderStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected