Add IMAP capabilities instead of overwriting them

I wanted to add `COMPRESS=DEFLATE`,
but it should be added only for sessions
that are logged in because `COMPRESS`
command does not work before logging in.

Dovecot already does it correctly
if we don't overwrite the capability string.
This commit is contained in:
link2xt
2024-09-22 16:08:44 +00:00
committed by holger krekel
parent a6bdbb748b
commit d0ed8830f7
2 changed files with 4 additions and 4 deletions

View File

@@ -23,6 +23,9 @@
- set CAA record flags to 0
- add IMAP capabilities instead of overwriting them
([#413](https://github.com/deltachat/chatmail/pull/413))
## 1.4.1 2024-07-31