mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 12:58:04 +00:00
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:
@@ -23,6 +23,9 @@
|
|||||||
|
|
||||||
- set CAA record flags to 0
|
- 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
|
## 1.4.1 2024-07-31
|
||||||
|
|
||||||
|
|||||||
@@ -51,10 +51,7 @@ mail_server_comment = Chatmail server
|
|||||||
# <https://doc.dovecot.org/configuration_manual/quota_plugin/>
|
# <https://doc.dovecot.org/configuration_manual/quota_plugin/>
|
||||||
mail_plugins = zlib quota
|
mail_plugins = zlib quota
|
||||||
|
|
||||||
# these are the capabilities Delta Chat cares about actually
|
imap_capability = +XDELTAPUSH XCHATMAIL
|
||||||
# so let's keep the network overhead per login small
|
|
||||||
# https://github.com/deltachat/deltachat-core-rust/blob/master/src/imap/capabilities.rs
|
|
||||||
imap_capability = IMAP4rev1 IDLE MOVE QUOTA CONDSTORE NOTIFY METADATA XDELTAPUSH XCHATMAIL
|
|
||||||
|
|
||||||
|
|
||||||
# Authentication for system users.
|
# Authentication for system users.
|
||||||
|
|||||||
Reference in New Issue
Block a user