Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"encryptionType": "STANDARD",
"msgBlocks": [
{
"content": " \u003c!DOCTYPE html\u003e\n \u003chtml\u003e\n \u003chead\u003e\n \u003cmeta name\u003d\"viewport\" content\u003d\"width\u003ddevice-width\"/\u003e\n \u003cstyle\u003e\n body { word-wrap: break-word; word-break: break-word; hyphens: auto; margin-left: 0px; padding-left: 0px; }\n body img { display: inline !important; height: auto !important; max-width: 95% !important; }\n body pre { white-space: pre-wrap !important; }\n body \u003e div.MsgBlock \u003e table { zoom: 75% } /* table layouts tend to overflow - eg emails from fb */\n \u003c/style\u003e\n \u003c/head\u003e\n \u003cbody\u003e\u003cdiv class\u003d\"MsgBlock GRAY\" style\u003d\"background: white;padding-left: 8px;min-height: 50px;padding-top: 4px;padding-bottom: 4px;width: 100%;border: 1px solid #f0f0f0;border-left: 8px solid #989898;border-right: none;\"\u003e\u003chtml\u003e\u003chead\u003e\u003c/head\u003e\u003cbody\u003eNOT encrypted + signed(detached)\u003c/body\u003e\u003c/html\u003e\u003c/div\u003e\u003c!-- next MsgBlock --\u003e\n\u003c/body\u003e\n \u003c/html\u003e",
"isOpenPGPMimeSigned": false,
"type": "plainHtml"
}
],
"msgEntity": {
"cc": [],
"email": "default@flowcrypt.test",
"flags": "\\SEEN",
"folder": "INBOX",
"from": [
{
"address": "denbond7@flowcrypt.test",
"encodedPersonal": "Den",
"personal": "Den"
}
],
"fromAddress": "Den \u003cdenbond7@flowcrypt.test\u003e",
"hasAttachments": true,
"id": 70,
"isPasswordProtected": false,
"isSeen": true,
"msgState": "NONE",
"receivedDate": 1644335053000,
"replyTo": "Den \u003cdenbond7@flowcrypt.test\u003e",
"replyToAddress": [
{
"address": "denbond7@flowcrypt.test",
"encodedPersonal": "Den",
"personal": "Den"
}
],
"sentDate": 1644335052000,
"state": -1,
"subject": "NOT encrypted + signed(detached)",
"to": [
{
"address": "default@flowcrypt.test"
}
],
"toAddress": "default@flowcrypt.test",
"uid": 42,
"uidAsHEX": "2a"
},
"text": "NOT encrypted + signed(detached)",
"verificationResult": {
"hasBadSignatures": false,
"hasEncryptedParts": false,
"hasMixedSignatures": false,
"hasSignedParts": true,
"hasUnverifiedSignatures": false,
"isPartialSigned": false
}
}
Loading