Bug 947409

Summary: multipart/mixed hides subparts with Content-ID
Product: [Fedora] Fedora Reporter: Mikhail <mikhail.v.gavrilov>
Component: evolutionAssignee: Matthew Barnes <mbarnes>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: lucilanga, mbarnes, mcrha
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-03 07:10:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
example message
none
screenshot none

Description Mikhail 2013-04-02 11:03:23 UTC
Created attachment 730684 [details]
example message

Description of problem:
Image still not displayed in the message.

Comment 1 Mikhail 2013-04-02 11:04:04 UTC
Created attachment 730685 [details]
screenshot

Comment 2 Milan Crha 2013-04-03 07:10:45 UTC
Thanks for a bug report. This is not evolution's fault, it's a fault of the mail application used by a sender, because the image source is incorrectly generated:
   <img id="_x0000_i1026" alt="cid:Image0" src="http://helpdesk:8080cid:Image0" width="1280" height="968">

The "src" attribute should be src="cid:Image0" only. If I fix it and import into evolution then the images are shown. Note the HTML part contains two images, but both references Image0, while attached are 3 images.

Comment 3 Mikhail 2013-04-04 14:36:44 UTC
Yes, you right. But Outlook can view attached images separately, Evolution can't.
Demonstration video: https://docs.google.com/file/d/0B0nwzlfiB4aQdEVublpDNHRRWDg/edit?usp=sharing

Comment 4 Milan Crha 2013-04-04 18:50:48 UTC
Aah, I see, evolution hides them. I fixed this in evolution for 3.8.1+ (commit 62da90c in gnome-3-8 branch) and 3.9.1+ (commit 186f5db in master).