Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,115 @@
{
"fields": {
"smtpUsername": {
"required": {
"conditionGroup": [
{
"type": "and",
"value": [
{
"type": "isTrue",
"attribute": "useSmtp"
},
{
"type": "isTrue",
"attribute": "smtpAuth"
}
]
}
]
}
},
"fetchSince": {
"visible": {
"conditionGroup": [
{
"type": "isTrue",
"attribute": "useImap"
}
]
},
"readOnly": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "fetchData"
}
]
},
"required": {
"conditionGroup": [
{
"type": "isTrue",
"attribute": "useImap"
}
]
}
},
"isSystem": {
"visible": {
"conditionGroup": [
{
"type": "isNotEmpty",
"attribute": "id"
}
]
}
},
"replyEmailTemplate": {
"visible": {
"conditionGroup": [
{
"type": "isTrue",
"attribute": "reply"
}
]
},
"required": {
"conditionGroup": [
{
"type": "isTrue",
"attribute": "reply"
}
]
}
},
"replyFromAddress": {
"visible": {
"conditionGroup": [
{
"type": "isTrue",
"attribute": "reply"
}
]
}
},
"replyFromName": {
"visible": {
"conditionGroup": [
{
"type": "isTrue",
"attribute": "reply"
}
]
}
},
"sentFolder": {
"visible": {
"conditionGroup": [
{
"type": "isTrue",
"attribute": "storeSentEmails"
}
]
},
"required": {
"conditionGroup": [
{
"type": "isTrue",
"attribute": "storeSentEmails"
}
]
}
}
}
}