Use JMAP rfc8621 section-4 subject and receivedAt

This commit is contained in:
the-djmaze 2022-06-01 23:21:59 +02:00
parent 118505f91e
commit a43fadb4e8
7 changed files with 14 additions and 10 deletions

View file

@ -455,7 +455,7 @@ export class ComposePopupView extends AbstractViewPopup {
Cc: this.cc(),
Bcc: this.bcc(),
ReplyTo: this.replyTo(),
Subject: this.subject(),
subject: this.subject(),
DraftInfo: this.aDraftInfo,
InReplyTo: this.sInReplyTo,
References: this.sReferences,