55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
|
|
{
|
||
|
|
"couchDb": {
|
||
|
|
"url": "http://localhost:5984",
|
||
|
|
"user": "admin",
|
||
|
|
"password": "password",
|
||
|
|
"database": "mail_backup_test"
|
||
|
|
},
|
||
|
|
"mailSources": [
|
||
|
|
{
|
||
|
|
"name": "Test User 1",
|
||
|
|
"enabled": true,
|
||
|
|
"protocol": "imap",
|
||
|
|
"host": "localhost",
|
||
|
|
"port": 3143,
|
||
|
|
"user": "testuser1",
|
||
|
|
"password": "password123",
|
||
|
|
"mode": "archive",
|
||
|
|
"folderFilter": {
|
||
|
|
"include": ["INBOX", "Sent"],
|
||
|
|
"exclude": []
|
||
|
|
},
|
||
|
|
"messageFilter": {}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Test Sync User",
|
||
|
|
"enabled": true,
|
||
|
|
"protocol": "imap",
|
||
|
|
"host": "localhost",
|
||
|
|
"port": 3143,
|
||
|
|
"user": "syncuser",
|
||
|
|
"password": "syncpass",
|
||
|
|
"mode": "sync",
|
||
|
|
"folderFilter": {
|
||
|
|
"include": ["INBOX"],
|
||
|
|
"exclude": []
|
||
|
|
},
|
||
|
|
"messageFilter": {}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Test Archive User",
|
||
|
|
"enabled": true,
|
||
|
|
"protocol": "imap",
|
||
|
|
"host": "localhost",
|
||
|
|
"port": 3143,
|
||
|
|
"user": "archiveuser",
|
||
|
|
"password": "archivepass",
|
||
|
|
"mode": "archive",
|
||
|
|
"folderFilter": {
|
||
|
|
"include": [],
|
||
|
|
"exclude": ["Drafts"]
|
||
|
|
},
|
||
|
|
"messageFilter": {}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|