Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setFirstUnseenUid
Method
setFirstUnseenUid
src/async/imap/MCIMAPFolderInfo.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void IMAPFolderInfo::setFirstUnseenUid(uint32_t firstUnseenUid)
89
{
90
mFirstUnseenUid = firstUnseenUid;
91
}
92
93
uint32_t IMAPFolderInfo::firstUnseenUid()
94
{
Callers
1
main
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected