-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Ignore hidden headers in IMF section
Hidden headers are nonstandard, so they aren't DKIM-signed by e.g. OpenDKIM if they appear in IMF section.
- Loading branch information
Showing
5 changed files
with
64 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
Chat-User-Avatar: avatar.png | ||
Subject: =?utf-8?q?Chat=3A_this_is_a_message_with_a_=2E=2E=2E?= | ||
Message-ID: [email protected] | ||
In-Reply-To: [email protected] | ||
|
@@ -12,6 +11,7 @@ Content-Type: multipart/mixed; boundary="luTiGu6GBoVLCvTkzVtmZmwsmhkNMw" | |
|
||
--luTiGu6GBoVLCvTkzVtmZmwsmhkNMw | ||
Content-Type: text/plain; charset=utf-8 | ||
Chat-User-Avatar: avatar.png | ||
this is a message with a profile-image attached | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
Content-Type: text/plain; charset=utf-8 | ||
Chat-User-Avatar: 0 | ||
Subject: =?utf-8?q?Chat=3A_profile_image_deleted?= | ||
Message-ID: [email protected] | ||
Date: Sun, 08 Dec 2019 23:28:30 +0000 | ||
X-Mailer: Delta Chat Core 1.0.0-beta.12/CLI | ||
Chat-Version: 1.0 | ||
To: <tunis3@example> | ||
From: "=?utf-8?q??=" <[email protected]> | ||
Content-Type: multipart/mixed; boundary="luTiGu6GBoVLCvTkzVtmZmwsmhkNMw" | ||
|
||
|
||
--luTiGu6GBoVLCvTkzVtmZmwsmhkNMw | ||
Content-Type: text/plain; charset=utf-8 | ||
Chat-User-Avatar: 0 | ||
profile image deleted | ||
-- | ||
Sent with my Delta Chat Messenger: https://delta.chat | ||
|
||
--luTiGu6GBoVLCvTkzVtmZmwsmhkNMw-- |