link imap sync to server and show email on front

This commit is contained in:
grimhilt
2023-03-26 14:20:16 +02:00
parent 0ea7f5865b
commit 62dd43c3d5
17 changed files with 266 additions and 64 deletions

View File

@@ -77,7 +77,7 @@ function addMailboxRequest() {
tls: true
};
API.registerMailbox(data).then((res) => {
API.registerAccount(data).then((res) => {
console.log(res.status);
}).catch((err) => {
console.log(err.request.status)