After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 317823 - Can't save inline pictures embedded into HTML Mails
Can't save inline pictures embedded into HTML Mails
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.12.x (obsolete)
Other Linux
: High major
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
: 320855 328690 345280 347482 357346 370084 447234 449451 481562 503997 506963 516256 517791 (view as bug list)
Depends on:
Blocks: 310550 327508
 
 
Reported: 2005-10-03 13:41 UTC by Jens Wolfslast
Modified: 2013-09-13 00:53 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
proposed gtkhtml patch (API change) (2.54 KB, patch)
2007-12-21 10:08 UTC, Milan Crha
committed Details | Review
proposed evo patch (3.37 KB, patch)
2007-12-21 10:11 UTC, Milan Crha
committed Details | Review
screenshot (162.71 KB, image/png)
2008-01-03 13:49 UTC, André Klapper
  Details

Description Jens Wolfslast 2005-10-03 13:41:03 UTC
Distribution/Version: Fedora Core 4

Received an HTML Mail (MMS from my mobile) consisting of several MIME parts
including text/html and image/jpeg encoded with base64. Message displayed
correctly, but I didn't find a way to save the jpegs. Expected something like
right mouse click on picture and then 'Save picture as ...'.
Comment 1 C Shilpa 2005-10-04 04:38:50 UTC
confirming the bug.
Comment 2 Sankar P 2005-11-07 08:50:20 UTC
*** Bug 320855 has been marked as a duplicate of this bug. ***
Comment 3 André Klapper 2006-01-26 09:46:21 UTC
*** Bug 328690 has been marked as a duplicate of this bug. ***
Comment 4 André Klapper 2006-01-26 09:49:42 UTC
dudes, this includes a UI change. since we like to have this in 2.6, this must be in by monday (UI freeze).
Comment 5 André Klapper 2006-05-25 10:49:57 UTC
retargetting.
Comment 6 André Klapper 2006-06-19 08:15:03 UTC
*** Bug 345280 has been marked as a duplicate of this bug. ***
Comment 7 André Klapper 2006-07-14 13:04:53 UTC
*** Bug 347482 has been marked as a duplicate of this bug. ***
Comment 8 André Klapper 2006-07-14 20:33:41 UTC
we should use the term "image" to keep consistency, something like
"Save I_mage as...".
Comment 9 André Klapper 2006-09-25 18:58:47 UTC
*** Bug 357346 has been marked as a duplicate of this bug. ***
Comment 10 André Klapper 2006-11-04 03:49:13 UTC
*** Bug 370084 has been marked as a duplicate of this bug. ***
Comment 11 Benjamin Kahn 2007-02-16 19:53:39 UTC
The list of options on the right-click menu should be:

_Save Image As...
_Copy Image Location (If the image isn't embedded)
_Email Image...

I can imagine a _View Image menu item as well, which would load it in an external viewer, but I'm not sure I see the point.
Comment 12 André Klapper 2007-06-14 06:39:31 UTC
"assigned" state seems to not mean anything...
Comment 13 André Klapper 2007-06-14 06:39:44 UTC
*** Bug 447234 has been marked as a duplicate of this bug. ***
Comment 14 André Klapper 2007-06-20 15:42:04 UTC
*** Bug 449451 has been marked as a duplicate of this bug. ***
Comment 15 André Klapper 2007-12-17 10:36:24 UTC
*** Bug 481562 has been marked as a duplicate of this bug. ***
Comment 16 André Klapper 2007-12-17 10:36:28 UTC
*** Bug 503997 has been marked as a duplicate of this bug. ***
Comment 17 André Klapper 2007-12-17 10:37:17 UTC
bug 269478 is related/could be a duplicate.
Comment 18 André Klapper 2007-12-17 19:30:35 UTC
/me pings mcrha
Comment 19 Milan Crha 2007-12-21 10:08:40 UTC
Created attachment 101386 [details] [review]
proposed gtkhtml patch (API change)

for gtkhtml;

API change, API change, API change (consider it as an announcement, not as a mad scientist's shouting into the dark) :)
This new API simplifies things much. (Without it it isn't possible).
Comment 20 Milan Crha 2007-12-21 10:11:54 UTC
Created attachment 101388 [details] [review]
proposed evo patch

for evolution;

If the image is embedded, then it shows same popup menu as over image attachment.
If the image is pointed from out (through URL), then it shows same popup menu as over the link.
Comment 21 Srinivasa Ragavan 2008-01-01 10:17:18 UTC
Amazing. It works cool. Commit to trunk. (You have added a new API. not a API change/break really)
Comment 22 Milan Crha 2008-01-02 12:40:48 UTC
gtkhtml part committed to trunk. Committed revision 8671.
evo part committed to trunk. Committed revision 34750.

to srag: ahh, sure, more detailed view shows new API only, not the real change. You've right.
Comment 23 Matthew Barnes 2008-01-02 14:54:05 UTC
I bumped Evolution's GtkHTML requirement to 3.17.5.
Comment 24 André Klapper 2008-01-02 19:22:16 UTC
it works wonderful for embedded images, unfortunately it does not work for embedded images that are links (means: <a href="foo"><img></a>). anyway, much much better than before, and another favourite bug more or less erased. :-)
Comment 25 Milan Crha 2008-01-03 10:14:19 UTC
What does it do, Andre? I guess it shows the foo URL, instead of image's, right?
Comment 26 André Klapper 2008-01-03 13:18:11 UTC
*** Bug 506963 has been marked as a duplicate of this bug. ***
Comment 27 André Klapper 2008-01-03 13:49:55 UTC
Created attachment 102048 [details]
screenshot

compare the context menus of the left picture (which is a link to a webpage) and of the right picture (which is not a link).
Comment 28 André Klapper 2008-01-03 17:23:58 UTC
i spinned of comment 27 about the case when an image is also a link to bug 507067. anybody interested please subscribe other there.
Comment 29 André Klapper 2008-02-13 15:41:00 UTC
*** Bug 516256 has been marked as a duplicate of this bug. ***
Comment 30 André Klapper 2008-02-21 09:09:37 UTC
*** Bug 517791 has been marked as a duplicate of this bug. ***