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,59 @@
[
{
"rows":[
[
{"name":"emailAddress"},
{"name":"status"}
],
[
{"name":"name"},
false
]
],
"tabBreak": true,
"tabLabel": "$label:Main"
},
{
"rows":[
[{"name": "useImap"}, {"name":"fetchSince"}],
[
{"name":"host"}, {"name":"security"}
],
[
{"name":"port"},{"name":"username"}
],
[
{"name":"monitoredFolders"},{"name":"password"}
],
[
{"name":"emailFolder"}, {"name":"keepFetchedEmailsUnread"}
],
[
false, {"name":"storeSentEmails"}
],
[
false, {"name":"sentFolder"}
],
[
{"name": "testConnection", "customLabel": null, "view": "views/email-account/fields/test-connection"}, false
]
],
"tabBreak": true,
"tabLabel": "$label:IMAP"
},
{
"rows": [
[{"name": "useSmtp"}, false],
[{"name": "smtpHost"}, {"name": "smtpSecurity"}],
[{"name": "smtpPort"}, {"name": "smtpAuth"}],
[false, {"name": "smtpAuthMechanism"}],
[false, {"name": "smtpUsername"}],
[false, {"name": "smtpPassword"}],
[
{"name": "smtpTestSend", "customLabel": null, "view": "views/email-account/fields/test-send"}, false
]
],
"tabBreak": true,
"tabLabel": "$label:SMTP"
}
]

View File

@@ -0,0 +1,3 @@
[
"assignedUser"
]

View File

@@ -0,0 +1,7 @@
[
{"name":"name", "link":true},
{"name":"status", "width": 15},
{"name":"useImap", "width": 15},
{"name":"useSmtp", "width": 15},
{"name": "assignedUser", "width": 18}
]

View File

@@ -0,0 +1,5 @@
[
{"name":"name","link":true},
{"name":"status", "width": 25},
{"name": "assignedUser", "width": 25}
]

View File

@@ -0,0 +1,3 @@
[
"status"
]

View File

@@ -0,0 +1,4 @@
[
"filters",
"emails"
]