Remove unused receivedAt

This commit is contained in:
the-djmaze 2022-12-23 16:10:47 +01:00
parent a9b336d90f
commit 9764c13fdd

View file

@ -502,8 +502,7 @@ class Message implements \JsonSerializable
'threadId' => $this->sThreadId, 'threadId' => $this->sThreadId,
// 'mailboxIds' => ['mailboxid'=>true], // 'mailboxIds' => ['mailboxid'=>true],
// 'keywords' => $keywords, // 'keywords' => $keywords,
'size' => $this->iSize, 'size' => $this->iSize
'receivedAt' => \gmdate('Y-m-d\\TH:i:s\\Z', $this->iInternalTimeStampInUTC)
); );
} }
} }