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

Method setUidNext

src/core/imap/MCIMAPFolderStatus.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void IMAPFolderStatus::setUidNext(uint32_t uidNext)
80{
81 mUidNext = uidNext;
82}
83
84uint32_t IMAPFolderStatus::uidNext()
85{

Callers 1

folderStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected