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

Method setPassword

src/async/imap/MCIMAPAsyncSession.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void IMAPAsyncSession::setPassword(String * password)
132{
133 MC_SAFE_REPLACE_COPY(String, mPassword, password);
134}
135
136String * IMAPAsyncSession::password()
137{

Callers 1

sessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected