various #16

Merged
dan merged 94 commits from various into dev 2023-12-14 14:04:01 +01:00
2 changed files with 11 additions and 1 deletions
Showing only changes of commit 2c406c3a34 - Show all commits

3
.gitignore vendored
View file

@ -6,4 +6,5 @@ TestResults/
*.json
*.zip
*.egg-info
credentials*
credentials*
!credentials-example.json

9
credentials-example.json Normal file
View file

@ -0,0 +1,9 @@
{
"ADMIN_USER": "admin",
"ADMIN_PASS": "password",
"IMAP_EMAIL": "test@domain.com",
"IMAP_HOST": "mail.domain.com",
"IMAP_PORT": "993",
"IMAP_USER": "imap_user",
"IMAP_PASS": "password"
}