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

Method setMessageCount

src/async/imap/MCIMAPFolderInfo.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void IMAPFolderInfo::setMessageCount(int messageCount)
79{
80 mMessageCount = messageCount;
81}
82
83int IMAPFolderInfo::messageCount()
84{

Callers 1

mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected