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

Method setClientIdentity

src/async/imap/MCIMAPAsyncSession.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void IMAPAsyncSession::setClientIdentity(IMAPIdentity * clientIdentity)
242{
243 MC_SAFE_REPLACE_COPY(IMAPIdentity, mClientIdentity, clientIdentity);
244}
245
246String * IMAPAsyncSession::gmailUserDisplayName()
247{

Callers 2

sessionMethod · 0.45
identityOperationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected