mirror of https://github.com/MISP/misp-objects
Merge pull request #231 from Delta-Sierra/master
allow several subjects or sender for email objectspull/239/head
commit
1634e6388f
|
@ -3,7 +3,7 @@
|
|||
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
|
||||
"meta-category": "network",
|
||||
"description": "Email object describing an email with meta-information",
|
||||
"version": 14,
|
||||
"version": 15,
|
||||
"attributes": {
|
||||
"reply-to": {
|
||||
"description": "Email address the reply will be sent to",
|
||||
|
@ -57,7 +57,8 @@
|
|||
"ui-priority": 1,
|
||||
"categories": [
|
||||
"Payload delivery"
|
||||
]
|
||||
],
|
||||
"multiple": true
|
||||
},
|
||||
"screenshot": {
|
||||
"description": "Screenshot of email",
|
||||
|
@ -141,7 +142,8 @@
|
|||
"ui-priority": 1,
|
||||
"categories": [
|
||||
"Payload delivery"
|
||||
]
|
||||
],
|
||||
"multiple": true
|
||||
},
|
||||
"return-path": {
|
||||
"description": "Message return path",
|
||||
|
@ -157,7 +159,8 @@
|
|||
"ui-priority": 1,
|
||||
"categories": [
|
||||
"Payload delivery"
|
||||
]
|
||||
],
|
||||
"multiple": true
|
||||
},
|
||||
"email-body": {
|
||||
"description": "Body of the email",
|
||||
|
|
Loading…
Reference in New Issue