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

Method setUidNext

src/async/imap/MCIMAPFolderInfo.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void IMAPFolderInfo::setUidNext(uint32_t uidNext)
49{
50 mUidNext = uidNext;
51}
52
53uint32_t IMAPFolderInfo::uidNext()
54{

Callers 1

mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected