Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
void IMAPFolderStatus::setUidNext(uint32_t uidNext)
80
{
81
mUidNext = uidNext;
82
}
83
84
uint32_t IMAPFolderStatus::uidNext()
85
{
Callers
1
folderStatus
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected