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

Method setPassword

src/core/pop/MCPOPSession.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void POPSession::setPassword(String * password)
86{
87 MC_SAFE_REPLACE_COPY(String, mPassword, password);
88}
89
90String * POPSession::password()
91{

Callers 11

MessagesSyncManagerMethod · 0.45
testIMAPFunction · 0.45
testIMAPMoveFunction · 0.45
testIMAPCapabilityFunction · 0.45
testSMTPFunction · 0.45
testPOPFunction · 0.45
testAsyncSMTPFunction · 0.45
testAsyncIMAPFunction · 0.45
testAsyncPOPFunction · 0.45

Calls

no outgoing calls

Tested by 10

testIMAPFunction · 0.36
testIMAPMoveFunction · 0.36
testIMAPCapabilityFunction · 0.36
testSMTPFunction · 0.36
testPOPFunction · 0.36
testAsyncSMTPFunction · 0.36
testAsyncIMAPFunction · 0.36
testAsyncPOPFunction · 0.36