mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 23:08:08 +08:00
Remove unused receivedAt
This commit is contained in:
parent
a9b336d90f
commit
9764c13fdd
1 changed files with 1 additions and 2 deletions
|
@ -502,8 +502,7 @@ class Message implements \JsonSerializable
|
|||
'threadId' => $this->sThreadId,
|
||||
// 'mailboxIds' => ['mailboxid'=>true],
|
||||
// 'keywords' => $keywords,
|
||||
'size' => $this->iSize,
|
||||
'receivedAt' => \gmdate('Y-m-d\\TH:i:s\\Z', $this->iInternalTimeStampInUTC)
|
||||
'size' => $this->iSize
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue