Merge pull request #231 from Delta-Sierra/master

allow several subjects or sender for email objects
pull/239/head
Alexandre Dulaunoy 2020-02-13 13:12:48 +01:00 committed by GitHub
commit 1634e6388f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552", "uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
"meta-category": "network", "meta-category": "network",
"description": "Email object describing an email with meta-information", "description": "Email object describing an email with meta-information",
"version": 14, "version": 15,
"attributes": { "attributes": {
"reply-to": { "reply-to": {
"description": "Email address the reply will be sent to", "description": "Email address the reply will be sent to",
@ -57,7 +57,8 @@
"ui-priority": 1, "ui-priority": 1,
"categories": [ "categories": [
"Payload delivery" "Payload delivery"
] ],
"multiple": true
}, },
"screenshot": { "screenshot": {
"description": "Screenshot of email", "description": "Screenshot of email",
@ -141,7 +142,8 @@
"ui-priority": 1, "ui-priority": 1,
"categories": [ "categories": [
"Payload delivery" "Payload delivery"
] ],
"multiple": true
}, },
"return-path": { "return-path": {
"description": "Message return path", "description": "Message return path",
@ -157,7 +159,8 @@
"ui-priority": 1, "ui-priority": 1,
"categories": [ "categories": [
"Payload delivery" "Payload delivery"
] ],
"multiple": true
}, },
"email-body": { "email-body": {
"description": "Body of the email", "description": "Body of the email",