Fix few typos

This commit is contained in:
Pavel Škoda 2020-05-11 12:19:55 +02:00 committed by Pavel Škoda
parent 2639f7333e
commit 30425d5fcd
3 changed files with 4 additions and 4 deletions

View File

@ -435,7 +435,7 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
* #671 include `name` param in attachment `Content-Type` (in addition to `Content-Disposition` param `filename`)
* #671 do not include content headers for section requests e.g. `BODY.PEEK[2]`
* version info checks for newer version (do not show dialog when older is online)
* #592 new header `X-Pm-Conversation-Id` and also added to `References`
* #592 new header `X-Pm-ConversationID-Id` and also added to `References`
* #666 invoke `panic` while adding account `jakubqa+crash@protonmail.com`
* #592 new header fields `X-Pm-Date` storing m.Time and `X-Pm-External-Id` storing m.ExternalID
* #484 search criteria `Unkeyword` support

View File

@ -90,7 +90,7 @@ Mime-Version: 1.0
Subject: Encrypted Message
Return-Path: <xyz@xyz.com>
From: XYZ <xyz@xyz.com>
X-Pm-Conversationid-Id: gNX9bDPLmBgFZ-C3Tdlb628cas1Xl0m4dql5nsWzQAEI-WQv0ytfwPR4-PWELEK0_87XuFOgetc239Y0pjPYHQ==
X-Pm-ConversationID-Id: gNX9bDPLmBgFZ-C3Tdlb628cas1Xl0m4dql5nsWzQAEI-WQv0ytfwPR4-PWELEK0_87XuFOgetc239Y0pjPYHQ==
X-Pm-Date: Sun, 10 Mar 2019 18:10:06 +0100
Message-Id: <68c11e46-e611-d9e4-edc1-5ec96bac77cc@unicoderns.com>
X-Pm-Transfer-Encryption: TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)

View File

@ -12,8 +12,8 @@ Feature: SMTP sending of HTML messages
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=utf-8
In-Reply-To: <base64hashOfSomeMessage@protonmail.internalID>
References: <base64hashOfSomeConversation@protonmail.internalID> <base64hashOfSomeConversation@protonmail.conversationID>
In-Reply-To: <base64hashOfSomeMessage@protonmail.internalid>
References: <base64hashOfSomeConversation@protonmail.internalid> <base64hashOfSomeConversation@protonmail.conversationid>
<html><body>This is body of <b>HTML mail</b> without attachment<body></html>