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,33 @@
[
{
"columns": [
[
{
"name":"from",
"view": "views/email/fields/compose-from-address"
},
{"name":"to"}
],
[
{"name":"cc"},
{"name":"bcc"}
]
]
},
{
"rows": [
[
{
"name": "parent"
},
{
"name":"selectTemplate",
"view":"views/email/fields/select-template"
}
],
[{"name":"subject","fullWidth": true}],
[{"name":"body","fullWidth": true}],
[{"name":"attachments"}, {"name":"isHtml"} ]
]
}
]

View File

@@ -0,0 +1,23 @@
[
{
"name": "teams"
},
{
"name": "status"
},
{
"name": "folderString"
},
{
"name": "replied"
},
{
"name": "replies"
},
{
"name": "tasks"
},
{
"name": "sendAt"
}
]

View File

@@ -0,0 +1,14 @@
[
{
"label":"",
"rows":[
[{"name":"dateSent"},{"name":"from"}],
[{"name":"parent"}, {"name":"to"}],
[false, {"name":"cc"}],
[false, {"name":"bcc"}],
[{"name":"subject","fullWidth":true}],
[{"name":"body","fullWidth":true}],
[{"name":"attachments"},{"name":"isHtml"}]
]
}
]

View File

@@ -0,0 +1,13 @@
[
{
"label":"",
"rows":[
[{"name":"dateSent", "readOnly": true},{"name":"from", "readOnly": true}],
[{"name":"parent"}, {"name":"to", "readOnly": true}],
[false, {"name":"cc", "readOnly": true}],
[false, {"name":"bcc", "readOnly": true}],
[{"name":"body","fullWidth":true, "readOnly": true, "customLabel": ""}],
[{"name":"attachments", "readOnly": true, "fullWidth":true, "customLabel": ""}]
]
}
]

View File

@@ -0,0 +1,14 @@
[
{
"label":"",
"rows":[
[{"name":"dateSent"}, {"name":"from"}],
[{"name":"parent"}, {"name":"to"}],
[false, {"name":"cc"}],
[false, {"name":"bcc"}],
[{"name":"subject", "fullWidth": true}],
[{"name":"body", "fullWidth": true}],
[{"name":"attachments", "fullWidth": true}]
]
}
]

View File

@@ -0,0 +1,13 @@
[
{
"label":"",
"rows":[
[{"name":"dateSent", "readOnly": true}, {"name":"from", "readOnly": true}],
[{"name":"parent"}, {"name":"to", "readOnly": true}],
[false, {"name":"cc", "readOnly": true}],
[false, {"name":"bcc", "readOnly": true}],
[{"name":"body", "readOnly": true, "fullWidth": true, "customLabel": ""}],
[{"name":"attachments", "readOnly": true, "fullWidth": true, "customLabel": ""}]
]
}
]

View File

@@ -0,0 +1,22 @@
[
"account",
"dateSent",
"emailAddress",
"from",
"to",
"isNotRead",
"isNotReplied",
"status",
"parent",
"teams",
"sentBy",
"users",
"createdAt",
"hasAttachment",
"name",
"body",
"bodyPlain",
"isAutoReply",
"inboundEmails",
"emailAccounts"
]

View File

@@ -0,0 +1,6 @@
[
{"name": "personStringData", "width":18, "notSortable": true, "noLabel": true},
{"name": "subject", "link": true, "notSortable": true},
{"name": "parent", "notSortable": true, "width": 21},
{"name": "dateSent", "notSortable": true, "width": 10, "align": "right"}
]

View File

@@ -0,0 +1,5 @@
[
{"name":"personStringData", "width":20, "notSortable": true, "noLabel": true},
{"name":"subject", "link": true, "notSortable": true},
{"name":"dateSent", "notSortable": true, "width": 16, "align": "right"}
]

View File

@@ -0,0 +1,4 @@
[
"parent",
"teams"
]