Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
void POPSession::setPassword(String * password)
86
{
87
MC_SAFE_REPLACE_COPY(String, mPassword, password);
88
}
89
90
String * POPSession::password()
91
{
Callers
11
MessagesSyncManager
Method · 0.45
testIMAP
Function · 0.45
testIMAPMove
Function · 0.45
testIMAPCapability
Function · 0.45
testSMTP
Function · 0.45
testSendingMessageFromFileViaSMTP
Function · 0.45
testPOP
Function · 0.45
testAsyncSMTP
Function · 0.45
testAsyncSendMessageFromFileViaSMTP
Function · 0.45
testAsyncIMAP
Function · 0.45
testAsyncPOP
Function · 0.45
Calls
no outgoing calls
Tested by
10
testIMAP
Function · 0.36
testIMAPMove
Function · 0.36
testIMAPCapability
Function · 0.36
testSMTP
Function · 0.36
testSendingMessageFromFileViaSMTP
Function · 0.36
testPOP
Function · 0.36
testAsyncSMTP
Function · 0.36
testAsyncSendMessageFromFileViaSMTP
Function · 0.36
testAsyncIMAP
Function · 0.36
testAsyncPOP
Function · 0.36