Files
chatmail-core/src/imap
Alexander Krotov 0ae8663eed imap: call dc_receive_imf sequentially
Parallel processing of messages results in bugs such as messages sent by
a new member being processed before the message that adds this member to
the chat, even when it has lower UID. In this case, messages are shown as
"[Unknown sender for this chat. See 'info' for more details.]", while
there is a message "Member ... added" right before, because writing the
information about new member to the database takes longer then reading
old index from the database.
2020-07-10 00:40:52 +03:00
..
2020-06-10 10:52:53 +03:00
2020-07-08 01:32:49 +03:00
2020-07-10 00:40:52 +03:00
2020-03-25 15:41:27 +01:00