Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setLastFolder
Method
setLastFolder
src/async/imap/MCIMAPAsyncConnection.cpp:349–352 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
347
}
348
349
void IMAPAsyncConnection::setLastFolder(String * folder)
350
{
351
MC_SAFE_REPLACE_COPY(String, mLastFolder, folder);
352
}
353
354
String * IMAPAsyncConnection::lastFolder()
355
{
Callers
1
sessionForFolder
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected