How to delete an email account
I have created an access to my imap email account.
On the sync it say "Synchronisation failed". How can I retrigger the sync, change the settings or delete the account.
Thx
3 Replies
Hey @filz80 are you self hosting ?
Yes.
I have scanned toe logs for email related entries and found this error:
[Nest] 1 - 10/23/2025, 1:00:51 PM LOG [ImapSmtpCaldavService] IMAP connection successful. Found 25 mailboxes.
(node:1) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added to [BoundPool]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
(Use
node --trace-warnings ... to show where the warning was created)
node:events:486
throw er; // Unhandled 'error' event
^
SocketClosedUnexpectedlyError: Socket closed unexpectedly
at Socket.<anonymous> (/app/node_modules/@redis/client/dist/lib/client/socket.js:194:118)
at Object.onceWrapper (node:events:623:26)
at Socket.emit (node:events:508:28)
at TCP.<anonymous> (node:net:346:12)
Emitted 'error' event on Commander instance at:
at RedisSocket.<anonymous> (/app/node_modules/@redis/client/dist/lib/client/index.js:422:14)
at RedisSocket.emit (node:events:508:28)
at RedisSocket._RedisSocket_onSocketError (/app/node_modules/@redis/client/dist/lib/client/socket.js:218:10)
at Socket.<anonymous> (/app/node_modules/@redis/client/dist/lib/client/socket.js:194:107)
at Object.onceWrapper (node:events:623:26)
at Socket.emit (node:events:508:28)
at TCP.<anonymous> (node:net:346:12)In theroy, you should see a "reconnect" button if your email account failed for unknwon reasons. If that does not happen, you can delete your account and connect again.