24 lines
495 B
JSON
24 lines
495 B
JSON
|
|
{
|
||
|
|
"couchDb": {
|
||
|
|
"url": "http://localhost:5984",
|
||
|
|
"user": "admin",
|
||
|
|
"password": "password"
|
||
|
|
},
|
||
|
|
"mailSources": [
|
||
|
|
{
|
||
|
|
"name": "Rust Wildcard All Folders Test",
|
||
|
|
"enabled": true,
|
||
|
|
"protocol": "imap",
|
||
|
|
"host": "localhost",
|
||
|
|
"port": 3143,
|
||
|
|
"user": "testuser1",
|
||
|
|
"password": "password123",
|
||
|
|
"mode": "archive",
|
||
|
|
"folderFilter": {
|
||
|
|
"include": ["*"],
|
||
|
|
"exclude": ["Drafts", "Trash"]
|
||
|
|
},
|
||
|
|
"messageFilter": {}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|