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

Method setLastKnownUID

src/async/imap/MCIMAPIdleOperation.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void IMAPIdleOperation::setLastKnownUID(uint32_t uid)
30{
31 mLastKnownUid = uid;
32}
33
34uint32_t IMAPIdleOperation::lastKnownUID()
35{

Callers 1

idleOperationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected