Closed lucasmarin closed 4 years ago
What version? I think this was fixed.
RC Version: 1.4.6
I'm unable to reproduce. Is this a new installation or upgraded? Maybe something went wrong with update. Please, describe your environment, PHP version, IMAP server, etc. Try with disabled all plugins. Enable imap_debug and provide BODYSTRUCTURE response.
Closing issue.
I ran it on pure RC with minimal configurations and it is not happened.
Sorry for misunderstood and thanks for your quick response.
Hi @alecpl. I saw that error is in database_attachments plugin.
The id generated to cached attachment may not unique.
I created a PR to fix it. https://github.com/roundcube/roundcubemail/pull/7463
Nice catch. Thanks. It is fixed now also for redundant_attachments plugin.
If a message have 2 or more image attachment used on message content (inline) with same name. When the messge is forwarded/replied , all images of that name will be presented with content of the first part with that name.
Message example with error: message_with_error
I replace the name of attachment on that message and the error not occurs: same_message_with_attachment_name_replaced
Tested on Thunderbird and the attachments are replaced on body content correctly.
RC Version: 1.4.6