Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2015-08-28 18:56:11 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2015-08-28 19:29:24 +0300
commita6e5101e04e4faa69c92b3d8b3eac981e4e48eb2 (patch)
tree6e3ca3e420f9bf60192fe580f7fe597dda0100f9 /tests/data
parent6412c519de985d261c618a43691ba7912b58b0a9 (diff)
add some tests for folderscontroller
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/folders_german.json81
1 files changed, 81 insertions, 0 deletions
diff --git a/tests/data/folders_german.json b/tests/data/folders_german.json
new file mode 100644
index 000000000..f01ae7a80
--- /dev/null
+++ b/tests/data/folders_german.json
@@ -0,0 +1,81 @@
+{
+ "id": 2,
+ "email": "user@example.com",
+ "folders": [{
+ "id": "SU5CT1g=",
+ "parent": null,
+ "name": "Inbox",
+ "specialRole": "inbox",
+ "unseen": 0,
+ "total": 2,
+ "isEmpty": false,
+ "accountId": 2,
+ "noSelect": false,
+ "uidvalidity": 1435742259,
+ "uidnext": 12,
+ "delimiter": "."
+ }, {
+ "id": "SU5CT1gvRkxBR0dFRA==",
+ "parent": null,
+ "name": "Favorites",
+ "specialRole": "flagged",
+ "unseen": 0,
+ "total": 2,
+ "isEmpty": false,
+ "accountId": 2,
+ "noSelect": false,
+ "uidvalidity": 1435742259,
+ "uidnext": 12,
+ "delimiter": "."
+ }, {
+ "id": "RHJhZnRz",
+ "parent": null,
+ "name": "Drafts",
+ "specialRole": "drafts",
+ "unseen": 0,
+ "total": 0,
+ "isEmpty": true,
+ "accountId": 2,
+ "noSelect": false,
+ "uidvalidity": 1435742262,
+ "uidnext": 2,
+ "delimiter": "."
+ }, {
+ "id": "U2VudA==",
+ "parent": null,
+ "name": "Sent",
+ "specialRole": "sent",
+ "unseen": 0,
+ "total": 5,
+ "isEmpty": false,
+ "accountId": 2,
+ "noSelect": false,
+ "uidvalidity": 1435742261,
+ "uidnext": 6,
+ "delimiter": "."
+ }, {
+ "id": "VHJhc2g=",
+ "parent": null,
+ "name": "Trash",
+ "specialRole": "trash",
+ "unseen": 0,
+ "total": 9,
+ "isEmpty": false,
+ "accountId": 2,
+ "noSelect": false,
+ "uidvalidity": 1435742260,
+ "uidnext": 10,
+ "delimiter": "."
+ }],
+ "specialFolders": {
+ "inbox": "SU5CT1g=",
+ "sent": "U2VudA==",
+ "drafts": "RHJhZnRz",
+ "trash": "VHJhc2g=",
+ "archive": null,
+ "junk": null,
+ "flagged": "SU5CT1gvRkxBR0dFRA==",
+ "all": null
+ },
+ "delimiter": "."
+} \ No newline at end of file