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

Method importIMAPInternalDate

src/core/abstract/MCMessageHeader.cpp:979–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

977}
978
979void MessageHeader::importIMAPInternalDate(struct mailimap_date_time * date)
980{
981 setReceivedDate(timestampFromIMAPDate(date));
982}
983
984Array * MessageHeader::recipientWithReplyAll(bool replyAll, bool includeTo, bool includeCc, Array * senderEmails)
985{

Callers 1

msg_att_handlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected