Send request to get all account data

This commit is contained in:
Pierre
2018-05-13 16:52:19 +02:00
parent e9b6df8536
commit f447f30c6c
8 changed files with 312 additions and 0 deletions

View File

@ -257,6 +257,10 @@ class Dev {
//Account component
"js/components/account/interface.js",
//Account export
"js/components/account/export/ui.js",
"js/components/account/export/worker.js",
//Mail caching
"js/components/mailCaching.js",