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

Method setReceivedDate

src/core/abstract/MCMessageHeader.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void MessageHeader::setReceivedDate(time_t date)
222{
223 mReceivedDate = date;
224}
225
226time_t MessageHeader::receivedDate()
227{

Callers 1

prepareHeaderForUnitTestFunction · 0.45

Calls

no outgoing calls

Tested by 1

prepareHeaderForUnitTestFunction · 0.36