mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
fix: fetch at most 100 existing messages even if EXISTS was not received
According to RFC 3501, EXISTS must always be sent in response to SELECT. But if the server does not send it for some reason, async-imap uses the default value, so we will essentially fetch `1:*` and downloading all messages may take a long time.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
### Fixes
|
||||
- Make the bots automatically accept group chat contact requests. #4377
|
||||
- Fetch at most 100 existing messages even if EXISTS was not received. #4383
|
||||
|
||||
### Fixes
|
||||
- jsonrpc: typescript client: fix types of events in event emitter
|
||||
|
||||
Reference in New Issue
Block a user