Forgot to commit contentLanguage property

This commit is contained in:
dankito 2024-11-28 01:41:39 +01:00
parent d976f848de
commit 3d1857de3a
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ class Email(
val replayTo: EmailAddress? = null,
val messageId: Long,
val isEncrypted: Boolean = false,
val contentLanguage: String? = null,
val plainTextBody: String? = null,
val htmlBody: String? = null,
val attachments: List<EmailAttachment> = emptyList()