View Issue Details

IDProjectCategoryView StatusLast Update
0005445SOGoWeb Mailpublic2021-12-13 20:13
Reporterdeveloper@gevonne.com Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status newResolutionopen 
Platform[Server] LinuxOSDebianOS Version8 (Jessie)
Product Version5.1.1 
Summary0005445: Inline images are not showed when reply or forward a message
Description

When we receive an email with inline images, these are shown when we read the email. But if you reply or forward the email these are not shown in the compose form.
If you check the source of the emails the boundary headers are changed.

  • Original boundary headers:
    --_011AS8PR08MB68390B6C94C0F3B9C4EED2E3BF999AS8PR08MB6839eurp
    Content-Type: image/jpeg; name="image001.jpg"
    Content-Description: image001.jpg
    Content-Disposition: inline; filename="image001.jpg"; size=17797;
    creation-date="Tue, 16 Nov 2021 12:08:11 GMT";
    modification-date="Tue, 16 Nov 2021 12:08:11 GMT"
    Content-ID: <image001.jpg@01D7DAEB.0019F5B0>
    Content-Transfer-Encoding: base64

  • Forward boundary headers:
    ------=_=-_OpenGroupware_org_NGMime-10485-1639425061.459826-3------
    Content-Type: image/jpeg
    Content-Transfer-Encoding: base64
    Content-Disposition: inline; filename="image001.jpg"
    Content-Length: 23720

As you can see the headers were modified and the header "Content-ID" is missing.

Steps To Reproduce
  • Receive a new email with inline images
  • Click reply or forward icon
  • In the compose form, inline images are not displayed
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-12-13 20:13 developer@gevonne.com New Issue