MCPcopy 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
349void IMAPAsyncConnection::setLastFolder(String * folder)
350{
351 MC_SAFE_REPLACE_COPY(String, mLastFolder, folder);
352}
353
354String * IMAPAsyncConnection::lastFolder()
355{

Callers 1

sessionForFolderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected