chatmail / chatmail/core

Images not received in group chat, duplicate "Message-ID: <xxx>"s

Open
#8,043 3 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Rust
Stars
929
Forks
143
Avg merge
1d 20h
Merged PRs (30d)
53

Description

- Sender Operating System:
- iOS, freshly installed last week

- Receiver Operating System:
- Desktop Linux v2.43.0
- Android v2.43.0
- Android v2.46.0 (Arcane)

## Expected behavior

In a group chat 5 images should be sent and received completely.

## Actual behavior

A group chat with >20 persons, 8 persons didn't received the 5 images. The others didn't say anything.
Only the first and the last image was received. Images in the middle are missing.

## Analysis

Thunderbird shows all e-mails with all images.
![Image](https://github.com/user-attachments/assets/711d2b20-3b0e-415d-88cb-8afee7579b26)

Maybe the Message-IDs are the problem. Shouldn't they be the different?
Additionally -file names- are the same but the -images itself- are different.
```
Message-Id | In-Reply-To | attachment file name | received in Delta?
11111111 | 55555555 | aa.jpg | yes
22222222 | 55555555 | |
11111111 | 11111111 | bb.jpg | no
33333333 | 11111111 | |
11111111 | 11111111 | cc.jpg | no
11111111 | 11111111 | cc.jpg | no
11111111 | 11111111 | cc.jpg | no
11111111 | 11111111 | cc.jpg | no
11111111 | 11111111 | cc.jpg | no
11111111 | 11111111 | cc.jpg | no
11111111 | 11111111 | dd.jpg | no
44444444 | 11111111 | ee.jpg | yes
```
(IDs and filenames uniquely replaced in this table)

According to the sender 5 images should be visible. 10 different images are on the server.

Maybe it's connected to "send multiple images" dialog.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.