Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: When remote content is downloaded, evolution displays email remote content barcodes but will not print barcodes. Version-Release number of selected component (if applicable): evolution-3.22.6-1.fc25.x86_64 How reproducible: Always, apparently, but I have only tried with 2 different emails Steps to Reproduce: 1. View an email which has a barcode in its remote content 2. Print the email Actual results: The barcode is not printed. Expected results: The barcode is printed. Additional info: Same results for printing hardcopy and printing to file - an "unknown image box" is displayed instead of the barcode. A snippet of the message source follows: <td align="center" valign="top" height="20px"> <img src="http://b.walmart.com/cgi-bin/ebarz.cgi?data=00005174820082663837&encoding=CODE128&den=70&h=50" border="0" alt=""/> </td>
Thanks for a bug report. I can reproduce it too, even without printing. It's enough to load remote content in the preview panel (then the image with the bar code is shown), then move to another message and back and the image is gone. Other remote images (those referenced directly, without additional parameters) do not suffer of this.
The problem was that the URL being used to check whether the image is already locally cached and the URL which was used to actually download the remote content did not match, thus the file were not found in the local cache. While I've been in it I also noticed that the remote content is not shown in the composer, even when it's downloaded locally, thus I fixed that as well. Created commit ff4f037 in evo master (3.25.1+) Created commit 0b7ba94 in evo gnome-3-24 (3.24.1+)
A link to the stable-branch commit: https://git.gnome.org/browse/evolution/commit/?id=0b7ba94
Created attachment 1292580 [details] test case