update backend api architecture

This commit is contained in:
grimhilt
2023-05-02 12:25:50 +02:00
parent 29b4b7bfeb
commit 12e508c7cb
6 changed files with 40 additions and 50 deletions

View File

@@ -35,7 +35,6 @@ export default class Mailbox {
this.box = (await getMailbox(this.id))[0];
const isReadOnly = false;
this.imap.openBox(this.boxName, isReadOnly, (err, box) => {
console.log(typeof(box.highestmodseq))
if (err) logger.err(err);
// sync messages and flags