Created attachment 730684 [details] example message Description of problem: Image still not displayed in the message.
Created attachment 730685 [details] screenshot
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.
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
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).