Bug 947409 - multipart/mixed hides subparts with Content-ID
Summary: multipart/mixed hides subparts with Content-ID
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: evolution
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matthew Barnes
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-02 11:03 UTC by Mikhail
Modified: 2013-04-04 18:52 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-04-03 07:10:45 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
example message (1.73 MB, application/mbox)
2013-04-02 11:03 UTC, Mikhail
no flags Details
screenshot (53.72 KB, image/png)
2013-04-02 11:04 UTC, Mikhail
no flags Details

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).


Note You need to log in before you can comment on or make changes to this bug.