Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setFrom
Method
setFrom
src/async/smtp/MCSMTPSendWithDataOperation.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void SMTPSendWithDataOperation::setFrom(Address * from)
53
{
54
MC_SAFE_REPLACE_COPY(Address, mFrom, from);
55
}
56
57
Address * SMTPSendWithDataOperation::from()
58
{
Callers
2
sendMessageOperation
Method · 0.45
checkAccountOperation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected