Skip to content

Commit

Permalink
fix(email-connector): proposition to mitigate the issue of deletion (#…
Browse files Browse the repository at this point in the history
…3381)

* fix(email-connector): proposition to mitigate the issue of deletion

* fix(email-connector): formatting

* fix(email-connector): removing inbound connector

* fix(element-template): fix template issues
  • Loading branch information
mathias-vandaele committed Oct 4, 2024
1 parent 3ae48d9 commit b9c432f
Show file tree
Hide file tree
Showing 19 changed files with 24 additions and 3,109 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

36 changes: 7 additions & 29 deletions connectors/email/element-templates/email-outbound-connector.json
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@
}, {
"id" : "searchStringEmailPop3",
"label" : "Search criteria",
"description" : "Refer to our detailed documentation for full search syntax and examples: [Email Documentation](https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/email/).",
"optional" : true,
"feel" : "required",
"group" : "searchEmailsPop3",
Expand All @@ -703,7 +704,7 @@
"type" : "simple"
} ]
},
"tooltip" : "Define the search criteria using supported keywords and syntax to filter emails. Refer to our detailed documentation for full search syntax and examples: [Email Documentation](https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/email/).",
"tooltip" : "Define the search criteria using supported keywords and syntax to filter emails.",
"type" : "Text"
}, {
"id" : "pop3MessageIdDelete",
Expand All @@ -712,7 +713,7 @@
"constraints" : {
"notEmpty" : true
},
"feel" : "required",
"feel" : "optional",
"group" : "deleteEmailPop3",
"binding" : {
"name" : "data.pop3Action.messageId",
Expand All @@ -738,7 +739,7 @@
"constraints" : {
"notEmpty" : true
},
"feel" : "required",
"feel" : "optional",
"group" : "readEmailPop3",
"binding" : {
"name" : "data.pop3Action.messageId",
Expand All @@ -755,32 +756,8 @@
"type" : "simple"
} ]
},
"tooltip" : "The ID of the message, typically returned by a previous email task.",
"tooltip" : "The ID of the message, typically returned by a previous email task. Warning: reading an email using POP3 will delete it",
"type" : "String"
}, {
"id" : "deleteOnRead",
"label" : "Delete after reading",
"optional" : false,
"value" : false,
"feel" : "optional",
"group" : "readEmailPop3",
"binding" : {
"name" : "data.pop3Action.deleteOnRead",
"type" : "zeebe:input"
},
"condition" : {
"allMatch" : [ {
"property" : "data.pop3ActionDiscriminator",
"equals" : "readEmailPop3",
"type" : "simple"
}, {
"property" : "protocol",
"equals" : "pop3",
"type" : "simple"
} ]
},
"tooltip" : "Enable this option if you want the email to be automatically deleted from the server after it is read. By default, this option is turned off to retain emails on the server.",
"type" : "Boolean"
}, {
"id" : "imapMaxToBeRead",
"label" : "Maximum number of emails to be read",
Expand Down Expand Up @@ -902,6 +879,7 @@
}, {
"id" : "searchStringEmailImap",
"label" : "Search criteria",
"description" : "Refer to our detailed documentation for full search syntax and examples: [Email Documentation](https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/email/).",
"optional" : true,
"feel" : "required",
"group" : "searchEmailsImap",
Expand All @@ -920,7 +898,7 @@
"type" : "simple"
} ]
},
"tooltip" : "Define the search criteria using supported keywords and syntax to filter emails. Refer to our detailed documentation for full search syntax and examples: [Email Documentation](https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/email/).",
"tooltip" : "Define the search criteria using supported keywords and syntax to filter emails.",
"type" : "Text"
}, {
"id" : "searchEmailFolder",
Expand Down
Loading

0 comments on commit b9c432f

Please sign in to comment.